years             622 lib/util/time.c 	int years = ay - by;
years             623 lib/util/time.c 	int days = 365*years + intervening_leap_days + (a->tm_yday - b->tm_yday);
years            2412 source3/modules/getdate.c   int years = a->tm_year - b->tm_year;
years            2413 source3/modules/getdate.c   int days = (365 * years + intervening_leap_days
years             711 source3/modules/getdate.y   int years = a->tm_year - b->tm_year;
years             712 source3/modules/getdate.y   int days = (365 * years + intervening_leap_days