HomeSort by: relevance | last modified time | path
    Searched defs:in_tot (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/gzip/
gzip.c 578 off_t in_tot = 0, out_tot = 0; local in function:gz_compress
632 in_tot = -1;
655 in_tot = -1;
663 in_tot += in_size;
671 in_tot = -1;
684 in_tot = -1;
706 in_tot = -1;
715 (int)in_tot & 0xff,
716 (int)(in_tot >> 8) & 0xff,
717 (int)(in_tot >> 16) & 0xff
752 off_t out_tot = -1, in_tot = 0; local in function:gz_uncompress
1771 off_t in_tot; local in function:cat_fd
2161 static off_t in_tot, out_tot; local in function:print_list
    [all...]

Completed in 116 milliseconds