Home
last modified time | relevance | path

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

/titanic_41/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) { in open_file()
90 (fd = open(nout, flags, NOHUP_PERM)) < 0) { in open_file()
624 nh_fd = open(nout, O_WRONLY | O_CREAT, NOHUP_PERM); in pnohup()
630 nh_fd = open(nout, O_WRONLY | O_CREAT, NOHUP_PERM); in pnohup()