Home
last modified time | relevance | path

Searched refs:tm_hour (Results 1 – 21 of 21) sorted by relevance

/time/
A Dtst-timegm.c31 .tm_hour = 0, in do_test_func()
48 .tm_hour = 3, in do_test_func()
68 .tm_hour = 3, in do_test_func()
A Dgetdate.c192 tp->tm_hour = tp->tm_sec = tp->tm_min = INT_MIN; in __getdate_r()
249 if (tp->tm_hour == INT_MIN && tp->tm_min == INT_MIN && tp->tm_sec == INT_MIN) in __getdate_r()
251 tp->tm_hour = tm.tm_hour; in __getdate_r()
257 if (tp->tm_hour == INT_MIN) in __getdate_r()
258 tp->tm_hour = 0; in __getdate_r()
267 if (tp->tm_hour >= 0 && tp->tm_hour <= 23 in __getdate_r()
272 tp->tm_mday = tm.tm_mday + ((tp->tm_hour - tm.tm_hour) < 0 ? 1 : 0); in __getdate_r()
A Dtst-mktime3.c10 { .tm_sec = 65, .tm_min = 59, .tm_hour = 23, .tm_mday = 31,
15 { .tm_sec = 59, .tm_min = 59, .tm_hour = 23, .tm_mday = 31,
41 CHECK (tm_hour) in do_test()
A Dtst-mktime4.c28 .tm_hour = 0,
40 .tm_hour = 3,
50 .tm_hour = 6,
A Dtst-gmtime.c32 TEST_COMPARE (tmg->tm_hour, 0); in do_test()
48 TEST_COMPARE (tmg->tm_hour, 0); in do_test()
63 TEST_COMPARE (tmg->tm_hour, 3); in do_test()
79 TEST_COMPARE (tmg->tm_hour, 3); in do_test()
96 TEST_COMPARE (tmg->tm_hour, 3); in do_test()
112 TEST_COMPARE (tmg->tm_hour, 3); in do_test()
A Dtst-getdate.c129 TEST_COMPARE (tests[i].tm.tm_hour, tm->tm_hour); in do_test()
141 TEST_COMPARE (tests[i].tm.tm_hour, tms.tm_hour); in do_test()
A Dtst-mktime2.c67 tm.tm_hour = 2; in spring_forward_gap()
106 tm.tm_hour = 0; in irix_6_4_bug()
120 tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j; in bigtime_test()
129 TEST_COMPARE (lt->tm_hour, tm.tm_hour); in bigtime_test()
A Dtst-strptime3.c29 if (tm.tm_sec != 21 || tm.tm_min != 13 || tm.tm_hour != 16 in do_test()
43 if (tm.tm_sec != 21 || tm.tm_min != 13 || tm.tm_hour != 16 in do_test()
A Dbug-mktime4.c12 && t->tm_hour == u->tm_hour && t->tm_mday == u->tm_mday in equal_tm()
A Dtest_time.c53 tbuf.tm_hour = 6; in main()
106 loctime->tm_hour = 20; in main()
A Dtst-mktime.c17 time_str.tm_hour = 0; in do_test()
A Dasctime.c61 tp->tm_mday, tp->tm_hour, tp->tm_min, in asctime_internal()
A Dofftime.c47 tp->tm_hour = rem / SECS_PER_HOUR; in __offtime()
A Dtst-posixtz.c54 tmp->tm_hour, tmp->tm_min, tmp->tm_sec, tmp->tm_isdst, in do_test()
A Dbug-getdate1.c60 printf ("Hour: %d\n", res->tm_hour); in process_getdate_on()
A Dstrftime_l.c373 return (60 * (60 * (24 * days + (a->tm_hour - b->tm_hour)) in tm_diff()
476 int hour12 = tp->tm_hour; in libc_hidden_def()
503 ((const CHAR_T *) _NL_CURRENT (LC_TIME, tp->tm_hour > 11 \ in libc_hidden_def()
520 # define ampm (L_("AMPM") + 2 * (tp->tm_hour > 11)) in libc_hidden_def()
1053 DO_NUMBER (2, tp->tm_hour); in libc_hidden_def()
1065 DO_NUMBER_SPACEPAD (2, tp->tm_hour); in libc_hidden_def()
1392 | (ltm.tm_hour ^ tm.tm_hour) in libc_hidden_def()
A Dtst-strftime3.c456 tm->tm_hour, in tm_to_printed()
486 tm.tm_hour = d->hh; in do_test()
A Dtst-strftime.c125 .tm_hour = 2 in do_test()
A Dmktime.c250 tp->tm_hour, tp->tm_min, tp->tm_sec); in tm_diff()
337 int hour = tp->tm_hour; in __mktime_internal()
A Dstrptime_l.c564 tm->tm_hour = val; in __strptime_internal()
572 tm->tm_hour = val % 12; in __strptime_internal()
1079 tm->tm_hour = val; in __strptime_internal()
1086 tm->tm_hour = val % 12; in __strptime_internal()
1152 tm->tm_hour += 12; in __strptime_internal()
/time/bits/types/
A Dstruct_tm.h11 int tm_hour; /* Hours. [0-23] */ member

Completed in 18 milliseconds