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

/freebsd-current/usr.bin/leave/
H A Dleave.c58 int plusnow, t_12_hour; local
106 t_12_hour = t->tm_hour - 12;
108 t_12_hour = t->tm_hour;
110 if (hours < t_12_hour ||
111 (hours == t_12_hour && minutes <= t->tm_min))
115 secs = (hours - t_12_hour) * 60 * 60;

Completed in 103 milliseconds