Searched refs:shf_fdopen (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/bin/ksh/ |
| D | io.c | 234 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()
|
| D | shf.h | 60 struct shf *shf_fdopen(int, int, struct shf *);
|
| D | main.c | 363 s->u.shf = shf_fdopen(0, SHF_RD | can_seek(0), NULL); in main()
|
| D | shf.c | 76 shf_fdopen(int fd, int sflags, struct shf *shf) in shf_fdopen() function
|
| D | eval.c | 918 shf = shf_fdopen(pv[0], SHF_RD, NULL); in comsub()
|
| D | jobs.c | 169 shl_j = shf_fdopen(2, SHF_WR, NULL); in j_init()
|