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

  /src/usr.bin/gzip/
gzip.c 1421 unsigned char fourbytes[4]; local in function:file_uncompress
1455 rbytes = read(fd, fourbytes, sizeof fourbytes);
1456 if (rbytes != sizeof fourbytes) {
1470 method = file_gettype(fourbytes);
1494 if (fourbytes[3] & ORIG_NAME) {
1808 unsigned char fourbytes[4]; local in function:handle_stdin
1839 bytes_read = read_retry(STDIN_FILENO, fourbytes, sizeof fourbytes);
1843 } else if (bytes_read != sizeof(fourbytes)) {
    [all...]

Completed in 14 milliseconds