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

/macosx-10.10/ntp-92/libopts/
H A Dstack.c192 pAL->allocCt = MIN_ARG_ALLOC_CT;
200 else if (pAL->useCt >= pAL->allocCt) {
202 pAL->allocCt += INCR_ARG_ALLOC_CT;
208 sz += sizeof(char*) * (pAL->allocCt - MIN_ARG_ALLOC_CT);
/macosx-10.10/ntp-92/sntp/libopts/
H A Dstack.c192 pAL->allocCt = MIN_ARG_ALLOC_CT;
200 else if (pAL->useCt >= pAL->allocCt) {
202 pAL->allocCt += INCR_ARG_ALLOC_CT;
208 sz += sizeof(char*) * (pAL->allocCt - MIN_ARG_ALLOC_CT);
/macosx-10.10/ntp-92/libopts/autoopts/
H A Doptions.h343 int allocCt; member in struct:argList
/macosx-10.10/ntp-92/sntp/libopts/autoopts/
H A Doptions.h343 int allocCt; member in struct:argList

Completed in 127 milliseconds