Searched refs:file_pipe_closexec (Results 1 – 3 of 3) sorted by relevance
1103 if ((fd == -1 && file_pipe_closexec(fdp[STDIN_FILENO]) == -1) || in uncompressbuf()1104 file_pipe_closexec(fdp[STDOUT_FILENO]) == -1 || in uncompressbuf()1105 file_pipe_closexec(fdp[STDERR_FILENO]) == -1) { in uncompressbuf()
606 file_protected int file_pipe_closexec(int *);
897 file_pipe_closexec(int *fds) in file_pipe_closexec() function