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

/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c593 int nh_fd = -1; local
624 nh_fd = open(nout, O_WRONLY | O_CREAT, NOHUP_PERM);
627 if (nh_fd == -1 && (home = getenv("HOME")) != NULL) {
630 nh_fd = open(nout, O_WRONLY | O_CREAT, NOHUP_PERM);
635 if (nh_fd == -1) {
821 (void) close(nh_fd);

Completed in 57 milliseconds