Lines Matching refs:ocount
230 int ocount = 0; in parsefmt() local
250 optr = &out[ocount++]; in parsefmt()
251 if(ocount > MAX_SEGMENTS) in parsefmt()
564 optr = &out[ocount++]; in parsefmt()
565 if(ocount > MAX_SEGMENTS) in parsefmt()
582 optr = &out[ocount++]; in parsefmt()
583 if(ocount > MAX_SEGMENTS) in parsefmt()
645 *opieces = ocount; in parsefmt()
678 int ocount = 0; /* number of output segments */ in formatf() local
691 if(parsefmt(format, output, input, &ocount, &icount, ap_save)) in formatf()
694 for(i = 0; i < ocount; i++) { in formatf()