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

/macosx-10.10.1/ntp-92/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.10.1/Libinfo-459/lookup.subproj/
H A Dfile_module.c155 _fsi_tokenize(char *data, const char *sep, int trailing_empty, int *ntokens) argument
166 if (ntokens != NULL) *ntokens = 0;
170 if (ntokens != NULL) *ntokens = *ntokens + 1;
221 if (ntokens != NULL) *ntokens = *ntokens + 1;
229 if (ntokens !
591 int ntokens; local
622 int i, ntokens = 0; local
775 int ntokens, match; local
894 int ntokens, match; local
988 int ntokens, i, match, gidcount; local
1090 int ntokens, match; local
1184 int ntokens, match; local
1292 int i, ntokens, match, h_addrtype, h_length; local
1456 int i, ntokens, match; local
1585 int i, ntokens, match, xnum; local
1720 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.10.1/groff-38/groff/src/preproc/refer/
H A Dtoken.cpp35 int ntokens = 0; variable
160 if (++ntokens == TOKEN_TABLE_SIZE)
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkextd_watchvol.c428 CFIndex ntokens; local
434 ntokens = CFArrayGetCount(watched->tokens);
435 while(ntokens--) {
436 token = (int)(intptr_t)CFArrayGetValueAtIndex(watched->tokens,ntokens);
/macosx-10.10.1/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c4883 int ntokens; local
4951 ntokens = scanline(buf, tokens, 64);
4953 if (ntokens < 4)
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_config.c4121 int *ntokens
4213 *ntokens = ntok + 1;

Completed in 211 milliseconds