Searched refs:tm_isdst (Results 1 – 9 of 9) sorted by relevance
218 t.tm_isdst = 0; // "0 if Daylight Savings Time is not in effect". in TEST()223 t.tm_isdst = 2; // "positive if Daylight Savings Time is in effect" in TEST()227 t.tm_isdst = -123; // "and negative if the information is not available". in TEST()235 t.tm_isdst = 0; in TEST()240 t.tm_isdst = 1; // UTC has no DST. in TEST()376 EXPECT_EQ(0, tm.tm_isdst); in TEST()383 EXPECT_EQ(0, tm.tm_isdst); in TEST()390 EXPECT_EQ(0, tm.tm_isdst); in TEST()397 EXPECT_EQ(1, tm.tm_isdst); in TEST()415 EXPECT_EQ(0, tm.tm_isdst); in TEST()[all …]
452 tm->tm_isdst = 0; in _strptime()457 tm->tm_isdst = 0; in _strptime()468 tm->tm_isdst = i; in _strptime()503 tm->tm_isdst = 0; in _strptime()524 tm->tm_isdst = 1; in _strptime()546 tm->tm_isdst = 0; /* XXX */ in _strptime()
534 if (t->tm_isdst == 0) zone = tzname[0]; in _fmt()535 else if (t->tm_isdst > 0) zone = tzname[1]; in _fmt()545 if (t->tm_isdst >= 0) in _fmt()546 pt = _add(tzname[t->tm_isdst != 0], in _fmt()560 if (t->tm_isdst < 0) in _fmt()584 if (t->tm_isdst == 0) in _fmt()
1470 result->tm_isdst = ttisp->tt_isdst; in localsub()1699 tmp->tm_isdst = 0; in timesub()1977 && alttm.tm_isdst == mytm.tm_isdst in time2sub()1986 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst) in time2sub()1997 if (sp->ttis[i].tt_isdst != yourtm.tm_isdst) in time2sub()2000 if (sp->ttis[j].tt_isdst == yourtm.tm_isdst) in time2sub()2008 if (mytm.tm_isdst != yourtm.tm_isdst) in time2sub()2068 if (tmp->tm_isdst > 1) in time1()2069 tmp->tm_isdst = 1; in time1()2073 if (tmp->tm_isdst < 0) in time1()[all …]
32 int tm_isdst; member
376 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()
444 if (t->tm_isdst >= 0) in _fmt()445 pt = _sadd(tzname[t->tm_isdst != 0], in _fmt()458 if (t->tm_isdst < 0) in _fmt()
55 int tm_isdst; member
56 STRUCT_MEMBER(struct tm, int, tm_isdst); in time_h()