Home
last modified time | relevance | path

Searched refs:tm_isdst (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Drtc.h32 int tm_isdst; member
/bionic/libc/tzcode/
Dlocaltime.c1355 tmp->tm_isdst = ttisp->tt_isdst; in localsub()
1356 tzname[tmp->tm_isdst] = &sp->chars[ttisp->tt_abbrind]; in localsub()
1583 tmp->tm_isdst = 0; in timesub()
1842 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst) in time2sub()
1859 if (sp->ttis[i].tt_isdst != yourtm.tm_isdst) in time2sub()
1862 if (sp->ttis[j].tt_isdst == yourtm.tm_isdst) in time2sub()
1870 if (mytm.tm_isdst != yourtm.tm_isdst) in time2sub()
1926 if (tmp->tm_isdst > 1) in time1()
1927 tmp->tm_isdst = 1; in time1()
1931 if (tmp->tm_isdst < 0) in time1()
[all …]
Dstrftime.c557 if (t->tm_isdst >= 0) in _fmt()
558 pt = _add(tzname[t->tm_isdst != 0], in _fmt()
571 if (t->tm_isdst < 0) in _fmt()
595 if (t->tm_isdst == 0) in _fmt()
/bionic/libc/include/
Dtime.h55 int tm_isdst; member
/bionic/libc/bionic/
Dtime64.c376 dest->tm_isdst = src->tm_isdst; in copy_tm_to_TM()
408 dest->tm_isdst = src->tm_isdst; in copy_TM_to_tm()
543 p->tm_isdst = 0; in gmtime64_r()
/bionic/libc/upstream-openbsd/lib/libc/time/
Dwcsftime.c449 if (t->tm_isdst >= 0) in _fmt()
450 pt = _sadd(tzname[t->tm_isdst != 0], in _fmt()
463 if (t->tm_isdst < 0) in _fmt()