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

/freebsd-13-stable/usr.bin/gzip/
H A Dgzip.c277 static off_t cat_fd(unsigned char *, size_t, off_t *, int fd);
1680 size = cat_fd(NULL, 0, NULL, fd);
1780 cat_fd(unsigned char * prepend, size_t count, off_t *gsizep, int fd) function
1869 usize = cat_fd(fourbytes, sizeof fourbytes, &gsize, STDIN_FILENO);

Completed in 56 milliseconds