taglinefilesource code
month98fs/isofs/util.cint year, month, day, hour ,minute, second, tz;
month102fs/isofs/util.cmonth = p[1];
month117fs/isofs/util.cfor (i = 1; i < month; i++)
month119fs/isofs/util.cif (((year+2) % 4) == 0 && month > 2)
month217fs/msdos/misc.cint month,year,secs;
month219fs/msdos/misc.cmonth = ((date >> 5) & 15)-1;
month222fs/msdos/misc.c((date & 31)-1+day_n[month]+(year/4)+year*365-((year & 3) == 0 &&
month223fs/msdos/misc.cmonth < 2 ? 1 : 0)+3653);
month235fs/msdos/misc.cint day,year,nl_day,month;
month246fs/msdos/misc.cmonth = 2;
month250fs/msdos/misc.cfor (month = 0; month < 12; month++)
month251fs/msdos/misc.cif (day_n[month] > nl_day) break;
month253fs/msdos/misc.c*date = nl_day-day_n[month-1]+1+(month << 5)+(year << 9);