gzip.c | 254 static off_t cat_fd(unsigned char *, size_t, off_t *, int fd); 1647 size = cat_fd(NULL, 0, NULL, fd); 1768 cat_fd(unsigned char * prepend, size_t count, off_t *gsizep, int fd) function in typeref:typename:off_t 1856 usize = cat_fd(fourbytes, sizeof fourbytes, &gsize, STDIN_FILENO);
|