Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dstack.c193 pAL->allocCt = MIN_ARG_ALLOC_CT; in addArgListEntry()
201 else if (pAL->useCt >= pAL->allocCt) { in addArgListEntry()
203 pAL->allocCt += INCR_ARG_ALLOC_CT; in addArgListEntry()
209 sz += sizeof(char *) * ((size_t)pAL->allocCt - MIN_ARG_ALLOC_CT); in addArgListEntry()
H A Dnested.c732 arg_list->allocCt = MIN_ARG_ALLOC_CT; in optionLoadNested()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h199 int allocCt; member