Home
last modified time | relevance | path

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

/freebsd/usr.bin/rup/
H A Drup.c130 #define updays (host_stat->curtime.tv_sec / 86400) in rstat_reply() macro
132 sprintf(days_buf, "%3d day%s, ", updays, in rstat_reply()
133 (updays > 1) ? "s" : ""); in rstat_reply()