/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | time.h | 27 int tm_wday; member in struct:tm
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/ |
H A D | strftime.c | 146 pt = _add((t->tm_wday < 0 || 147 t->tm_wday >= DAYSPERWEEK) ? 148 "?" : Locale->day[t->tm_wday], 152 pt = _add((t->tm_wday < 0 || 153 t->tm_wday >= DAYSPERWEEK) ? 154 "?" : Locale->abday[t->tm_wday], 313 t->tm_wday) / DAYSPERWEEK, 323 pt = _conv((t->tm_wday == 0) ? 324 DAYSPERWEEK : t->tm_wday, 356 wday = t->tm_wday; [all...] |
H A D | Time.c | 154 tmp->tm_wday = (int) ((EPOCH_WDAY + days) % DAYSPERWEEK); 155 if (tmp->tm_wday < 0) 156 tmp->tm_wday += DAYSPERWEEK; 497 original values of the tm_wday and tm_yday components of the structure are 504 tm_wday and tm_yday components of the structure are set appropriately, and 615 wday_name[timeptr->tm_wday], 630 if (timeptr->tm_wday < 0 || timeptr->tm_wday >= DAYSPERWEEK) 632 else wn = wday_name[timeptr->tm_wday];
|
H A D | strptime.c | 181 bp = find_string(bp, &tm->tm_wday, _ctloc(day), 275 bp = conv_num(bp, &tm->tm_wday, 0, 6);
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | time.c | 121 tm->tm_wday = day_of_week ( tm->tm_year, tm->tm_mon, tm->tm_mday ); 134 weekdays[ tm->tm_wday ], tm->tm_yday );
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prtime.c | 147 gmt->tm_wday = (numDays + 4) % 7; 148 if (gmt->tm_wday < 0) { 149 gmt->tm_wday += 7; 378 time->tm_wday--; 379 if (time->tm_wday < 0) 380 time->tm_wday = 6; 396 time->tm_wday++; 397 if (time->tm_wday > 6) 398 time->tm_wday = 0; 515 time->tm_wday [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | time.h | 28 - int tm_wday; // days since Sunday - [0, 6] 109 Values for the tm_wday member of struct tm. 148 int tm_wday; // days since Sunday [0, 6] member in struct:tm 185 original values of the tm_wday and tm_yday components of the structure are 188 the values of the tm_wday and tm_yday components of the structure are set 293 %a is replaced by the locale's abbreviated weekday name. [tm_wday] 294 %A is replaced by the locale's full weekday name. [tm_wday] 307 a decimal number (00-99). [tm_year, tm_wday, tm_yday] 309 (e.g., 1997). [tm_year, tm_wday, tm_yday] 326 where Monday is 1. [tm_wday] [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | timemac.c | 66 dayOfWeek[et->tm_wday], month[et->tm_month], et->tm_mday,
|
H A D | timetest.c | 78 dayOfWeek[et->tm_wday], month[et->tm_month], et->tm_mday, 111 et1->tm_wday == et2->tm_wday && 142 dayOfWeek[et.tm_wday], month[et.tm_month], et.tm_mday, 322 if (debug_mode) printf("July 4, 2001 is %s.\n", dayOfWeek[et.tm_wday]); 323 if (et.tm_wday == 3) { 350 if (et.tm_wday == 5) { 377 if (et.tm_wday == 4) {
|
H A D | y2k.c | 85 dayOfWeek[et->tm_wday], month[et->tm_month], et->tm_mday, 113 et->tm_wday, 130 et1->tm_wday == et2->tm_wday &&
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prtime.h | 140 PRInt8 tm_wday; /* calculated day of the week member in struct:PRExplodedTime 226 * - tm_wday and tm_yday: these fields are calculated by NSPR. Users
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/ |
H A D | TimerWrapper.c | 135 GmTime->tm_wday = (int) ((DayNo + 4) % 7);
|
H A D | RealTimeClock.c | 255 GmTime->tm_wday = (int) ((DayNo + 4) % 7);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/ |
H A D | time.h | 63 int tm_wday; member in struct:tm
|
H A D | wchar.h | 86 int tm_wday; member in struct:tm
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/ |
H A D | mactime.c | 243 statictime.tm_wday = dtr.dayOfWeek - 1;
|
/vbox/src/VBox/Devices/PC/ |
H A D | DevRTC.cpp | 126 int32_t tm_wday; member in struct:my_tm 294 tm->tm_wday = from_bcd(pThis, pThis->cmos_data[RTC_DAY_OF_WEEK]); 604 tm->tm_wday++; 605 if ((unsigned)tm->tm_wday >= 7) 606 tm->tm_wday = 0; 681 pThis->cmos_data[RTC_DAY_OF_WEEK] = to_bcd(pThis, tm->tm_wday); 767 SSMR3PutS32(pSSM, pThis->current_tm.tm_wday); 830 SSMR3GetS32(pSSM, &pThis->current_tm.tm_wday); 1011 Tm.tm_wday = (Time.u8WeekDay + 1 + 7) % 7; /* 0 = Monday -> Sunday */
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | time.h | 63 int tm_wday; member in struct:tm
|
H A D | wchar.h | 76 int tm_wday; member in struct:tm
|
/vbox/src/VBox/Devices/PC/ipxe/src/tests/ |
H A D | time_test.c | 92 ok ( (test)->tm.tm_wday == (test)->wday ); \
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/ |
H A D | OpenSslSupport.h | 105 int tm_wday; /* days since Sunday [0-6] */ member in struct:tm
|
/vbox/src/libs/zlib-1.2.6/contrib/untgz/ |
H A D | untgz.c | 222 st.wDayOfWeek = (WORD)loctm->tm_wday;
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsLocalFileWin.cpp | 1520 st.wDayOfWeek = pret.tm_wday;
|
/vbox/src/VBox/Devices/testcase/ |
H A D | tstDeviceStructSizeRC.cpp | 713 GEN_CHECK_OFF(RTCSTATE, current_tm.tm_wday);
|