Searched refs:month (Results 1 - 25 of 30) sorted by relevance

12

/osnet-11/usr/src/grub/grub2/docs/
H A Dmdate-sh89 # until we find a month. This cannot work with files whose owner is a
91 # will be owned by a user whose name is a month. So we first look at
98 # Find which argument is the month.
99 month=
101 until test $month
107 Jan) month=January; nummonth=1;;
108 Feb) month=February; nummonth=2;;
109 Mar) month=March; nummonth=3;;
110 Apr) month=April; nummonth=4;;
111 May) month
[all...]
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dmdate-sh76 # until we find a month. This cannot work with files whose owner is a
78 # will be owned by a user whose name is a month. So we first look at
85 # Find which argument is the month.
86 month=
88 until test $month
94 Jan) month=January; nummonth=1;;
95 Feb) month=February; nummonth=2;;
96 Mar) month=March; nummonth=3;;
97 Apr) month=April; nummonth=4;;
98 May) month
[all...]
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dmdate-sh85 # until we find a month. This cannot work with files whose owner is a
87 # will be owned by a user whose name is a month. So we first look at
94 # Find which argument is the month.
95 month=
97 until test $month
103 Jan) month=January; nummonth=1;;
104 Feb) month=February; nummonth=2;;
105 Mar) month=March; nummonth=3;;
106 Apr) month=April; nummonth=4;;
107 May) month
[all...]
/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/grub/grub2/grub-core/lib/efi/
H A Ddatetime.c44 datetime->month = efi_time.month;
68 efi_time.month = datetime->month;
/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/grub-core/normal/
H A Ddatetime.c39 a = (14 - datetime->month) / 12;
41 m = datetime->month + 12 * a - 2;
94 datetime->month = i + 1;
H A Dmisc.c91 datetime.year, datetime.month, datetime.day,
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dtime.c32 datetime->month = mytm->tm_mon + 1;
/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/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.pm55 my $month = ($_[4] + 10) % 12;
56 my $year = $_[5] + 1900 - $month/10;
57 365*$year + $year/4 - $year/100 + $year/400 + ($month*306 + 5)/10 - $Epoc
72 my ($sec,$min,$hour,$mday,$month,$year) = @_;
84 croak "Cannot handle date ($sec, $min, $hour, $mday, $month, $year)";
87 croak "Month '$month' out of range 0..11" if $month > 11 or $month < 0;
89 my $md = $MonthDays[$month];
90 ++$md unless $month !
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/arc/
H A Ddatetime.c35 datetime->month = dt->m;
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Ddate.c50 datetime.year, datetime.month, datetime.day,
115 datetime.month = value[1];
141 N_("[[year-]month-day] [hour:minute[:second]]"),
H A Dls.c183 datetime.year, datetime.month, datetime.day,
189 datetime.year, datetime.month,
/osnet-11/usr/src/grub/grub2/grub-core/hook/
H A Ddatehook.c63 n = datetime.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/grub/grub2/grub-core/lib/
H A Dcmos_datetime.c59 datetime->month = value;
133 value = datetime->month;
/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/grub/grub2/grub-core/efiemu/runtime/
H A Defiemu.c218 time->month = bcd_to_hex (read_cmos (0x8));
231 time->month = read_cmos (0x8);
260 write_cmos (0x8, time->month);
/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/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/util/
H A Dimport_gcry.py403 (dt.year,dt.month, dt.day))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm435 my ($day, $month, $year) = (localtime $time)[3,4,5];
436 $month++;
438 $$self{date} = sprintf ('%4d-%02d-%02d', $year, $month, $day);
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_ami.h164 short month; member in struct:__anon2586

Completed in 108 milliseconds

12