Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c591 int nh_fd = -1; in pnohup() local
622 nh_fd = open(nout, O_WRONLY | O_CREAT, NOHUP_PERM); in pnohup()
625 if (nh_fd == -1 && (home = getenv("HOME")) != NULL) { in pnohup()
628 nh_fd = open(nout, O_WRONLY | O_CREAT, NOHUP_PERM); in pnohup()
633 if (nh_fd == -1) { in pnohup()
819 (void) close(nh_fd); in pnohup()