taglinefilesource code
month702arch/m68k/atari/atakeyb.cvoid ikbd_clock_set(int year, int month, int day, int hour, int minute, int second)
month704arch/m68k/atari/atakeyb.cchar cmd[7] = { 0x1B, year, month, day, hour, minute, second };
month710arch/m68k/atari/atakeyb.cvoid ikbd_clock_get(int *year, int *month, int *day, int *hour, int *minute, int second)
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)
month1179fs/ncpfs/dir.cint month,year,secs;
month1181fs/ncpfs/dir.cmonth = ((date >> 5) & 15)-1;
month1184fs/ncpfs/dir.c((date & 31)-1+day_n[month]+(year/4)+year*365-((year & 3) == 0 &&
month1185fs/ncpfs/dir.cmonth < 2 ? 1 : 0)+3653);
month1195fs/ncpfs/dir.cint day,year,nl_day,month;
month1206fs/ncpfs/dir.cmonth = 2;
month1210fs/ncpfs/dir.cfor (month = 0; month < 12; month++)
month1211fs/ncpfs/dir.cif (day_n[month] > nl_day) break;
month1213fs/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);