Searched refs:tm_wday (Results 1 - 24 of 24) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dtime.h27 int tm_wday; member in struct:tm
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A Dstrftime.c146 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 DTime.c154 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 Dstrptime.c181 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 Dtime.c121 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 Dprtime.c147 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 Dtime.h28 - 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 Dtimemac.c66 dayOfWeek[et->tm_wday], month[et->tm_month], et->tm_mday,
H A Dtimetest.c78 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 Dy2k.c85 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 Dprtime.h140 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 DTimerWrapper.c135 GmTime->tm_wday = (int) ((DayNo + 4) % 7);
H A DRealTimeClock.c255 GmTime->tm_wday = (int) ((DayNo + 4) % 7);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dtime.h63 int tm_wday; member in struct:tm
H A Dwchar.h86 int tm_wday; member in struct:tm
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmactime.c243 statictime.tm_wday = dtr.dayOfWeek - 1;
/vbox/src/VBox/Devices/PC/
H A DDevRTC.cpp126 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 Dtime.h63 int tm_wday; member in struct:tm
H A Dwchar.h76 int tm_wday; member in struct:tm
/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dtime_test.c92 ok ( (test)->tm.tm_wday == (test)->wday ); \
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/
H A DOpenSslSupport.h105 int tm_wday; /* days since Sunday [0-6] */ member in struct:tm
/vbox/src/libs/zlib-1.2.6/contrib/untgz/
H A Duntgz.c222 st.wDayOfWeek = (WORD)loctm->tm_wday;
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileWin.cpp1520 st.wDayOfWeek = pret.tm_wday;
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp713 GEN_CHECK_OFF(RTCSTATE, current_tm.tm_wday);

Completed in 2519 milliseconds