Searched refs:sread (Results 1 – 3 of 3) sorted by relevance
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | compress.c | 383 sread(int fd, void *buf, size_t n, int canbepipe) in sread() function 484 while ((r = sread(fd, buf, sizeof(buf), 1)) > 0) in file_pipe2file() 936 r = sread(fdp[STDOUT_FILENO][0], *newch, bytes_max, 0); in uncompressbuf() 943 (r = sread(fdp[STDERR_FILENO][0], *newch, bytes_max, 0)) > 0) in uncompressbuf()
|
H A D | file.h | 528 protected ssize_t sread(int, void *, size_t, int);
|
/PHP-8.1/ext/fileinfo/ |
H A D | libmagic.patch | 1389 -sread(int fd, void *buf, size_t n, int canbepipe __attribute__((__unused__))) 1390 +sread(int fd, void *buf, size_t n, int canbepipe) 2808 - while ((r = sread(fd, RCAST(void *, &buf[nbytes]),
|
Completed in 29 milliseconds