Home
last modified time | relevance | path

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

/busybox-1.35.0/procps/
Duptime.c57 unsigned updays, uphours, upminutes; in uptime_main() local
89 updays = (unsigned) info.uptime / (unsigned)(60*60*24); in uptime_main()
90 if (updays != 0) in uptime_main()
91 printf("%u day%s, ", updays, (updays != 1) ? "s" : ""); in uptime_main()