Home
last modified time | relevance | path

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

/external/mksh/src/
Dmain.c545 s->u.shf = shf_fdopen(0, SHF_RD | can_seek(0), in main_init()
1440 shf_fdopen(1, SHF_WR, shl_stdout); in initio()
1441 shf_fdopen(2, SHF_WR, shl_out); in initio()
1442 shf_fdopen(2, SHF_WR, shl_xtrace); in initio()
1461 shf_fdopen(shl_dbg_fd, SHF_WR, shl_dbg); in initio()
1733 tp->shf = shf_fdopen(i, j, NULL); in maketemp()
Dshf.c127 shf_fdopen(int fd, int sflags, struct shf *shf) in shf_fdopen() function
Deval.c1460 shf = shf_fdopen(pv[0], SHF_RD, NULL); in comsub()
Djobs.c187 shl_j = shf_fdopen(2, SHF_WR, NULL); in j_init()
Dsh.h2319 struct shf *shf_fdopen(int, int, struct shf *);