Searched defs:month (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/ieee1275/
H A Ddatetime.c63 grub_ieee1275_cell_t month; member in struct:get_time_args
96 datetime->month = args.month;
114 grub_ieee1275_cell_t month; member in struct:set_time_args
141 args.month = datetime->month;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Ddatetime.h28 grub_uint8_t month; member in struct:grub_datetime
82 if (datetime->month > 12 || datetime->month < 1)
99 ret += monthssum[datetime->month - 1] * SECPERDAY;
100 if (ay == 0 && datetime->month >= 3)
104 if ((datetime->day > months[datetime->month - 1]
105 && (!ay || datetime->month != 2 || datetime->day != 29))
/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_funcs.c92 int sec, min, hour, day, month, year; local
95 month = BCD_TO_BYTE(mostek[5] & 0x1f) + ((year & 3) << 4);
104 utc += days_thru_month[month] + day - 1;
/osnet-11/usr/src/lib/libntsvcs/common/
H A Deventlog_log.c106 char *month = argv[LOGR_MONTH]; local
114 (void) snprintf(buf, 32, "%s %s %s", month, day, time);
164 * <month> <day> <time> <host> <msg>
165 * <month> <day> <time> <host> <source>: [ID <ID> <facility.priority>] <msg>
/osnet-11/usr/src/lib/libiscsit/common/
H A Dlibiscsit.c1904 char month[3]; local
1930 (void) strncpy(month, &(in_name[9]), 2);
1931 month[2] = '\0';
1933 i = atoi(month);
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Diso9660.c62 grub_uint8_t month; member in struct:grub_iso9660_date2
88 grub_uint8_t month[2]; member in struct:grub_iso9660_date
186 && ! i->month[0] && ! i->month[1]
195 datetime.month = (i->month[0] - '0') * 10 + (i->month[1] - '0');
213 datetime.month = i->month;
1018 && ! data->voldesc.modified.month[
[all...]
H A Dudf.c150 grub_uint8_t month; member in struct:grub_udf_timestamp
968 datetime.month = tstamp->month;
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_ami.h164 short month; member in struct:__anon2586
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c3506 int month, mday, year, jday; local
3518 /* offset to bias by March (month 4) 1st between month/mday & year finding */
3526 * With a suitable offset for numeric value of the month, one can find
3530 * the 13th and 14th month of the previous year. After that transformation,
3531 * we need the month index we use to be high by 1 from 'normal human' usage,
3532 * so the month index values we use run from 4 through 15.
3538 * the days we derive from our month index, and adding in the day of the
3539 * month. The value used here is not adjusted for the actual origin which
3542 * normalised values for the year, month, da
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h745 grub_efi_uint8_t month; member in struct:grub_efi_time
/osnet-11/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h620 CK_CHAR month[2]; /* the month ("01" - "12") */ member in struct:CK_DATE

Completed in 69 milliseconds