HomeSort by: relevance | last modified time | path
    Searched refs:tm_hour (Results 1 - 25 of 275) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/bsd/ntp/dist/libntp/
humandate.c 33 tm->tm_hour, tm->tm_min, tm->tm_sec);
58 tm->tm_hour, tm->tm_min, tm->tm_sec);
uglydate.c 38 tm->tm_hour = 0;
48 tm->tm_yday, tm->tm_hour, tm->tm_min, tm->tm_sec,
mktime.c 146 normalize(&tmbuf.tm_hour, &tmbuf.tm_min, MINSPERHOUR);
176 if ((result = (atmp->tm_hour - btmp->tm_hour)) == 0 &&
201 normalize(&yourtm.tm_hour, &yourtm.tm_min, MINSPERHOUR);
202 normalize(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY);
  /src/external/bsd/ntp/dist/tests/libntp/
humandate.c 34 snprintf(expected, 15, "%02d:%02d:%02d", tm->tm_hour, tm->tm_min, tm->tm_sec);
53 snprintf(expected, 15, "%02d:%02d:%02d", tm->tm_hour, tm->tm_min, tm->tm_sec);
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
check-timegm.c 51 tm.tm_hour = 10;
67 tm.tm_hour != 10 ||
timegm.c 75 if (tm->tm_hour < 0 || tm->tm_hour > 23)
89 res += tm->tm_hour;
107 tm->tm_hour = (int)(secday / 3600);
  /src/external/bsd/less/dist/
mkhelp.py 9 (time.tm_hour, time.tm_min, time.tm_year, time.tm_mon, time.tm_mday))
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
timegm.c 67 if (tm->tm_hour < 0 || tm->tm_hour > 23)
81 res += tm->tm_hour;
strftime.c 207 tm->tm_hour,
243 "%02d", tm->tm_hour);
248 hour_24to12 (tm->tm_hour));
256 "%2d", tm->tm_hour);
261 hour_24to12 (tm->tm_hour));
276 hour_to_ampm (tm->tm_hour));
281 hour_24to12 (tm->tm_hour),
284 hour_to_ampm (tm->tm_hour));
289 tm->tm_hour,
307 tm->tm_hour,
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/src/
po-time.c 48 return 60l * (60l * (24l * days + (a->tm_hour - b->tm_hour))
73 local_time.tm_hour,
  /src/usr.bin/leave/
leave.c 116 if (t->tm_hour >= 12)
117 t->tm_hour -= 12;
120 if (t->tm_hour > hours ||
121 (t->tm_hour == hours && minutes <= t->tm_min))
123 secs = (hours - t->tm_hour) * HOUR;
  /src/lib/libc/time/
getdate.c 97 rtm.tm_sec = rtm.tm_min = rtm.tm_hour = TMSENTINEL;
187 if (rtm.tm_hour == TMSENTINEL &&
189 rtm.tm_hour = tmnow.tm_hour;
197 if (rtm.tm_hour != TMSENTINEL &&
203 if (rtm.tm_hour < tmnow.tm_hour)
204 rtm.tm_hour += 24;
211 if (rtm.tm_hour == TMSENTINEL)
212 rtm.tm_hour = 0
    [all...]
  /src/external/gpl2/rcs/dist/src/
maketime.c 127 + (a->tm_hour - b->tm_hour)
153 if ((t->tm_hour -= (59-t->tm_min)/60) < 0) {
154 t->tm_hour += 24;
170 if (24 <= (t->tm_hour += t->tm_min/60)) {
171 t->tm_hour -= 24;
241 | (tm->tm_hour ^ gtm->tm_hour)
298 if (!TM_DEFINED(tm.tm_hour)) tm.tm_hour = 0
    [all...]
partime.c 212 t->tm.tm_sec = t->tm.tm_min = t->tm.tm_hour = t->tm.tm_mday = t->tm.tm_mon
486 if (t->tm.tm_hour == 12)
487 t->tm.tm_hour = 0;
491 if (t->tm.tm_hour != 12)
492 t->tm.tm_hour += 12;
523 s = parse_decimal (s, 2, 0, 23, 60*60, &t->tm.tm_hour, &frac);
575 ) + 1, 1, 12, &t->tm.tm_hour);
651 conflict (t->tm.tm_hour, u->tm.tm_hour) ||
669 merge_ (t->tm.tm_hour, u->tm.tm_hour
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
gmdifftest.c 39 || !TEST_int_eq(tm1.tm_hour, tm2.tm_hour)
  /src/crypto/external/bsd/openssl/dist/test/
gmdifftest.c 39 || !TEST_int_eq(tm1.tm_hour, tm2.tm_hour)
  /src/crypto/external/bsd/openssl.old/dist/test/
gmdifftest.c 39 || !TEST_int_eq(tm1.tm_hour, tm2.tm_hour)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/stdc/
time.d 32 int tm_hour; /// hours since midnight - [0, 23]
  /src/external/mpl/bind/dist/lib/isc/
tm.c 131 ret = tm->tm_sec + (60 * tm->tm_min) + (3600 * tm->tm_hour) +
329 if (!(conv_num(&bp, &tm->tm_hour, 0, 23))) {
339 if (!(conv_num(&bp, &tm->tm_hour, 1, 12))) {
342 if (tm->tm_hour == 12) {
343 tm->tm_hour = 0;
374 if (tm->tm_hour > 11) {
384 if (tm->tm_hour > 11) {
388 tm->tm_hour += 12;
  /src/external/mpl/dhcp/bind/dist/lib/isc/
tm.c 132 ret = tm->tm_sec + (60 * tm->tm_min) + (3600 * tm->tm_hour) +
330 if (!(conv_num(&bp, &tm->tm_hour, 0, 23))) {
340 if (!(conv_num(&bp, &tm->tm_hour, 1, 12))) {
343 if (tm->tm_hour == 12) {
344 tm->tm_hour = 0;
375 if (tm->tm_hour > 11) {
385 if (tm->tm_hour > 11) {
389 tm->tm_hour += 12;
  /src/usr.sbin/makefs/cd9660/
cd9660_conversion.c 162 gm.tm_hour -= t.tm_hour;
169 return (char)(-(gm.tm_min + 60* (24 * gm.tm_yday + gm.tm_hour)) / 15);
187 (int)t.tm_hour,
208 buf[3] = t.tm_hour;
  /src/external/bsd/nsd/dist/compat/
strptime.c 193 tm->tm_hour = ret;
202 tm->tm_hour = ret;
236 if (tm->tm_hour < 0 || tm->tm_hour > 11) { /* %I */
241 tm->tm_hour += 12;
  /src/external/bsd/unbound/dist/compat/
strptime.c 189 tm->tm_hour = ret;
198 tm->tm_hour = ret;
232 if (tm->tm_hour < 0 || tm->tm_hour > 11) { /* %I */
237 tm->tm_hour += 12;
  /src/tests/lib/libc/time/
t_mktime.c 54 t->tm_hour != tt.tm_hour || t->tm_mday != tt.tm_mday)
116 tms.tm_hour = 23;
  /src/usr.bin/moduli/qsieve/
qfile.c 63 gtm->tm_hour,

Completed in 52 milliseconds

1 2 3 4 5 6 7 8 91011