Lines Matching refs:tm_isdst
364 (void) fprintf(stderr, " isdst=%d", tmp->tm_isdst);
632 || newtm.tm_isdst != tm.tm_isdst
748 || (ab && tm.tm_isdst == lotm.tm_isdst
863 (void) printf(" isdst=%d", tmp->tm_isdst);
1115 = (tm->tm_isdst
1116 ? snprintf(b, s, &"\t\t%d"[show_abbr], tm->tm_isdst)
1160 if (0 <= tmp->tm_isdst && tzname[0 < tmp->tm_isdst])
1161 return tzname[0 < tmp->tm_isdst];