Searched refs:tm_wday (Results 76 - 100 of 131) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-ds1742.c76 writeb(bin2bcd(tm->tm_wday) & RTC_DAY_MASK, ioaddr + RTC_DAY);
114 tm->tm_wday = bcd2bin(week);
H A Drtc-max8925.c97 tm->tm_wday = buf[RTC_WEEKDAY] & 0x07;
137 buf[RTC_WEEKDAY] = tm->tm_wday;
H A Drtc-pcf50633.c73 rtc->tm_wday = bcd2bin(pcf->time[PCF50633_TI_WKDAY]);
84 pcf->time[PCF50633_TI_WKDAY] = bin2bcd(rtc->tm_wday);
238 /* do like mktime does and ignore tm_wday */
H A Drtc-rs5c313.c264 tm->tm_wday = bcd2bin(data);
321 data = bin2bcd(tm->tm_wday);
H A Drtc-ds1307.c315 t->tm_wday = bcd2bin(ds1307->regs[DS1307_REG_WDAY] & 0x07) - 1;
327 t->tm_mon, t->tm_year, t->tm_wday);
344 t->tm_mon, t->tm_year, t->tm_wday);
349 buf[DS1307_REG_WDAY] = bin2bcd(t->tm_wday + 1);
418 t->time.tm_wday = -1;
H A Drtc-ds1553.c88 writeb(bin2bcd(tm->tm_wday) & RTC_DAY_MASK, ioaddr + RTC_DAY);
126 tm->tm_wday = bcd2bin(week);
H A Drtc-stk17ta8.c88 writeb(bin2bcd(tm->tm_wday) & RTC_DAY_MASK, ioaddr + RTC_DAY);
128 tm->tm_wday = bcd2bin(week);
H A Drtc-m48t59.c96 tm->tm_wday = bcd2bin(val & 0x07);
146 val |= (bin2bcd(tm->tm_wday) & 0x07);
H A Drtc-rx8025.c251 date[RX8025_REG_WDAY] = bin2bcd(dt->tm_wday);
348 t->time.tm_wday = -1;
H A Drtc-m41t80.c119 tm->tm_wday = buf[M41T80_REG_WDAY] & 0x07;
172 (tm->tm_wday & 0x07) | (buf[M41T80_REG_WDAY] & ~0x07);
362 t->time.tm_wday = -1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Do_time.c222 &result->tm_wday, systime);
223 result->tm_wday %= 7;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Do_time.c222 &result->tm_wday, systime);
223 result->tm_wday %= 7;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dcmpt.c388 tm->tm_wday = ((wday % 7) + 7) % 7;
506 tm->tm_wday = cnt;
773 tm->tm_wday = val % 7;
799 tm->tm_wday = val;
983 tm->tm_wday = val;
H A Dftp-ls.c413 timestruct.tm_wday = 0;
500 timestruct.tm_wday = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/
H A Dreplace.c147 t->tm_wday = u->tm_wday;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dfile.c490 Curl_wkday[tm->tm_wday?tm->tm_wday-1:6],
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtime.h194 int tm_wday; member in struct:tm
H A Drtc.h27 int tm_wday; member in struct:rtc_time
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dloslib.c215 setfield(L, "wday", stm->tm_wday+1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/hp300/
H A Dconfig.c208 t->tm_wday = -1;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dcal.c122 zero_tm.tm_wday = i;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dtimezone.c536 _tmbuf.tm_wday = (days + EPOCH_WDAY) % 7;
625 adjust out of range fields in `tm' and set `tm->tm_yday', `tm->tm_wday'.
736 `tm->tm_wday', and `tm->tm_isdst'.
788 tm->tm_wday = ((unsigned)days + EPOCH_WDAY) % 7;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtimezone.c538 _tmbuf.tm_wday = (days + EPOCH_WDAY) % 7;
627 adjust out of range fields in `tm' and set `tm->tm_yday', `tm->tm_wday'.
738 `tm->tm_wday', and `tm->tm_isdst'.
790 tm->tm_wday = ((unsigned)days + EPOCH_WDAY) % 7;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/auth/
H A Dauth_sam.c98 bitpos = (utctime->tm_wday * 24 + utctime->tm_hour) % 168;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Defirtc.c129 wtime->tm_wday = compute_wday(eft);

Completed in 111 milliseconds

123456