Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/sntp/libopts/
Dtokenize.c232 res->tkn_ct = 0; in ao_string_tokenize()
235 res->tkn_list[ res->tkn_ct++ ] = pzDest; in ao_string_tokenize()
282 res->tkn_list[ res->tkn_ct ] = NULL; in ao_string_tokenize()
306 printf("Parsed string ``%s''\ninto %d tokens:\n", arg, p->tkn_ct); in main()
309 } while (++ix < p->tkn_ct); in main()
Denv.c83 pOpts->origArgCt = (unsigned int)pTL->tkn_ct + 1; in doPrognameEnv()
/netbsd/src/external/bsd/ntp/dist/sntp/libopts/autoopts/
Doptions.h704 unsigned long tkn_ct; ///< number of tokens found member