Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dtime64.c238 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/
Dlocaltime.c1880 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 …]
Dasctime.c102 timeptr->tm_min, timeptr->tm_sec, in asctime_r()
Dstrftime.c375 pt = _conv(t->tm_sec, getformat(modifier, "02", " 2", " ", "02"), pt, ptlim); in _fmt()
383 tm.tm_sec = t->tm_sec; in _fmt()
Dstrptime.c356 if (!(_conv_num(&bp, &tm->tm_sec, 0, 60))) in _strptime()
/bionic/libc/kernel/uapi/linux/
Drtc.h13 int tm_sec; member
/bionic/tests/headers/posix/
Dtime_h.c48 STRUCT_MEMBER(struct tm, int, tm_sec); in time_h()
/bionic/tests/
Dtime_test.cpp69 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/
Dtime.h76 int tm_sec; member
/bionic/libc/dns/resolv/
Dres_debug.c1195 mytime->tm_hour, mytime->tm_min, mytime->tm_sec); in p_secstodate()