HomeSort by: relevance | last modified time | path
    Searched defs:strout (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/sh/
output.c 369 struct output strout; local in function:fmtstr
372 strout.nextc = outbuf;
373 strout.nleft = length;
374 strout.fd = BLOCK_OUT;
375 strout.flags = 0;
376 doformat(&strout, fmt, ap);
377 outc('\0', &strout);
378 if (strout.flags & OUTPUT_ERR)
output.c 369 struct output strout; local in function:fmtstr
372 strout.nextc = outbuf;
373 strout.nleft = length;
374 strout.fd = BLOCK_OUT;
375 strout.flags = 0;
376 doformat(&strout, fmt, ap);
377 outc('\0', &strout);
378 if (strout.flags & OUTPUT_ERR)
output.c 369 struct output strout; local in function:fmtstr
372 strout.nextc = outbuf;
373 strout.nleft = length;
374 strout.fd = BLOCK_OUT;
375 strout.flags = 0;
376 doformat(&strout, fmt, ap);
377 outc('\0', &strout);
378 if (strout.flags & OUTPUT_ERR)
output.c 369 struct output strout; local in function:fmtstr
372 strout.nextc = outbuf;
373 strout.nleft = length;
374 strout.fd = BLOCK_OUT;
375 strout.flags = 0;
376 doformat(&strout, fmt, ap);
377 outc('\0', &strout);
378 if (strout.flags & OUTPUT_ERR)

Completed in 42 milliseconds