Searched refs:eta (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dwget.c757 int eta = (int) ((unsigned long long)to_download*elapsed/transferred - elapsed); local
759 i = eta % 3600;
760 fprintf(stderr, "%02d:%02d:%02d ETA", eta / 3600, i / 60, i % 60);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dsmbget.c215 long eta = -1; local
221 eta = (total - pos) / avg;
228 len = asprintf(&status, "%s of %s (%.2f%%) at %s/s ETA: %s", hpos, htotal, prcnt, havg, print_time(eta));

Completed in 48 milliseconds