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

/freebsd-11.0-release/usr.bin/rup/
H A Drup.c97 struct tm host_time; local
124 host_time = *tmp_time;
134 host_time = *tmp_time;
162 (host_time.tm_hour % 12) ? host_time.tm_hour % 12 : 12,
163 host_time.tm_min,
164 (host_time.tm_hour >= 12) ? 'p' : 'a',

Completed in 43 milliseconds