Searched refs:NOHUP_PERM (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c48 #define NOHUP_PERM (S_IRUSR | S_IWUSR) macro
84 if ((fd = open(nout, flags, NOHUP_PERM)) < 0) {
90 (fd = open(nout, flags, NOHUP_PERM)) < 0) {
624 nh_fd = open(nout, O_WRONLY | O_CREAT, NOHUP_PERM);
630 nh_fd = open(nout, O_WRONLY | O_CREAT, NOHUP_PERM);

Completed in 56 milliseconds