Searched refs:shf_reopen (Results 1 – 6 of 6) sorted by relevance
/openbsd/bin/ksh/ |
H A D | shf.h | 61 struct shf *shf_reopen(int, int, struct shf *);
|
H A D | shf.c | 71 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 D | exec.c | 1031 shf_reopen(1, SHF_WR, shl_stdout); in call_builtin() 1175 shf_reopen(2, SHF_WR, shl_out); in iosetup()
|
H A D | main.c | 737 shf_reopen(2, SHF_WR, shl_out); in quitenv()
|
H A D | c_sh.c | 298 shf = shf_reopen(fd, SHF_RD | SHF_INTERRUPT | can_seek(fd), shl_spare); in c_read()
|
H A D | jobs.c | 1278 shf_reopen(fd, SHF_WR, shl_j); in check_job()
|