HomeSort by: relevance | last modified time | path
    Searched defs:fourbytes (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/gzip/
gzip.c 1444 unsigned char fourbytes[4]; local
1478 rbytes = read(fd, fourbytes, sizeof fourbytes);
1479 if (rbytes != sizeof fourbytes) {
1493 method = file_gettype(fourbytes);
1517 if (fourbytes[3] & ORIG_NAME) {

Completed in 82 milliseconds