Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:close

411    ensures the read will interrupt on SIGCHLD.  Second, we close the dup'd
427 close (job_rfd);
1155 /* Close the write side. */
1156 (void) close (pd[1]);
1160 /* Set the descriptor to close on exec, so it does not litter any
1162 that descriptor will not close on exec. */
1236 pipe, close it before exec'ing. */
1275 pipe, close it before exec'ing. */
1278 close (job_fds[0]);
1279 close (job_fds[1]);
1282 close (job_rfd);
1677 uses that new FD. In the signal handler, we close that FD. That
1919 /* Close unnecessary file handles for the child. */
1941 /* Restore stdout/stdin of the parent and close temporary FDs. */
1947 close (save_stdin);
1955 close (save_stdout);
1975 (void) close (stdin_fd);
1977 (void) close (stdout_fd);
3064 (void) close (new);
3068 (void) close (fd);