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

/freebsd-13-stable/usr.bin/gzip/
H A Dgzip.c598 off_t in_tot = 0, out_tot = 0; local
652 in_tot = -1;
674 in_tot = -1;
682 in_tot += in_size;
690 in_tot = -1;
703 in_tot = -1;
725 in_tot = -1;
734 (int)in_tot & 0xff,
735 (int)(in_tot >> 8) & 0xff,
736 (int)(in_tot >> 1
767 off_t out_tot = -1, in_tot = 0; local
1783 off_t in_tot; local
2177 static off_t in_tot, out_tot; local
[all...]

Completed in 43 milliseconds