tm_year 131 anacron/gregor.c case 2: return days_in_month[1] + (leap (time_record.tm_year + 1900) ? 1 : 0); tm_year 146 anacron/gregor.c case 1: return days_in_month[1] + (leap (time_record.tm_year + 1900) ? 1 : 0); tm_year 160 anacron/gregor.c if (leap(time_record.tm_year - 1 + 1900)) { tm_year 176 anacron/gregor.c if (leap(time_record.tm_year + 1900)) { tm_year 365 anacron/main.c year = tm_now->tm_year + 1900; tm_year 163 src/cronnext.c current.tm_year++; tm_year 711 src/misc.c tm.tm_year + 1900, tm_year 775 src/misc.c if (local->tm_year < gmt.tm_year) tm_year 777 src/misc.c else if (local->tm_year > gmt.tm_year)