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

  /src/usr.bin/gzip/
gzip.c 246 static off_t infile_total; /* total expected to read/write */ variable in typeref:typename:off_t
1259 infile_total = total;
1269 infile_total = infile_current = 0;
1746 if (infile_total) {
1747 const double pcent = (100.0 * infile_current) / infile_total;
1752 (uintmax_t)infile_total, pcent);
gzip.c 246 static off_t infile_total; /* total expected to read/write */ variable in typeref:typename:off_t
1259 infile_total = total;
1269 infile_total = infile_current = 0;
1746 if (infile_total) {
1747 const double pcent = (100.0 * infile_current) / infile_total;
1752 (uintmax_t)infile_total, pcent);

Completed in 24 milliseconds