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

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Dtokenize.c125 int max_token_ct = 2; /* allow for trailing NULL pointer & NUL on string */ local
145 max_token_ct++;
153 + (max_token_ct * sizeof(ch_t*)));
158 else res->tkn_list[0] = (ch_t*)(res->tkn_list + (max_token_ct - 1));

Completed in 50 milliseconds