tm 124 anacron/gregor.c struct tm time_record; tm 140 anacron/gregor.c struct tm time_record; tm 155 anacron/gregor.c struct tm time_record; tm 171 anacron/gregor.c struct tm time_record; tm 98 anacron/lock.c struct tm *t; tm 361 anacron/main.c struct tm *tm_now; tm 528 src/cron.c struct tm *tm; tm 544 src/cron.c tm = localtime(&virtualGMTSecond); \ tm 549 src/cron.c tm = gmtime(&virtualSecond); \ tm 551 src/cron.c minute = tm->tm_min -FIRST_MINUTE; \ tm 552 src/cron.c hour = tm->tm_hour -FIRST_HOUR; \ tm 553 src/cron.c dom = tm->tm_mday -FIRST_DOM; \ tm 554 src/cron.c month = tm->tm_mon +1 /* 0..11 -> 1..12 */ -FIRST_MONTH; \ tm 555 src/cron.c dow = tm->tm_wday -FIRST_DOW; \ tm 607 src/cron.c struct tm tm; tm 613 src/cron.c tm = *localtime(&StartTime); tm 614 src/cron.c if (initialize || tm.tm_isdst != isdst) { tm 615 src/cron.c isdst = tm.tm_isdst; tm 616 src/cron.c GMToff = get_gmtoff(&StartTime, &tm); tm 137 src/cronnext.c struct tm current; tm 154 src/cronnext.c struct tm current; tm 44 src/externs.h #define TZONE(tm) tzname[(tm).tm_isdst] tm 98 src/funcs.h long get_gmtoff(time_t *, struct tm *); tm 532 src/misc.c struct tm *t = localtime(&now); tm 700 src/misc.c struct tm tm = *localtime(&t); tm 701 src/misc.c long gmtoff = get_gmtoff(&t, &tm); tm 708 src/misc.c DowNames[tm.tm_wday], tm 709 src/misc.c tm.tm_mday, tm 710 src/misc.c MonthNames[tm.tm_mon], tm 711 src/misc.c tm.tm_year + 1900, tm 712 src/misc.c tm.tm_hour, tm.tm_min, tm.tm_sec, hours, minutes, TZONE(tm)); tm 762 src/misc.c long get_gmtoff(time_t * clock, struct tm *local) { tm 763 src/misc.c struct tm gmt; tm 178 src/security.c struct tm tmS, tmN;