Searched refs:fourbytes (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.bin/gzip/
H A Dgzip.c1446 unsigned char fourbytes[4]; local
1480 rbytes = read(fd, fourbytes, sizeof fourbytes);
1481 if (rbytes != sizeof fourbytes) {
1495 method = file_gettype(fourbytes);
1519 if (fourbytes[3] & ORIG_NAME) {
1821 unsigned char fourbytes[4]; local
1852 bytes_read = read_retry(STDIN_FILENO, fourbytes, sizeof fourbytes);
1856 } else if (bytes_read != sizeof(fourbytes)) {
[all...]

Completed in 47 milliseconds