Searched refs:ocount (Results 1 – 1 of 1) sorted by relevance
230 int ocount = 0; in parsefmt() local250 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() local691 if(parsefmt(format, output, input, &ocount, &icount, ap_save)) in formatf()[all …]
Completed in 6 milliseconds