months 39 lib/libsa/ctime.c static const char months[][4] = {
months 72 lib/libsa/ctime.c ((month < 0 || month >= 12)? "???": months[month]),
months 108 msdosfs/msdosfs_conv.c const u_short *months;
months 137 msdosfs/msdosfs_conv.c months = year & 0x03 ? regyear : leapyear;
months 139 msdosfs/msdosfs_conv.c if (days < months[month])
months 141 msdosfs/msdosfs_conv.c days -= months[month];
months 189 msdosfs/msdosfs_conv.c const u_short *months;
months 213 msdosfs/msdosfs_conv.c months = year & 0x03 ? regyear : leapyear;
months 225 msdosfs/msdosfs_conv.c days += months[m];