Searched defs:months (Results 1 - 3 of 3) sorted by relevance
| /osnet-11/usr/src/grub/grub2/grub-core/normal/ |
| H A D | datetime.c | 64 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 D | datetime.h | 72 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 D | logging.c | 51 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