Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/rup/
H A Drup.c87 struct tm *tmp_time; in rstat_reply() local
114 tmp_time = localtime((time_t *)&host_stat->curtime.tv_sec); in rstat_reply()
115 host_time = *tmp_time; in rstat_reply()
119 tmp_time = gmtime((time_t *)&host_stat->curtime.tv_sec); in rstat_reply()
120 host_uptime = *tmp_time; in rstat_reply()
124 tmp_time = localtime(&tmp_time_t); in rstat_reply()
125 host_time = *tmp_time; in rstat_reply()
130 tmp_time = gmtime(&tmp_time_t); in rstat_reply()
131 host_uptime = *tmp_time; in rstat_reply()