Searched refs:chkopen (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sh/ |
H A D | service.c | 73 subst(chkopen(ion, 0), (fd = tmpfil(&tb))); 82 fd = chkopen(tmpout, 0); 94 fd = chkopen(ion, 0); 97 fd = chkopen(ion, newmode); 273 input = chkopen(p, 0);
|
H A D | io.c | 127 chkopen(unsigned char *idf, int mode) function
|
H A D | main.c | 304 * doesn't exist, chkopen() will fail calling 315 * chkopen() will continue to fail and exitsh() 322 input = chkopen(cmdadr, 0);
|
H A D | jobs.c | 701 renamef(chkopen(devnull, 0), 0);
|
Completed in 63 milliseconds