Lines Matching refs:ocount
241 int ocount = 0;
261 optr = &out[ocount++];
262 if(ocount > MAX_SEGMENTS)
558 optr = &out[ocount++];
559 if(ocount > MAX_SEGMENTS)
576 optr = &out[ocount++];
577 if(ocount > MAX_SEGMENTS)
639 *opieces = ocount;
672 int ocount = 0; /* number of output segments */
685 if(parsefmt(format, output, input, &ocount, &icount, ap_save))
688 for(i = 0; i < ocount; i++) {