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

/freebsd-current/usr.bin/gzip/
H A Dgzip.c259 static off_t cat_fd(unsigned char *, size_t, off_t *, int fd);
1612 size = cat_fd(NULL, 0, NULL, fd);
1708 cat_fd(unsigned char * prepend, size_t count, off_t *gsizep, int fd) function
1793 usize = cat_fd(fourbytes, sizeof fourbytes, &gsize, STDIN_FILENO);

Completed in 106 milliseconds