Searched defs:months (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Ddatetime.c64 grub_uint8_t months[12] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; local
91 ? 29 : months[i]))*SECPERDAY; i++)
93 ? 29 : months[i]))*SECPERDAY;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Ddatetime.h72 const grub_uint8_t months[12] = {31, 28, 31, 30, 31, 30, local
104 if ((datetime->day > months[datetime->month - 1]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c51 static const char *months[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", variable
322 local_tm->tm_mday, months[local_tm->tm_mon],

Completed in 51 milliseconds