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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Duptime.c31 int updays, uphours, upminutes; local
43 updays = (int) info.uptime / (60*60*24);
44 if (updays)
45 printf("%d day%s, ", updays, (updays != 1) ? "s" : "");

Completed in 46 milliseconds