Searched refs:Day (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Dtime.c107 ETime->Day == 0 || ETime->Month > 31 ||
136 UTime += (((ETime->Day > 0) ? ETime->Day-1:0) * SECSPERDAY);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dctime.c113 const char *Date = "Day Mon 00 00:00:00 YYYY\n";
114 const char *Day = "SunMonTueWedThuFriSat"; local
122 ncp = Day + (3 * t->tm_wday);
/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Dctime.c159 const char *Date = "Day Mon 00 00:00:00 1900\n";
160 const char *Day = "SunMonTueWedThuFriSat"; local
172 ncp = Day + (3*t->tm_wday);
/illumos-gate/usr/src/stand/lib/sa/
H A Dtime.c169 const char *Date = "Day Mon 00 00:00:00 1900\n";
170 const char *Day = "SunMonTueWedThuFriSat"; local
176 ncp = Day + (3 * t->tm_wday);
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defidef.h88 UINT8 Day; // 1 - 31 member in struct:__anon145
/illumos-gate/usr/src/cmd/backup/lib/
H A Dgetdate.y518 Convert(Month, Day, Year, Hours, Minutes, Seconds, Meridian, DSTmode)
520 time_t Day;
544 || Day < 1 || Day > DaysInMonth[(int)--Month])
547 for (Julian = Day - 1, i = 0; i < Month; i++)
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y635 Convert(Month, Day, Year, Hours, Minutes, Seconds, Meridian, DSTmode)
637 time_t Day;
662 || Day < 1 || Day > DaysInMonth[(int)--Month])
665 for (Julian = Day - 1, i = 0; i < Month; i++)
963 * When yyparse returns, zero or more of yyHave{Time,Zone,Date,Day,Rel}
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacbuffer.h85 UINT8 Day; member in struct:acpi_grt_info
/illumos-gate/usr/src/cmd/lms/heci/
H A DPTHICommand.h469 UINT16 Day; member in struct:__anon786
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_regs.h360 uint32_t Day:6; /* 1-32 */ member in struct:aac_container_creation
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2275 % This produces Day Month Year style of output.

Completed in 100 milliseconds