Home
last modified time | relevance | path

Searched refs:tkn_ct (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dtokenize.c230 res->tkn_ct = 0; in ao_string_tokenize()
233 res->tkn_list[ res->tkn_ct++ ] = pzDest; in ao_string_tokenize()
280 res->tkn_list[ res->tkn_ct ] = NULL; in ao_string_tokenize()
304 printf("Parsed string ``%s''\ninto %d tokens:\n", arg, p->tkn_ct); in main()
307 } while (++ix < p->tkn_ct); in main()
H A Denv.c81 pOpts->origArgCt = (unsigned int)pTL->tkn_ct + 1; in doPrognameEnv()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h702 unsigned long tkn_ct; ///< number of tokens found member