Searched refs:nh_fd (Results 1 – 1 of 1) sorted by relevance
593 int nh_fd = -1; in pnohup() local624 nh_fd = open(nout, O_WRONLY | O_CREAT, NOHUP_PERM); in pnohup()627 if (nh_fd == -1 && (home = getenv("HOME")) != NULL) { in pnohup()630 nh_fd = open(nout, O_WRONLY | O_CREAT, NOHUP_PERM); in pnohup()635 if (nh_fd == -1) { in pnohup()821 (void) close(nh_fd); in pnohup()