Home
last modified time | relevance | path

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

/PHP-8.3/ext/fileinfo/libmagic/
H A Dcompress.c726 closefd(int *fd, size_t i) in closefd() function
739 closefd(fd, i); in closep()
981 closefd(fdp[i], 1); in uncompressbuf()
984 closefd(fdp[STDIN_FILENO], 0); in uncompressbuf()
986 closefd(fdp[STDIN_FILENO], 1); in uncompressbuf()
1024 closefd(fdp[STDIN_FILENO], 1); in uncompressbuf()
1025 closefd(fdp[STDOUT_FILENO], 0); in uncompressbuf()
1026 closefd(fdp[STDERR_FILENO], 0); in uncompressbuf()
1049 closefd(fdp[STDIN_FILENO], 0); //why? it is already closed here! in uncompressbuf()

Completed in 6 milliseconds