Searched refs:optbufsz (Results 1 – 1 of 1) sorted by relevance
40 static size_t optbufsz = OPTUNIT; variable94 malloc(optbufsz * sizeof (struct action))) == NULL) { in main()243 if (optcnt > optbufsz) { in queue()244 optbufsz = optbufsz * 2; in queue()246 optbufsz * sizeof (struct action))) == NULL) { in queue()