Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/sntp/libopts/
HDstack.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()
HDnested.c732 arg_list->allocCt = MIN_ARG_ALLOC_CT; in optionLoadNested()
/freebsd-13-stable/contrib/ntp/sntp/libopts/autoopts/
HDoptions.h199 int allocCt; member