Home
last modified time | relevance | path

Searched defs:out_tot (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.bin/gzip/
H A Dgzip.c578 off_t in_tot = 0, out_tot = 0; in gz_compress() local
752 off_t out_tot = -1, in_tot = 0; in gz_uncompress() local
2161 static off_t in_tot, out_tot; in print_list() local
/netbsd-src/external/zlib/pigz/dist/
H A Dpigz.c496 off_t out_tot; /* total bytes written to output */ member