Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/rup/
Drup.c133 #define updays (host_stat->curtime.tv_sec / 86400) in rstat_reply() macro
135 sprintf(days_buf, "%3d day%s, ", updays, in rstat_reply()
136 (updays > 1) ? "s" : ""); in rstat_reply()