Searched refs:mday (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/sun3x/
H A Dtime.h14 volatile unsigned char mday; member in struct:mostek_dt
H A Dtime.c54 h->mday = bin2bcd(t->tm_mday);
64 t->tm_mday = bcd2bin(h->mday);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Du_getutc.c15 GetUTCOffset2(const int year, const int mon, const int mday, const int hour, const int min) argument
27 local_tm.tm_mday = mday;
56 GetUTCOffset(const int mon, const int mday) argument
58 return (GetUTCOffset2(2000, mon, mday, 12, 0));
H A Dncftp.h960 time_t GetUTCOffset(const int mon, const int mday);
961 time_t GetUTCOffset2(const int year, const int mon, const int mday, const int hour, const int min);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/logon/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/maple/
H A Dtime.c87 int sec, min, hour, mon, mday, year; local
103 mday = tm->tm_mday;
111 mday = bin2bcd(mday);
118 maple_clock_write(mday, RTC_DAY_OF_MONTH);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp528 tm.tm_mday = 1; // mday 0 is invalid
643 mday = 0;
655 mday = (wxDateTime::wxDateTime_t)tm.tm_mday;
666 (mday <= GetNumOfDaysInMonth(year, mon)) &&
675 wday = (wxDateTime::wxDateTime_t)((GetTruncatedJDN(mday, mon, year) + 2) % 7);
706 while ( dayDiff + mday < 1 )
713 mday = (wxDateTime::wxDateTime_t)( mday + dayDiff );
714 while ( mday > GetNumOfDaysInMonth(year, mon) )
716 mday
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-m48t59.c211 u8 mday, hour, min, sec; local
230 mday = tm->tm_mday;
231 mday = (mday >= 1 && mday <= 31) ? bin2bcd(mday) : 0xff;
232 if (mday == 0xff)
233 mday = M48T59_READ(M48T59_MDAY);
248 M48T59_WRITE(mday, M48T59_ALARM_DATE);
H A Drtc-ds1216.c22 u8 mday; member in struct:ds1216_regs
100 tm->tm_mday = bcd2bin(regs.mday & 0x3f);
129 regs.mday = bin2bcd(tm->tm_mday);
H A Drtc-cmos.c327 unsigned char mon, mday, hrs, min, sec, rtc_control; local
333 mday = t->time.tm_mday;
342 mday = (mday >= 1 && mday <= 31) ? bin2bcd(mday) : 0xff;
360 CMOS_WRITE(mday, cmos->day_alrm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/build-aux/
H A Dupdate-copyright129 my ($sec, $min, $hour, $mday, $month, $year) = localtime (time ());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dcalctrl.cpp552 else if ( tm1.mday != tm2.mday )
1599 if ( tm.mday > wxDateTime::GetNumberOfDays(mon, tm.year) )
1601 tm.mday = wxDateTime::GetNumberOfDays(mon, tm.year);
1604 wxDateTime target = wxDateTime(tm.mday, mon, tm.year);
1621 if ( tm.mday > wxDateTime::GetNumberOfDays(tm.mon, year) )
1623 tm.mday = wxDateTime::GetNumberOfDays(tm.mon, year);
1626 wxDateTime target = wxDateTime(tm.mday, tm.mon, year);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddatectrl.cpp76 st->wDay = tm.mday;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h455 wxDateTime_t msec, sec, min, hour, mday; member in struct:wxDateTime::Tm
875 { return GetTm(tz).mday; }
1652 return Set(tm.mday, (Month)tm.mon, tm.year,
1796 tm1.mday == tm2.mday;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/logon/mklogon/
H A Dmklogon.pl88 my ( $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst ) = localtime(time);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dmsdos.c1082 time_t _dtoxtime(year, month, mday, hour, min, sec)
1083 int year, month, mday, year, hour, min, sec;
1089 days = _days[month - 1] + mday;
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/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-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/datetime/
H A Ddatetimetest.cpp100 day = tm.mday;
115 return day == tm.mday && month == tm.mon && year == tm.year;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/misc/
H A Dadssearch.pl1317 my ($year,$mon,$mday,$hour,$min,$sec,$zone) =
1320 my $localtime = localtime(timegm($sec,$min,$hour,$mday,$mon,$year));
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/dnsmasq/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-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Dautomtn.cpp618 st.wDay = tm.mday;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dftpserver.pl206 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
212 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =

Completed in 174 milliseconds

12