Lines Matching refs:tm_isdst
379 fprintf(stderr, " isdst=%d", tmp->tm_isdst);
644 || newtm.tm_isdst != tm.tm_isdst
759 || (ab && tm.tm_isdst == lotm.tm_isdst
874 printf(" isdst=%d", tmp->tm_isdst);
1128 = (tm->tm_isdst
1129 ? my_snprintf(b, s, &"\t\t%d"[show_abbr], tm->tm_isdst)
1173 if (0 <= tmp->tm_isdst && tzname[0 < tmp->tm_isdst])
1174 return tzname[0 < tmp->tm_isdst];