Lines Matching refs:hour
704 int hour;
711 hour = (seconds / 60) / 60;
714 cp = _conv_gmt_posix(hour);
716 cp = _conv_gmt_zoneinfo(hour);
725 _conv_gmt_posix(int hour)
730 if (hour == 0) {
736 if (hour < 0) {
738 /* make hour positive for snprintf() */
739 hour = -hour;
748 xsign, hour, xsign, hour);
754 _conv_gmt_zoneinfo(int hour)
759 if (hour < 0) {
761 /* make hour positive for snprintf() */
762 hour = -hour;
771 xsign, hour);