Home
last modified time | relevance | path

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

/dflybsd-src/contrib/file/src/
H A Dcompress.c779 file_clear_closexec(STDIN_FILENO); in handledesc()
786 file_clear_closexec(STDOUT_FILENO); in handledesc()
792 file_clear_closexec(STDERR_FILENO); in handledesc()
H A Dfile.h588 protected int file_clear_closexec(int);
H A Dfuncs.c861 file_clear_closexec(int fd) { in file_clear_closexec() function