Home
last modified time | relevance | path

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

/openbsd/src/bin/ksh/
Dio.c234 shf_fdopen(1, SHF_WR, shl_stdout); /* force buffer allocation */ in initio()
235 shf_fdopen(2, SHF_WR, shl_out); in initio()
236 shf_fdopen(2, SHF_WR, shl_spare); /* force buffer allocation */ in initio()
455 tp->shf = shf_fdopen(fd, SHF_WR, NULL); in maketemp()
Dshf.h60 struct shf *shf_fdopen(int, int, struct shf *);
Dmain.c363 s->u.shf = shf_fdopen(0, SHF_RD | can_seek(0), NULL); in main()
Dshf.c76 shf_fdopen(int fd, int sflags, struct shf *shf) in shf_fdopen() function
Deval.c918 shf = shf_fdopen(pv[0], SHF_RD, NULL); in comsub()
Djobs.c169 shl_j = shf_fdopen(2, SHF_WR, NULL); in j_init()