Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/file/src/
HDcompress.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()
HDfile.h621 file_protected int file_pipe_closexec(int *);
HDfuncs.c908 file_pipe_closexec(int *fds) in file_pipe_closexec() function