Home
last modified time | relevance | path

Searched refs:tm_sec (Results 1 - 25 of 204) sorted by relevance

123456789

/third_party/musl/libc-test/src/functional/
H A Dstrptime.c24 } else if (tm.tm_sec != expected->tm_sec || in checkStrptime()
54 .tm_sec = 8,
63 .tm_sec = 0,
72 .tm_sec = 0,
81 .tm_sec = 0,
H A Dstrftime.c21 .tm_sec = 45,
33 .tm_sec = 53,
45 .tm_sec = 0,
57 .tm_sec = 0,
69 .tm_sec = 0,
H A Dtime.c15 return tm1.tm_sec != tm2.tm_sec || in tm_cmp()
33 tm.tm_sec, tm.tm_min, tm.tm_hour, in tm_str()
40 .tm_sec = ss, .tm_min = mm, .tm_hour = hh, \
/third_party/ltp/testcases/kernel/device-drivers/rtc/
H A Drtc02.c37 tm->tm_sec); in rtctime_to_str()
77 || (set_tm->tm_sec != read_tm->tm_sec)) { in rtc_tm_cmp()
79 seconds1 = (set_tm->tm_hour * 3600) + (set_tm->tm_min * 60) + set_tm->tm_sec; in rtc_tm_cmp()
80 seconds2 = (read_tm->tm_hour * 3600) + (read_tm->tm_min * 60) + read_tm->tm_sec; in rtc_tm_cmp()
H A Drtc01.c81 rtc_tm.tm_hour, rtc_tm.tm_min, rtc_tm.tm_sec); in read_alarm_test()
86 rtc_tm.tm_sec += 5; in read_alarm_test()
87 if (rtc_tm.tm_sec >= 60) { in read_alarm_test()
88 rtc_tm.tm_sec %= 60; in read_alarm_test()
120 rtc_tm.tm_hour, rtc_tm.tm_min, rtc_tm.tm_sec); in read_alarm_test()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/gmtime/
H A D1-1.c29 if ((tm_ptr->tm_sec >= 0) && (tm_ptr->tm_sec < 60)) { in main()
30 printf("sec %02d\n", tm_ptr->tm_sec); in main()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_time.c185 tmp.tm_sec = n; in ossl_asn1_time_to_tm()
302 ts->tm_sec); in ossl_asn1_time_from_tm()
307 ts->tm_sec); in ossl_asn1_time_from_tm()
523 stm.tm_min, stm.tm_sec, f_len, f, in ossl_asn1_time_print_ex()
529 stm.tm_min, stm.tm_sec, f_len, f, stm.tm_year + 1900, in ossl_asn1_time_print_ex()
537 stm.tm_min, stm.tm_sec, in ossl_asn1_time_print_ex()
543 stm.tm_min, stm.tm_sec, stm.tm_year + 1900, in ossl_asn1_time_print_ex()
/third_party/openssl/crypto/asn1/
H A Da_time.c185 tmp.tm_sec = n; in ossl_asn1_time_to_tm()
302 ts->tm_sec); in ossl_asn1_time_from_tm()
307 ts->tm_sec); in ossl_asn1_time_from_tm()
523 stm.tm_min, stm.tm_sec, f_len, f, in ossl_asn1_time_print_ex()
529 stm.tm_min, stm.tm_sec, f_len, f, stm.tm_year + 1900, in ossl_asn1_time_print_ex()
537 stm.tm_min, stm.tm_sec, in ossl_asn1_time_print_ex()
543 stm.tm_min, stm.tm_sec, stm.tm_year + 1900, in ossl_asn1_time_print_ex()
/third_party/tzdata/
H A Dzdump.c378 fprintf(stderr, " sec=%d", tmp->tm_sec); in my_localtime_rz()
789 result += newp->tm_sec - oldp->tm_sec; in delta_nonneg()
839 long seconds = a->tm_sec - b->tm_sec + 60 * minutes; in gmtoff()
906 localtm[old].tm_sec = -1; in showextrema()
908 gmtm[old].tm_sec = -1; in showextrema()
917 localtm[new].tm_sec = -1; in showextrema()
919 gmtm[new].tm_sec = -1; in showextrema()
920 if (((localtm[old].tm_sec < in showextrema()
[all...]
H A Dlocaltime.c1724 to localtime tm_sec because of leap seconds. */ in timesub()
1808 tmp->tm_sec = rem % SECSPERMIN; in timesub()
1812 tmp->tm_sec += secs_since_posleap <= tmp->tm_sec; in timesub()
1934 result = atmp->tm_sec - btmp->tm_sec; in tmcomp()
1943 dest->tm_sec = src->tm_sec; in mktmcpy()
1979 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec, in time2sub()
2029 if (yourtm.tm_sec > in time2sub()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/asctime/
H A D1-1.c47 time_ptr.tm_sec = SECOND; in main()
56 time_ptr.tm_min, time_ptr.tm_sec, 1900 + time_ptr.tm_year); in main()
/third_party/nghttp2/src/
H A Dtimegm.c46 t = ((int64_t)days * 24 + tm->tm_hour) * 3600 + tm->tm_min * 60 + tm->tm_sec; in nghttp2_timegm()
79 t = ((int64_t)days * 24 + tm->tm_hour) * 3600 + tm->tm_min * 60 + tm->tm_sec; in nghttp2_timegm_without_yday()
/third_party/openssl/test/
H A Dgmdifftest.c41 || !TEST_int_eq(tm1.tm_sec, tm2.tm_sec) in check_time()
/third_party/ltp/lib/
H A Dtst_rtctime.c95 tm->tm_sec = secs - tm->tm_min * 60; in tst_rtc_time_to_tm()
107 tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec); in tst_rtc_tm_to_time()
/third_party/musl/libc-test/src/functionalext/supplement/time/
H A Dgmtime_sup.c503 gmtm->tm_sec, in gmtime_0100()
546 gmtm->tm_sec, in gmtime64_0100()
H A Dgmtime_r_sup.c503 gmtm->tm_sec, in gmtime_r_0100()
546 gmtm->tm_sec, in gmtime64_r_0100()
/third_party/musl/libc-test/src/functionalext/time/
H A Dlocaltime.c49 localtm->tm_min, localtm->tm_sec, localtm->tm_wday, localtm->tm_yday, localtm->tm_isdst, in localtime_0100()
78 localtm->tm_min, localtm->tm_sec, localtm->tm_wday, localtm->tm_yday, localtm->tm_isdst, in localtime64_0100()
H A Dlocaltime_r.c50 localtm->tm_min, localtm->tm_sec, localtm->tm_wday, localtm->tm_yday, localtm->tm_isdst, in localtime_r_0100()
80 localtm->tm_min, localtm->tm_sec, localtm->tm_wday, localtm->tm_yday, localtm->tm_isdst, in localtime64_r_0100()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime_benchmark.cc208 tm.tm_sec = 18; in BM_Time_FromCivil_Libc()
215 tm.tm_sec = 27; in BM_Time_FromCivil_Libc()
258 tm.tm_sec = 18; in BM_Time_FromCivilDay0_Libc()
265 tm.tm_sec = 27; in BM_Time_FromCivilDay0_Libc()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_format.cc114 tm.tm_sec = al.cs.second(); in ToTM()
713 tm.tm_sec = 0; in parse()
795 data = ParseInt(data, 2, 0, 60, &tm.tm_sec); in parse()
851 data = ParseInt(data, 2, 0, 60, &tm.tm_sec); in parse()
882 data = ParseInt(data, 2, 0, 60, &tm.tm_sec); in parse()
960 if (tm.tm_sec == 60) { in parse()
961 tm.tm_sec -= 1; in parse()
985 civil_second cs(year, month, tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec); in parse()
/third_party/ffmpeg/libavutil/tests/
H A Dparseutils.c159 tm.tm_hour, tm.tm_min, tm.tm_sec); in test_av_small_strptime()
207 tm->tm_hour, tm->tm_min, tm->tm_sec); in test_av_parse_time()
/third_party/libwebsockets/lib/roles/http/
H A Ddate.c47 1900 + tm->tm_year, tm->tm_hour, tm->tm_min, tm->tm_sec); in lws_http_date_render()
129 tm->tm_sec = n; in lws_http_date_parse()
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dminizip.c129 tmzip->tm_sec = filedate->tm_sec;
405 zi.tmz_date.tm_sec = zi.tmz_date.tm_min = zi.tmz_date.tm_hour =
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dminizip.c130 tmzip->tm_sec = filedate->tm_sec;
406 zi.tmz_date.tm_sec = zi.tmz_date.tm_min = zi.tmz_date.tm_hour =
/third_party/zlib/contrib/minizip/
H A Dminizip.c129 tmzip->tm_sec = filedate->tm_sec; in filetime()
404 zi.tmz_date.tm_sec = zi.tmz_date.tm_min = zi.tmz_date.tm_hour = in main()

Completed in 17 milliseconds

123456789