Home | History | Annotate | Download | only in src

Lines Matching refs:shf_fdopen

497 		s->u.shf = shf_fdopen(0, SHF_RD | can_seek(0),
1365 shf_fdopen(1, SHF_WR, shl_stdout);
1366 shf_fdopen(2, SHF_WR, shl_out);
1367 shf_fdopen(2, SHF_WR, shl_spare);
1386 shf_fdopen(shl_dbg_fd, SHF_WR, shl_dbg);
1656 /* shf_fdopen cannot fail, so no fd leak */
1657 tp->shf = shf_fdopen(i, SHF_WR, NULL);