Searched refs:ntokens (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/ntp-88/ntpdate/
H A Dntptime_config.c158 int ntokens; local
224 while ((tok = gettokens(fp, line, tokens, &ntokens))
230 if (ntokens < 2) {
259 for (i = 2; i < ntokens; i++)
262 if (i >= ntokens-1) {
279 if (i >= ntokens-1) {
291 if (i >= ntokens-1) {
303 if (i >= ntokens-1) {
328 if (i >= ntokens-1) {
339 if (i >= ntokens
[all...]
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dfile_module.c154 _fsi_tokenize(char *data, const char *sep, int trailing_empty, int *ntokens) argument
165 if (ntokens != NULL) *ntokens = 0;
169 if (ntokens != NULL) *ntokens = *ntokens + 1;
220 if (ntokens != NULL) *ntokens = *ntokens + 1;
228 if (ntokens !
585 int ntokens; local
616 int i, ntokens = 0; local
769 int ntokens, match; local
888 int ntokens, match; local
982 int ntokens, i, match, gidcount; local
1084 int ntokens, match; local
1178 int ntokens, match; local
1286 int i, ntokens, match, h_addrtype, h_length; local
1450 int i, ntokens, match; local
1579 int i, ntokens, match, xnum; local
1714 int ntokens, match, i, freq, passno; local
[all...]
H A Dsearch_module.c61 extern char **_fsi_tokenize(char *data, const char *sep, int trailing_empty, int *ntokens);
65 static void si_module_config_modules_for_category(search_si_private_t *pp, int cat, int ntokens, const char * const *tokens);
997 int ntokens = 0; local
998 char **tokens = _fsi_tokenize(line, " : ", 0, &ntokens);
1020 si_module_config_modules_for_category(pp, cat, ntokens, (const char * const *)tokens);
1027 si_module_config_modules_for_category(search_si_private_t *pp, int cat, int ntokens, const char * const *tokens) argument
1029 int count = ntokens - 1;
1046 for (i = 1, j = 0; i < ntokens; i++)
/macosx-10.9.5/groff-38/groff/src/preproc/refer/
H A Dtoken.cpp35 int ntokens = 0; variable
160 if (++ntokens == TOKEN_TABLE_SIZE)
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_watchvol.c440 CFIndex ntokens; local
446 ntokens = CFArrayGetCount(watched->tokens);
447 while(ntokens--) {
448 token = (int)(intptr_t)CFArrayGetValueAtIndex(watched->tokens,ntokens);
/macosx-10.9.5/system_cmds-597.90.1/fs_usage.tproj/
H A Dfs_usage.c4764 int ntokens; local
4832 ntokens = scanline(buf, tokens, 64);
4834 if (ntokens < 4)
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/fs_usage.tproj/
H A Dfs_usage.c4764 int ntokens; local
4832 ntokens = scanline(buf, tokens, 64);
4834 if (ntokens < 4)
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_config.c4121 int *ntokens
4213 *ntokens = ntok + 1;

Completed in 249 milliseconds