Searched refs:tm_hour (Results 1 - 25 of 256) sorted by relevance

1234567891011

/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dtimegm.c65 if (tm->tm_hour < 0 || tm->tm_hour > 23)
79 res += tm->tm_hour;
H A Dstrftime.c205 tm->tm_hour,
241 "%02d", tm->tm_hour);
246 hour_24to12 (tm->tm_hour));
254 "%2d", tm->tm_hour);
259 hour_24to12 (tm->tm_hour));
274 hour_to_ampm (tm->tm_hour));
279 hour_24to12 (tm->tm_hour),
282 hour_to_ampm (tm->tm_hour));
287 tm->tm_hour,
305 tm->tm_hour,
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dstrftime.c65 tm->tm_hour < 0 || tm->tm_hour > 23 ||
75 if (tm->tm_hour >= 0 && tm->tm_hour <= 23)
76 tl.tm_hour = tm->tm_hour;
90 tl.tm_hour = tm->tm_hour;
H A Dmktime.c57 tm.tm_hour = ts->tm_hour;
67 ts->tm_hour = tm.tm_hour;
H A Dstrptime.c58 tm.tm_hour = ts->tm_hour;
72 ts->tm_hour = tm.tm_hour;
H A Dgetdate.c73 ts.tm_hour = tm->tm_hour;
/macosx-10.10/tcpdump-61/tcpdump/
H A Dgmt2local.c57 dt = (loc->tm_hour - gmt->tm_hour) * 60 * 60 +
/macosx-10.10/ntp-92/libntp/
H A Dhumandate.c30 tm->tm_hour, tm->tm_min, tm->tm_sec);
H A Duglydate.c36 tm->tm_hour = 0;
45 timep, year, tm->tm_yday, tm->tm_hour, tm->tm_min,
H A Dmktime.c139 normalize(&tmbuf.tm_hour, &tmbuf.tm_min, MINSPERHOUR);
169 if ((result = (atmp->tm_hour - btmp->tm_hour)) == 0 &&
194 normalize(&yourtm.tm_hour, &yourtm.tm_min, MINSPERHOUR);
195 normalize(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY);
/macosx-10.10/Libc-1044.1.2/stdtime/
H A Dgetdate.c143 if(tm.tm_hour != UNDEFINED)
157 tm.tm_hour = now->tm_hour;
161 tm.tm_hour = now->tm_hour;
168 tm.tm_hour = now->tm_hour;
170 tm.tm_hour++;
175 tm.tm_hour = now->tm_hour;
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dcheck-timegm.c49 tm.tm_hour = 10;
65 tm.tm_hour != 10 ||
H A Dtimegm.c73 if (tm->tm_hour < 0 || tm->tm_hour > 23)
87 res += tm->tm_hour;
105 tm->tm_hour = (int)(secday / 3600);
/macosx-10.10/OpenSSH-189/osslshim/heimdal-asn1/
H A Dasn1-timegm.c95 if (tm->tm_hour < 0 || tm->tm_hour > 23)
109 res += tm->tm_hour;
127 tm->tm_hour = secday / 3600;
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/threadTest/
H A DtimeThread.cpp82 (nowTm.tm_hour < baseTm.tm_hour)) {
86 baseTm.tm_hour, baseTm.tm_min);
89 nowTm.tm_hour, nowTm.tm_min);
/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Dstrptime.c240 if (!(conv_num(&bp, &tm->tm_hour, 0, 23)))
249 if (!(conv_num(&bp, &tm->tm_hour, 1, 12)))
251 if (tm->tm_hour == 12)
252 tm->tm_hour = 0;
280 if (tm->tm_hour > 11)
290 if (tm->tm_hour > 11)
293 tm->tm_hour += 12;
/macosx-10.10/gpatch-3/patch/
H A Dmaketime.c151 + (a->tm_hour - b->tm_hour))
181 && (t->tm_hour -= (59 - t->tm_min) / 60) < 0)
183 days = - ((23 - t->tm_hour) / 24);
198 && (24 <= (t->tm_hour += t->tm_min / 60)))
200 days = t->tm_hour / 24;
214 t->tm_hour = MOD (t->tm_hour, 24);
269 ((a)->tm_hour ^ (b)->tm_hour) | \
[all...]
H A Dpartime.c143 {"hour", RELATIVE_CONS (tm_hour, 1) },
257 t->tm.tm_sec = t->tm.tm_min = t->tm.tm_hour = t->tm.tm_mday = t->tm.tm_mon
261 t->tmr.tm_sec = t->tmr.tm_min = t->tmr.tm_hour =
651 if (t->tm.tm_hour == 12)
652 t->tm.tm_hour = 0;
657 if (t->tm.tm_hour != 12)
658 t->tm.tm_hour += 12;
693 s = parse_ranged (s, 2, 0, 23, &t->tm.tm_hour);
699 s = parse_decimal (s, 2, 0, 23, 60 * 60, &t->tm.tm_hour, &frac);
772 &t->tm.tm_hour);
[all...]
/macosx-10.10/apr-32/apr/apr/time/unix/
H A Dtimestr.c74 *date_str++ = xt.tm_hour / 10 + '0';
75 *date_str++ = xt.tm_hour % 10 + '0';
113 *date_str++ = xt.tm_hour / 10 + '0';
114 *date_str++ = xt.tm_hour % 10 + '0';
139 tm.tm_hour = xt->tm_hour;
H A Dtime.c102 xt->tm_hour = tm.tm_hour;
155 days = ((days * 24 + xt->tm_hour) * 60 + xt->tm_min) * 60 + xt->tm_sec;
186 (*ostime)->tm_hour = aprtime->tm_hour;
217 aprtime->tm_hour = (*ostime)->tm_hour;
258 tmpdate.tm_hour = os2time.hours;
278 os2time->hours = lt->tm_hour;
/macosx-10.10/tcl-105/tcl84/tcl/compat/
H A Dstrftime.c132 (((t->tm_hour * 60) + t->tm_min)/144));
171 t->tm_hour,
252 if (!_conv(t->tm_hour, 2, '0'))
256 if (!_conv(t->tm_hour % 12 ?
257 t->tm_hour % 12 : 12, 2, '0'))
265 if (!_conv(t->tm_hour, 2, ' '))
269 if (!_conv(t->tm_hour % 12 ?
270 t->tm_hour % 12: 12, 2, ' '))
286 if (!_add(_CurrentTimeLocale->am_pm[t->tm_hour >= 12]))
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dstrptime.c238 if (!(_conv_num(&bp, &tm->tm_hour, 0, 23)))
247 if (!(_conv_num(&bp, &tm->tm_hour, 1, 12)))
277 if (tm->tm_hour > 12) /* i.e., 13:00 AM ?! */
279 else if (tm->tm_hour == 12)
280 tm->tm_hour = 0;
288 if (tm->tm_hour > 12) /* i.e., 13:00 PM ?! */
290 else if (tm->tm_hour < 12)
291 tm->tm_hour += 12;
/macosx-10.10/ksh-23/ksh/src/lib/libast/tm/
H A Dtmfix.c90 tm->tm_hour -= (60 - n) / 60;
95 tm->tm_hour += n / 60;
98 if ((n = tm->tm_hour) < 0)
101 tm->tm_hour = 24 - (-n) % 24;
106 tm->tm_hour %= 24;
/macosx-10.10/misc_cmds-33/leave/
H A Dleave.c121 if (t->tm_hour > 11)
122 t_12_hour = t->tm_hour - 12;
124 t_12_hour = t->tm_hour;
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utils/
H A DcuTimeStr.cpp149 tmp->tm_hour = x;
207 utc.tm_mday, utc.tm_hour, utc.tm_min, utc.tm_sec);
214 utc.tm_mday, utc.tm_hour, utc.tm_min, utc.tm_sec);
221 utc.tm_mday, utc.tm_hour, utc.tm_min, utc.tm_sec);

Completed in 285 milliseconds

1234567891011