Home
last modified time | relevance | path

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

/freebsd/usr.bin/fetch/
H A Dfetch.c184 struct xferstat { struct
221 stat_eta(char *str, size_t strsz, const struct xferstat *xs) in stat_eta()
256 stat_bps(char *str, size_t strsz, struct xferstat *xs) in stat_bps()
277 stat_display(struct xferstat *xs, int force) in stat_display()
327 stat_start(struct xferstat *xs, const char *name, off_t size, off_t offset) in stat_start()
348 stat_update(struct xferstat *xs, off_t rcvd) in stat_update()
360 stat_end(struct xferstat *xs) in stat_end()
426 struct xferstat xs; in fetch()