Home
last modified time | relevance | path

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

/time/
A Dtst-mktime3.c9 { .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 Dtst-mktime4.c30 .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 Dtst-timegm.c29 .tm_sec = 0, in do_test_func()
46 .tm_sec = 7, in do_test_func()
66 .tm_sec = 8, in do_test_func()
A Dtst-gmtime.c30 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 Dtst-getdate.c131 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 Dtst-mktime2.c69 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 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 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()
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 Dbug-mktime4.c11 return (t->tm_sec == u->tm_sec && t->tm_min == u->tm_min in equal_tm()
A Dtest_time.c55 tbuf.tm_sec = 50; in main()
108 loctime->tm_sec = 05; in main()
A Dmktime.c250 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 Dtst-mktime.c19 time_str.tm_sec = 1; in do_test()
A Dasctime.c62 tp->tm_sec, 1900 + tp->tm_year); in asctime_internal()
A Dofftime.c50 tp->tm_sec = rem % 60; in __offtime()
A Dtst-posixtz.c54 tmp->tm_hour, tmp->tm_min, tmp->tm_sec, tmp->tm_isdst, in do_test()
A Dbug-getdate1.c58 printf ("Seconds: %d\n", res->tm_sec); in process_getdate_on()
A Dtst-strftime3.c458 tm->tm_sec, in tm_to_printed()
488 tm.tm_sec = d->ss; in do_test()
A Dstrftime_l.c375 + (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 Dtzset.c604 tp->tm_sec += leap_extra_secs; in weak_alias()
A Dstrptime_l.c685 tm->tm_sec = val; in __strptime_internal()
1104 tm->tm_sec = val; in __strptime_internal()
/time/bits/types/
A Dstruct_tm.h9 int tm_sec; /* Seconds. [0-60] (1 leap second) */ member

Completed in 19 milliseconds