Searched refs:cat_fd (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/gzip/ |
H A D | gzip.c | 259 static off_t cat_fd(unsigned char *, size_t, off_t *, int fd); 1612 size = cat_fd(NULL, 0, NULL, fd); in file_uncompress() 1708 cat_fd(unsigned char * prepend, size_t count, off_t *gsizep, int fd) in cat_fd() function 1793 usize = cat_fd(fourbytes, sizeof fourbytes, &gsize, STDIN_FILENO); in handle_stdin()
|