Lines Matching refs:off_t
43 static void format_size(char *, int, off_t);
44 static void format_rate(char *, int, off_t);
59 static off_t end_pos; /* ending position of transfer */
60 static off_t cur_pos; /* transfer position as of last refresh */
61 static volatile off_t *counter; /* progress counter */
77 format_rate(char *buf, int size, off_t bytes) in format_rate()
96 format_size(char *buf, int size, off_t bytes) in format_size()
113 off_t transferred; in refresh_progress_meter()
116 off_t bytes_left; in refresh_progress_meter()
178 (off_t)bytes_per_second); in refresh_progress_meter()
239 start_progress_meter(char *f, off_t filesize, off_t *ctr) in start_progress_meter()