Lines Matching refs:safe_fork
1503 * safe_fork - Create a child process. The child closes all the1510 safe_fork(int infd, int outfd, int errfd)1609 pid = safe_fork(in, out, errfd);1700 pid = safe_fork(fd_devnull, fd_devnull, fd_devnull);