Searched refs:mday (Results 1 - 13 of 13) sorted by path

/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/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl197 my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $dst) = localtime($time);
202 $mday = pad($mday, '0', 2);
203 return "$mon/$mday $hour:$min:$sec";
/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);
305 return "$mday/$mname/$year";
/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);
28 print LOG "$mon/$mday/$year $hour:$min:$sec - User $ARGV[0] logged into $ARGV[1]\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/misc/
H A Dadssearch.pl1103 my ($year,$mon,$mday,$hour,$min,$sec,$zone) =
1106 my $localtime = localtime(timegm($sec,$min,$hour,$mday,$mon,$year));
/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);
1847 return("$mday $MoY[$mon] $year");
/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);
1847 return("$mday $MoY[$mon] $year");
/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);
305 return "$mday/$mname/$year";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/sun3x/
H A Dtime.c54 h->mday = BIN2BCD(t->tm_mday);
64 t->tm_mday = BCD2BIN(h->mday);
H A Dtime.h14 volatile unsigned char mday; member in struct:mostek_dt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/maple/
H A Dtime.c89 int sec, min, hour, mon, mday, year; local
105 mday = tm->tm_mday;
113 BIN_TO_BCD(mday);
120 maple_clock_write(mday, RTC_DAY_OF_MONTH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Drtc-cmos.c175 unsigned char mon, mday, hrs, min, sec; local
189 mday = t->time.tm_mday;
190 mday = (mday >= 1 && mday <= 31) ? BIN2BCD(mday) : 0xff;
219 CMOS_WRITE(mday, cmos->day_alrm);

Completed in 408 milliseconds