Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dcompress.c1172 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()
H A Dfile.h621 file_protected int file_pipe_closexec(int *);
H A Dfuncs.c908 file_pipe_closexec(int *fds) in file_pipe_closexec() function