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

/osnet-11/usr/src/lib/libnsl/nsl/
H A D_utility.c50 #define DEFSIZE 2048 macro
602 if (uc < DEFSIZE/2)
603 optinfsize = DEFSIZE;
605 optinfsize = ucred_size() + DEFSIZE/2;
609 return (DEFSIZE);

Completed in 24 milliseconds