Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dtokenize.c111 int max_token_ct = 2; /* allow for trailing NULL pointer & NUL on string */ in alloc_token_list() local
131 max_token_ct++; in alloc_token_list()
137 + ((size_t)max_token_ct * sizeof(ch_t *))); in alloc_token_list()
142 else res->tkn_list[0] = (ch_t *)(res->tkn_list + (max_token_ct - 1)); in alloc_token_list()