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

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dmain.c40 static size_t optbufsz = OPTUNIT; variable
94 malloc(optbufsz * sizeof (struct action))) == NULL) {
243 if (optcnt > optbufsz) {
244 optbufsz = optbufsz * 2;
246 optbufsz * sizeof (struct action))) == NULL) {

Completed in 70 milliseconds