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

/freebsd-11.0-release/usr.bin/rup/
H A Drup.c98 struct tm host_uptime; local
129 host_uptime = *tmp_time;
140 host_uptime = *tmp_time;
144 if (host_uptime.tm_yday != 0)
150 if (host_uptime.tm_hour != 0)
152 host_uptime.tm_hour, host_uptime.tm_min);
154 if (host_uptime.tm_min != 0)
155 sprintf(hours_buf, "%2d mins, ", host_uptime.tm_min);
157 sprintf(hours_buf, "%2d secs, ", host_uptime
[all...]

Completed in 49 milliseconds