Searched refs:tm_sec (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/bionic/ |
D | time64.c | 238 seconds += date->tm_sec; in timegm64() 248 assert(tm->tm_sec >= 0); in check_tm() 249 assert(tm->tm_sec <= 61); in check_tm() 368 dest->tm_sec = src->tm_sec; in copy_tm_to_TM() 400 dest->tm_sec = src->tm_sec; in copy_TM_to_tm() 636 p->tm_sec = v_tm_sec; in gmtime64_r() 777 date->tm_min, date->tm_sec, in asctime64_r()
|
/bionic/libc/tzcode/ |
D | localtime.c | 1880 tmp->tm_sec = rem % SECSPERMIN; in timesub() 1884 tmp->tm_sec += secs_since_posleap <= tmp->tm_sec; in timesub() 2006 result = atmp->tm_sec - btmp->tm_sec; in tmcomp() 2015 dest->tm_sec = src->tm_sec; in mktmcpy() 2051 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec, in time2sub() 2101 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN) in time2sub() 2112 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub() 2114 saved_seconds = yourtm.tm_sec; in time2sub() 2115 yourtm.tm_sec = SECSPERMIN - 1; in time2sub() 2117 saved_seconds = yourtm.tm_sec; in time2sub() [all …]
|
D | asctime.c | 102 timeptr->tm_min, timeptr->tm_sec, in asctime_r()
|
D | strftime.c | 375 pt = _conv(t->tm_sec, getformat(modifier, "02", " 2", " ", "02"), pt, ptlim); in _fmt() 383 tm.tm_sec = t->tm_sec; in _fmt()
|
D | strptime.c | 356 if (!(_conv_num(&bp, &tm->tm_sec, 0, 60))) in _strptime()
|
/bionic/libc/kernel/uapi/linux/ |
D | rtc.h | 13 int tm_sec; member
|
/bionic/tests/headers/posix/ |
D | time_h.c | 48 STRUCT_MEMBER(struct tm, int, tm_sec); in time_h()
|
/bionic/tests/ |
D | time_test.cpp | 69 ASSERT_EQ(0, broken_down->tm_sec); in TEST() 82 ASSERT_EQ(0, broken_down->tm_sec); in TEST() 280 t.tm_sec = 59; in TEST() 1262 EXPECT_EQ(0, tm.tm_sec); in TEST() 1277 EXPECT_EQ(0, tm.tm_sec); in TEST() 1358 ASSERT_EQ(0, rhs.tm_sec); in TEST()
|
/bionic/libc/include/ |
D | time.h | 76 int tm_sec; member
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 1195 mytime->tm_hour, mytime->tm_min, mytime->tm_sec); in p_secstodate()
|