Home
last modified time | relevance | path

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

/PHP-8.2/ext/fileinfo/libmagic/
H A Dcompress.c453 int tfd; in file_pipe2file() local
459 tfd = open(ptr, O_RDWR|O_TRUNC|O_EXCL|O_CREAT, 0600); in file_pipe2file()
468 tfd = mkstemp(buf); in file_pipe2file()
475 if (tfd == -1) { in file_pipe2file()
481 if (swrite(tfd, startbuf, nbytes) != CAST(ssize_t, nbytes)) in file_pipe2file()
485 if (swrite(tfd, buf, CAST(size_t, r)) != r) in file_pipe2file()
505 if ((fd = dup2(tfd, fd)) == -1) { in file_pipe2file()
509 (void)close(tfd); in file_pipe2file()
/PHP-8.2/ext/fileinfo/
H A Dlibmagic.patch1433 (void)close(tfd);

Completed in 15 milliseconds