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

/osnet-11/usr/src/lib/libnsl/nsl/
H A D_utility.c595 static size_t optinfsize; local
600 if (optinfsize == 0) {
603 optinfsize = DEFSIZE;
605 optinfsize = ucred_size() + DEFSIZE/2;
607 return ((unsigned int)optinfsize);

Completed in 23 milliseconds