HomeSort by relevance Sort by last modified time
    Searched refs:shf_reopen (Results 1 - 5 of 5) sorted by null

  /external/mksh/src/
shf.c 89 return (shf_reopen(fd, sflags, shf));
92 /* helper function for shf_fdopen and shf_reopen */
162 shf_reopen(int fd, int sflags, struct shf *shf) function
168 shf_open_hlp(fd, &sflags, "shf_reopen");
170 internal_errorf("%s: %s", "shf_reopen", "bad shf/buf/bsize");
exec.c 1300 shf_reopen(1, SHF_WR, shl_stdout);
    [all...]
jobs.c     [all...]
main.c 949 shf_reopen(2, SHF_WR, shl_out);
    [all...]
sh.h     [all...]

Completed in 65 milliseconds