Searched refs:wday (Results 1 - 13 of 13) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dftpserver.pl193 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
199 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
H A Druntests.pl551 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/genlogon/
H A Dgenlogon.pl25 #($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
26 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl197 my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $dst) = localtime($time);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dpod2man.pl302 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime($secs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/amiga/
H A Dconfig.c582 t->wday = tod->weekday;
596 if (t->wday != -1)
597 tod->weekday = t->wday;
620 t->wday = tod->weekday;
647 if (t->wday != -1)
648 tod->weekday = t->wday;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/atari/
H A Dtime.c164 int sec=0, min=0, hour=0, day=0, mon=0, year=0, wday=0; local
181 wday = t->tm_wday + (t->tm_wday >= 0);
200 if (wday >= 0) BIN_TO_BCD(wday);
232 wday = RTC_READ( RTC_DAY_OF_WEEK );
241 if (wday >= 0) RTC_WRITE( RTC_DAY_OF_WEEK, wday );
261 BCD_TO_BIN(wday);
277 t->tm_wday = wday - 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/mac/
H A Dmisc.c635 long int days, rem, y, wday, yday; local
654 wday = (4 + days) % 7; /* Day in the week. Not currently used */
655 if (wday < 0) wday += 7;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/sun3x/
H A Dtime.c53 h->wday = BIN2BCD(t->tm_wday);
63 t->tm_wday = BCD2BIN(h->wday);
H A Dtime.h13 volatile unsigned char wday; member in struct:mostek_dt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dpod2man.pl302 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime($secs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dtexi2html1841 local(@MoY, $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst);
1845 ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime(time);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A Dtexi2html1841 local(@MoY, $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst);
1845 ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime(time);

Completed in 229 milliseconds