Lines Matching refs:TotalBytes
43 static size_t TotalBytes = 0; in format_str() local
48 TotalBytes = 0; in format_str()
56 sprintf(buff, "%08lX", (long)TotalBytes); in format_str()
79 TotalBytes += iBytes; in format_str()
87 static size_t TotalBytes = 0; in format_raw() local
91 TotalBytes = 0; in format_raw()
99 sprintf(buff, "%08lX ", (long)TotalBytes); in format_raw()
105 TotalBytes += iBytes; in format_raw()
179 OFF_T TargetLBA, TotalBytes = 0; in do_dump() local
215 TotalBytes += (OFF_T) NumBytes; in do_dump()
216 } while ((TotalBytes < (args->htrsiz * BLK_SIZE)) && (NumBytes > 0)); in do_dump()