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

/freebsd-11-stable/usr.bin/leave/
H A Dleave.c70 int plusnow, t_12_hour; local
118 t_12_hour = t->tm_hour - 12;
120 t_12_hour = t->tm_hour;
122 if (hours < t_12_hour ||
123 (hours == t_12_hour && minutes <= t->tm_min))
127 secs = (hours - t_12_hour) * 60 * 60;

Completed in 76 milliseconds