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

/freebsd-current/usr.bin/gzip/
H A Dgzip.c561 gz_compress(int in, int out, off_t *gsizep, const char *origname, uint32_t mtime) argument
708 if (gsizep)
709 *gsizep = out_tot;
716 * into `*gsizep'.
719 gz_uncompress(int in, int out, char *pre, size_t prelen, off_t *gsizep, argument
1052 if (gsizep)
1053 *gsizep = in_tot;
1708 cat_fd(unsigned char * prepend, size_t count, off_t *gsizep, int fd) argument
1739 if (gsizep)
1740 *gsizep
[all...]

Completed in 101 milliseconds