taglinefilesource code
month239fs/fat/misc.cint month,year,secs;
month241fs/fat/misc.cmonth = ((date >> 5) & 15)-1;
month244fs/fat/misc.c((date & 31)-1+day_n[month]+(year/4)+year*365-((year & 3) == 0 &&
month245fs/fat/misc.cmonth < 2 ? 1 : 0)+3653);
month257fs/fat/misc.cint day,year,nl_day,month;
month268fs/fat/misc.cmonth = 2;
month272fs/fat/misc.cfor (month = 0; month < 12; month++)
month273fs/fat/misc.cif (day_n[month] > nl_day) break;
month275fs/fat/misc.c*date = nl_day-day_n[month-1]+1+(month << 5)+(year << 9);
month93fs/isofs/util.cint year, month, day, hour ,minute, second, tz;
month97fs/isofs/util.cmonth = p[1];
month112fs/isofs/util.cfor (i = 1; i < month; i++)
month114fs/isofs/util.cif (((year+2) % 4) == 0 && month > 2)
month1151fs/ncpfs/dir.cint month,year,secs;
month1153fs/ncpfs/dir.cmonth = ((date >> 5) & 15)-1;
month1156fs/ncpfs/dir.c((date & 31)-1+day_n[month]+(year/4)+year*365-((year & 3) == 0 &&
month1157fs/ncpfs/dir.cmonth < 2 ? 1 : 0)+3653);
month1167fs/ncpfs/dir.cint day,year,nl_day,month;
month1178fs/ncpfs/dir.cmonth = 2;
month1182fs/ncpfs/dir.cfor (month = 0; month < 12; month++)
month1183fs/ncpfs/dir.cif (day_n[month] > nl_day) break;
month1185fs/ncpfs/dir.c*date = nl_day-day_n[month-1]+1+(month << 5)+(year << 9);
month185fs/smbfs/proc.cint month,year,secs;
month187fs/smbfs/proc.cmonth = ((date >> 5) & 15)-1;
month190fs/smbfs/proc.c((date & 31)-1+day_n[month]+(year/4)+year*365-((year & 3) == 0 &&
month191fs/smbfs/proc.cmonth < 2 ? 1 : 0)+3653);
month202fs/smbfs/proc.cint day,year,nl_day,month;
month213fs/smbfs/proc.cmonth = 2;
month217fs/smbfs/proc.cfor (month = 0; month < 12; month++)
month218fs/smbfs/proc.cif (day_n[month] > nl_day) break;
month220fs/smbfs/proc.c*date = nl_day-day_n[month-1]+1+(month << 5)+(year << 9);