Home
last modified time | relevance | path

Searched refs:xferstat (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/fetch/
H A Dfetch.c188 struct xferstat { struct
225 stat_eta(char *str, size_t strsz, const struct xferstat *xs) in stat_eta()
260 stat_bps(char *str, size_t strsz, struct xferstat *xs) in stat_bps()
281 stat_display(struct xferstat *xs, int force) in stat_display()
331 stat_start(struct xferstat *xs, const char *name, off_t size, off_t offset) in stat_start()
352 stat_update(struct xferstat *xs, off_t rcvd) in stat_update()
364 stat_end(struct xferstat *xs) in stat_end()
430 struct xferstat xs; in fetch()