Searched refs:day (Results 1 - 25 of 41) sorted by relevance

12

/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmweek.c45 * 0 sunday first day of week
46 * 1 monday first day of week
47 * 2 monday first day of iso week
49 * if day<0 then set tm to first day of week
50 * otherwise set tm to day in week
55 tmweek(Tm_t* tm, int type, int week, int day) argument
61 if ((day = tm->tm_wday - tm->tm_yday % 7) < 0)
62 day += 7;
63 week = (tm->tm_yday + offset[day][typ
[all...]
H A Dtmxdate.c172 int day; local
211 day = -1;
222 * get <weekday year month day hour minutes seconds ?[ds]t [ap]m>
523 * min hour day-of-month month day-of-week
555 char day[7]; local
606 * day of month
627 * day of week
630 if ((k = range(t, &t, day, 0, 6)) < 0)
666 if (hit[j] && day[
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/efi/
H A Ddatetime.c45 datetime->day = efi_time.day;
69 efi_time.day = datetime->day;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Ddatetime.h29 grub_uint8_t day; member in struct:grub_datetime
103 ret += (datetime->day - 1) * SECPERDAY;
104 if ((datetime->day > months[datetime->month - 1]
105 && (!ay || datetime->month != 2 || datetime->day != 29))
106 || datetime->day < 1)
/osnet-11/usr/src/grub/grub2/grub-core/lib/ieee1275/
H A Ddatetime.c64 grub_ieee1275_cell_t day; member in struct:get_time_args
97 datetime->day = args.day;
115 grub_ieee1275_cell_t day; member in struct:set_time_args
142 args.day = datetime->day;
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dtime.c33 datetime->day = mytm->tm_mday;
/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_funcs.c92 int sec, min, hour, day, month, year; local
96 day = BCD_TO_BYTE(mostek[4] & 0x3f);
104 utc += days_thru_month[month] + day - 1;
105 utc = (utc << 3) + (utc << 4) + hour; /* 24 * day + hour */
/osnet-11/usr/src/grub/grub2/grub-core/lib/arc/
H A Ddatetime.c36 datetime->day = dt->d;
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Ddatetime.c43 return (datetime->day + y + y / 4 - y / 100 + y / 400 + (31 * m / 12)) % 7;
95 datetime->day = 1 + (nix / SECPERDAY);
H A Dmisc.c91 datetime.year, datetime.month, datetime.day,
/osnet-11/usr/src/grub/grub2/docs/
H A Dmdate-sh135 # $3 = day
142 # $1 = day
164 ???*) day=$1;;
165 *) day=$3; shift;;
169 # the time of day or the year.
196 echo $day $month $year
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dmdate-sh131 # $3 = day
138 # $1 = day
160 ???*) day=$1;;
161 *) day=$3; shift;;
165 # the time of day or the year.
192 echo $day $month $year
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Ddate.c50 datetime.year, datetime.month, datetime.day,
118 datetime.day = value[2];
141 N_("[[year-]month-day] [hour:minute[:second]]"),
H A Dls.c183 datetime.year, datetime.month, datetime.day,
190 datetime.day, datetime.hour,
/osnet-11/usr/src/grub/grub2/grub-core/hook/
H A Ddatehook.c66 n = datetime.day;
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dmdate-sh115 # Get the month. Next argument is day, followed by the year or time.
131 day=$2
134 # the time of day or the year.
161 echo $day $month $year
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Diso9660.c63 grub_uint8_t day; member in struct:grub_iso9660_date2
89 grub_uint8_t day[2]; member in struct:grub_iso9660_date
187 && ! i->day[0] && ! i->day[1]
196 datetime.day = (i->day[0] - '0') * 10 + (i->day[1] - '0');
214 datetime.day = i->day;
1019 && ! data->voldesc.modified.day[
[all...]
H A Daffs.c58 grub_int32_t day; member in struct:grub_affs_time
494 info.mtime = grub_be_to_cpu32 (node->di.mtime.day) * 86400
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dcmos_datetime.c67 datetime->day = value;
142 value = datetime->day;
/osnet-11/usr/src/lib/libntsvcs/common/
H A Deventlog_log.c107 char *day = argv[LOGR_DAY]; 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/cmd/perl/5.8.4/distrib/lib/Locale/
H A DCurrency.pm321 usn:US Dollar (Next day)
322 uss:US Dollar (Same day)
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/runtime/
H A Defiemu.c219 time->day = bcd_to_hex (read_cmos (0x7));
232 time->day = read_cmos (0x7);
261 write_cmos (0x7, time->day);
/osnet-11/usr/src/lib/libsqlite/src/
H A Ddate.c34 ** be represented, even though julian day numbers allow a much wider
65 double rJD; /* The julian day number */
66 int Y, M, D; /* Year, month, and day */
212 ** Convert from YYYY-MM-DD HH:MM:SS to julian day. We always assume
334 ** Compute the Year, Month, and Day from the julian day number.
360 ** Compute the Hour, Minute, and Seconds from the julian day number.
449 ** start of day
487 ** seconds since 1970. Convert to a real julian day number.
532 ** Move the date backwards to the beginning of the current day,
551 }else if( strcmp(z,"day")
578 int day; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.pm30 # Determine the EPOC day for this machine
180 the values provided. The value for the day of the month is the actual day
192 # The 365th day of 1999
195 # The twenty thousandth day since 1970
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c317 (days > 1) ? "days" : "day",
321 (days > 1) ? "days" : "day");
337 char day[7][10];
335 char day[7][10]; member in struct:dummy_locale_info_t

Completed in 77 milliseconds

12