/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)
|