bin/ksh/eval.c
918
shf = shf_fdopen(pv[0], SHF_RD, NULL);
bin/ksh/io.c
234
shf_fdopen(1, SHF_WR, shl_stdout); /* force buffer allocation */
bin/ksh/io.c
235
shf_fdopen(2, SHF_WR, shl_out);
bin/ksh/io.c
236
shf_fdopen(2, SHF_WR, shl_spare); /* force buffer allocation */
bin/ksh/io.c
455
tp->shf = shf_fdopen(fd, SHF_WR, NULL);
bin/ksh/jobs.c
169
shl_j = shf_fdopen(2, SHF_WR, NULL);
bin/ksh/main.c
363
s->u.shf = shf_fdopen(0, SHF_RD | can_seek(0), NULL);
bin/ksh/shf.h
60
struct shf *shf_fdopen(int, int, struct shf *);