Home
last modified time | relevance | path

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

/original-bsd/bin/sh/
H A Doutput.c224 struct output strout; in fmtstr() local
227 strout.nextc = outbuf; in fmtstr()
228 strout.nleft = length; in fmtstr()
229 strout.fd = BLOCK_OUT; in fmtstr()
230 strout.flags = 0; in fmtstr()
232 outc('\0', &strout); in fmtstr()
287 struct output strout; in fmtstr() local
296 strout.nextc = outbuf; in fmtstr()
297 strout.nleft = length; in fmtstr()
299 strout.flags = 0; in fmtstr()
[all …]
/original-bsd/lib/libcompat/4.3/
H A DMakefile22 SRCS= ecvt.c gcvt.c lsearch.c rexec.c ruserpass.c sibuf.c sobuf.c strout.c
23 OBJS= ecvt.o gcvt.o lsearch.o rexec.o ruserpass.o sibuf.o sobuf.o strout.o
/original-bsd/lib/libcompat/
H A DMakefile25 strout.c
/original-bsd/old/ld/
H A Dld.c313 struct biobuf *tout, *dout, *trout, *drout, *sout, *strout; variable
1103 outb(&strout, 0, stbuf.st_blksize); in setupout()
1640 bwrite(str, len, strout);