Searched refs:tm_sec (Results 1 – 21 of 21) sorted by relevance
/time/ |
A D | tst-mktime3.c | 9 { .tm_sec = -1, .tm_mday = 1, .tm_year = 104 }, 10 { .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, 17 { .tm_sec = 5, .tm_mday = 1, .tm_year = 102, .tm_wday = 2 } 39 CHECK (tm_sec) in do_test()
|
A D | tst-mktime4.c | 30 .tm_sec = 0, 42 .tm_sec = 7, 52 .tm_sec = 15, 94 t.tm_sec++; in do_test() 103 t.tm_sec++; in do_test()
|
A D | tst-timegm.c | 29 .tm_sec = 0, in do_test_func() 46 .tm_sec = 7, in do_test_func() 66 .tm_sec = 8, in do_test_func()
|
A D | tst-gmtime.c | 30 TEST_COMPARE (tmg->tm_sec, 0); in do_test() 46 TEST_COMPARE (tmg->tm_sec, 0); in do_test() 61 TEST_COMPARE (tmg->tm_sec, 7); in do_test() 77 TEST_COMPARE (tmg->tm_sec, 7); in do_test() 94 TEST_COMPARE (tmg->tm_sec, 8); in do_test() 110 TEST_COMPARE (tmg->tm_sec, 8); in do_test()
|
A D | tst-getdate.c | 131 TEST_COMPARE (tests[i].tm.tm_sec, tm->tm_sec); in do_test() 143 TEST_COMPARE (tests[i].tm.tm_sec, tms.tm_sec); in do_test()
|
A D | tst-mktime2.c | 69 tm.tm_sec = 0; in spring_forward_gap() 108 tm.tm_sec = 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() 131 TEST_COMPARE (lt->tm_sec, tm.tm_sec); in bigtime_test()
|
A D | tst-strptime3.c | 29 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 D | getdate.c | 192 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() 253 tp->tm_sec = tm.tm_sec; in __getdate_r() 261 if (tp->tm_sec == INT_MIN) in __getdate_r() 262 tp->tm_sec = 0; in __getdate_r()
|
A D | bug-mktime4.c | 11 return (t->tm_sec == u->tm_sec && t->tm_min == u->tm_min in equal_tm()
|
A D | test_time.c | 55 tbuf.tm_sec = 50; in main() 108 loctime->tm_sec = 05; in main()
|
A D | mktime.c | 250 tp->tm_hour, tp->tm_min, tp->tm_sec); in tm_diff() 286 struct tm oktm; oktm.tm_sec = -1; in ranged_convert() 304 if (oktm.tm_sec < 0) in ranged_convert() 335 int sec = tp->tm_sec; in __mktime_internal() 497 if (LEAP_SECONDS_POSSIBLE && sec_requested != tm.tm_sec) in __mktime_internal() 501 long_int sec_adjustment = sec == 0 && tm.tm_sec == 60; in __mktime_internal()
|
A D | tst-mktime.c | 19 time_str.tm_sec = 1; in do_test()
|
A D | asctime.c | 62 tp->tm_sec, 1900 + tp->tm_year); in asctime_internal()
|
A D | offtime.c | 50 tp->tm_sec = rem % 60; in __offtime()
|
A D | tst-posixtz.c | 54 tmp->tm_hour, tmp->tm_min, tmp->tm_sec, tmp->tm_isdst, in do_test()
|
A D | bug-getdate1.c | 58 printf ("Seconds: %d\n", res->tm_sec); in process_getdate_on()
|
A D | tst-strftime3.c | 458 tm->tm_sec, in tm_to_printed() 488 tm.tm_sec = d->ss; in do_test()
|
A D | strftime_l.c | 375 + (a->tm_sec - b->tm_sec)); in tm_diff() 1136 DO_NUMBER (2, tp->tm_sec); in libc_hidden_def() 1390 || ((ltm.tm_sec ^ tm.tm_sec) in libc_hidden_def()
|
A D | tzset.c | 604 tp->tm_sec += leap_extra_secs; in weak_alias()
|
A D | strptime_l.c | 685 tm->tm_sec = val; in __strptime_internal() 1104 tm->tm_sec = val; in __strptime_internal()
|
/time/bits/types/ |
A D | struct_tm.h | 9 int tm_sec; /* Seconds. [0-60] (1 leap second) */ member
|
Completed in 19 milliseconds