Searched refs:tm_isdst (Results 1 – 6 of 6) sorted by relevance
32 int tm_isdst; member
1355 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 …]
557 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()
55 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()
449 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()