Home | History | Annotate | Download | only in src

Lines Matching full:shf_fdopen

472 		s->u.shf = shf_fdopen(0, SHF_RD | can_seek(0),
1350 shf_fdopen(1, SHF_WR, shl_stdout);
1351 shf_fdopen(2, SHF_WR, shl_out);
1352 shf_fdopen(2, SHF_WR, shl_xtrace);
1371 shf_fdopen(shl_dbg_fd, SHF_WR, shl_dbg);
1651 /* shf_fdopen cannot fail, so no fd leak */
1652 tp->shf = shf_fdopen(i, j, NULL);