Searched refs:file_pipe_closexec (Results 1 – 3 of 3) sorted by relevance
1172 if ((fd == -1 && file_pipe_closexec(fdp[STDIN_FILENO]) == -1) || in uncompressbuf()1173 file_pipe_closexec(fdp[STDOUT_FILENO]) == -1 || in uncompressbuf()1174 file_pipe_closexec(fdp[STDERR_FILENO]) == -1) { in uncompressbuf()
621 file_protected int file_pipe_closexec(int *);
908 file_pipe_closexec(int *fds) in file_pipe_closexec() function