Home
last modified time | relevance | path

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

/dragonfly/usr.bin/gzip/
H A Dgzip.c206 static off_t cat_fd(unsigned char *, size_t, off_t *, int fd);
1468 size = cat_fd(NULL, 0, NULL, fd); in file_uncompress()
1548 cat_fd(unsigned char * prepend, size_t count, off_t *gsizep, int fd) in cat_fd() function
1631 usize = cat_fd(header1, sizeof header1, &gsize, STDIN_FILENO); in handle_stdin()