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

/freebsd-13-stable/usr.bin/leave/
H A Dleave.c72 int plusnow, t_12_hour; local
120 t_12_hour = t->tm_hour - 12;
122 t_12_hour = t->tm_hour;
124 if (hours < t_12_hour ||
125 (hours == t_12_hour && minutes <= t->tm_min))
129 secs = (hours - t_12_hour) * 60 * 60;

Completed in 87 milliseconds