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

/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dtokenize.c128 int max_token_ct = 2; /* allow for trailing NULL pointer & NUL on string */ local
148 max_token_ct++;
154 + ((size_t)max_token_ct * sizeof(ch_t *)));
159 else res->tkn_list[0] = (ch_t *)(res->tkn_list + (max_token_ct - 1));

Completed in 46 milliseconds