Home
last modified time | relevance | path

Searched refs:file_pipe_closexec (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/file/dist/src/
H A Dcompress.c1103 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()
H A Dfile.h606 file_protected int file_pipe_closexec(int *);
H A Dfuncs.c897 file_pipe_closexec(int *fds) in file_pipe_closexec() function