Lines Matching defs:tm
162 struct tm *tm;
183 tm = localtime(&clock_val);
184 current_lag = tm->tm_isdst ? altzone : timezone;
186 (void) printf("%s DST. Lag is %ld.\n", tm->tm_isdst ? "Is" :
187 "Is NOT", tm->tm_isdst ? altzone : timezone);
192 tm->tm_isdst ? altzone : timezone);
201 struct tm *tm;
218 tm = localtime(&clock_val);
219 current_lag = tm->tm_isdst ? altzone : timezone;