Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/gzip/
H A Dgzip.c1382 unsigned char fourbytes[4]; in file_uncompress() local
1414 rbytes = read(fd, fourbytes, sizeof fourbytes); in file_uncompress()
1754 unsigned char fourbytes[4]; in handle_stdin() local
1783 bytes_read = read_retry(STDIN_FILENO, fourbytes, sizeof fourbytes); in handle_stdin()
1799 usize = cat_fd(fourbytes, sizeof fourbytes, &gsize, STDIN_FILENO); in handle_stdin()
1803 (char *)fourbytes, sizeof fourbytes, &gsize, "(stdin)"); in handle_stdin()
1808 (char *)fourbytes, sizeof fourbytes, &gsize); in handle_stdin()
1826 (char *)fourbytes, sizeof fourbytes, &gsize); in handle_stdin()
1832 (char *)fourbytes, sizeof fourbytes, &gsize); in handle_stdin()
1838 (char *)fourbytes, sizeof fourbytes, &gsize); in handle_stdin()
[all …]