Lines Matching refs:tm_isdst
381 fprintf(stderr, " isdst=%d", tmp->tm_isdst);
646 || newtm.tm_isdst != tm.tm_isdst
761 || (ab && tm.tm_isdst == lotm.tm_isdst
876 printf(" isdst=%d", tmp->tm_isdst);
1130 = (tm->tm_isdst
1131 ? my_snprintf(b, s, &"\t\t%d"[show_abbr], tm->tm_isdst)
1175 if (0 <= tmp->tm_isdst && tzname[0 < tmp->tm_isdst])
1176 return tzname[0 < tmp->tm_isdst];