b4               2406 source3/modules/getdate.c   int b4 = (b->tm_year >> 2) + (TM_YEAR_BASE >> 2) - ! (b->tm_year & 3);
b4               2408 source3/modules/getdate.c   int b100 = b4 / 25 - (b4 % 25 < 0);
b4               2411 source3/modules/getdate.c   int intervening_leap_days = (a4 - b4) - (a100 - b100) + (a400 - b400);
b4                705 source3/modules/getdate.y   int b4 = (b->tm_year >> 2) + (TM_YEAR_BASE >> 2) - ! (b->tm_year & 3);
b4                707 source3/modules/getdate.y   int b100 = b4 / 25 - (b4 % 25 < 0);
b4                710 source3/modules/getdate.y   int intervening_leap_days = (a4 - b4) - (a100 - b100) + (a400 - b400);