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

/freebsd-13-stable/usr.bin/gzip/
H A Dgzip.c594 gz_compress(int in, int out, off_t *gsizep, const char *origname, uint32_t mtime) argument
751 if (gsizep)
752 *gsizep = out_tot;
759 * into `*gsizep'.
762 gz_uncompress(int in, int out, char *pre, size_t prelen, off_t *gsizep, argument
1097 if (gsizep)
1098 *gsizep = in_tot;
1780 cat_fd(unsigned char * prepend, size_t count, off_t *gsizep, int fd) argument
1811 if (gsizep)
1812 *gsizep
[all...]

Completed in 98 milliseconds