Home
last modified time | relevance | path

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

/PHP-8.1/ext/fileinfo/libmagic/
H A Dcompress.c708 closefd(int *fd, size_t i) in closefd() function
721 closefd(fd, i); in closep()
921 closefd(fdp[i], 1); in uncompressbuf()
924 closefd(fdp[STDIN_FILENO], 0); in uncompressbuf()
926 closefd(fdp[STDIN_FILENO], 1); in uncompressbuf()
961 closefd(fdp[STDIN_FILENO], 1); in uncompressbuf()
962 closefd(fdp[STDOUT_FILENO], 0); in uncompressbuf()
963 closefd(fdp[STDERR_FILENO], 0); in uncompressbuf()
986 closefd(fdp[STDIN_FILENO], 0); //why? it is already closed here! in uncompressbuf()

Completed in 11 milliseconds