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

/external/mksh/src/
H A Dmain.c497 s->u.shf = shf_fdopen(0, SHF_RD | can_seek(0),
1382 shf_fdopen(1, SHF_WR, shl_stdout);
1383 shf_fdopen(2, SHF_WR, shl_out);
1384 shf_fdopen(2, SHF_WR, shl_xtrace);
1403 shf_fdopen(shl_dbg_fd, SHF_WR, shl_dbg);
1670 /* shf_fdopen cannot fail, so no fd leak */
1671 tp->shf = shf_fdopen(i, j, NULL);
H A Dshf.c92 /* helper function for shf_fdopen and shf_reopen */
127 shf_fdopen(int fd, int sflags, struct shf *shf) function
133 shf_open_hlp(fd, &sflags, "shf_fdopen");
H A Djobs.c187 shl_j = shf_fdopen(2, SHF_WR, NULL);
H A Deval.c1415 shf = shf_fdopen(pv[0], SHF_RD, NULL);
H A Dsh.h2267 struct shf *shf_fdopen(int, int, struct shf *);

Completed in 102 milliseconds