Searched refs:strout (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Doutput.c246 struct output strout; local
249 strout.nextc = outbuf;
250 strout.nleft = length;
251 strout.fd = BLOCK_OUT;
252 strout.flags = 0;
253 doformat(&strout, fmt, ap);
254 outc('\0', &strout);
255 if (strout.flags & OUTPUT_ERR)

Completed in 17 milliseconds