taglinefilesource code
month94fs/isofs/util.cint year, month, day, hour ,minute, second, tz;
month98fs/isofs/util.cmonth = p[1];
month113fs/isofs/util.cfor (i = 1; i < month; i++)
month115fs/isofs/util.cif (((year+2) % 4) == 0 && month > 2)
month211fs/msdos/misc.cint month,year,secs;
month213fs/msdos/misc.cmonth = ((date >> 5) & 15)-1;
month216fs/msdos/misc.c((date & 31)-1+day_n[month]+(year/4)+year*365-((year & 3) == 0 &&
month217fs/msdos/misc.cmonth < 2 ? 1 : 0)+3653);
month229fs/msdos/misc.cint day,year,nl_day,month;
month240fs/msdos/misc.cmonth = 2;
month244fs/msdos/misc.cfor (month = 0; month < 12; month++)
month245fs/msdos/misc.cif (day_n[month] > nl_day) break;
month247fs/msdos/misc.c*date = nl_day-day_n[month-1]+1+(month << 5)+(year << 9);