Home
last modified time | relevance | path

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

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