Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dcompress.c593 closefd(int *fd, size_t i) in closefd() function
606 closefd(fd, i); in closep()
762 closefd(fdp[i], 1); in uncompressbuf()
765 closefd(fdp[STDIN_FILENO], 0); in uncompressbuf()
767 closefd(fdp[STDIN_FILENO], 1); in uncompressbuf()
802 closefd(fdp[STDIN_FILENO], 1); in uncompressbuf()
803 closefd(fdp[STDOUT_FILENO], 0); in uncompressbuf()
804 closefd(fdp[STDERR_FILENO], 0); in uncompressbuf()
827 closefd(fdp[STDIN_FILENO], 0); //why? it is already closed here! in uncompressbuf()

Completed in 5 milliseconds