Home
last modified time | relevance | path

Searched refs:shf_reopen (Results 1 – 6 of 6) sorted by relevance

/openbsd/bin/ksh/
H A Dshf.h61 struct shf *shf_reopen(int, int, struct shf *);
H A Dshf.c71 return shf_reopen(fd, sflags, shf); in shf_open()
133 shf_reopen(int fd, int sflags, struct shf *shf) in shf_reopen() function
H A Dexec.c1031 shf_reopen(1, SHF_WR, shl_stdout); in call_builtin()
1175 shf_reopen(2, SHF_WR, shl_out); in iosetup()
H A Dmain.c737 shf_reopen(2, SHF_WR, shl_out); in quitenv()
H A Dc_sh.c298 shf = shf_reopen(fd, SHF_RD | SHF_INTERRUPT | can_seek(fd), shl_spare); in c_read()
H A Djobs.c1278 shf_reopen(fd, SHF_WR, shl_j); in check_job()