Searched refs:strout (Results 1 – 1 of 1) sorted by relevance
246 struct output strout; in fmtstr() local249 strout.nextc = outbuf; in fmtstr()250 strout.nleft = length; in fmtstr()251 strout.fd = BLOCK_OUT; in fmtstr()252 strout.flags = 0; in fmtstr()253 doformat(&strout, fmt, ap); in fmtstr()254 outc('\0', &strout); in fmtstr()255 if (strout.flags & OUTPUT_ERR) in fmtstr()