Searched refs:mon (Results 51 - 75 of 93) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dt_x509.c403 static const char *mon[12] = { variable
450 mon[M - 1], d, h, m, s, f_len, f, y,
491 mon[M - 1], d, h, m, s, y + 1900,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dt_x509.c370 static const char *mon[12]= variable
401 mon[M-1],d,h,m,s,y,(gmt)?" GMT":"") <= 0)
436 mon[M-1],d,h,m,s,y+1900,(gmt)?" GMT":"") <= 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dserial167.c570 ++info->mon.int_count;
571 info->mon.char_count += char_count;
572 if (char_count > info->mon.char_max)
573 info->mon.char_max = char_count;
574 info->mon.char_last = char_count;
1332 get_mon_info(struct cyclades_port *info, struct cyclades_monitor __user * mon) argument
1335 if (copy_to_user(mon, &info->mon, sizeof(struct cyclades_monitor)))
1337 info->mon.int_count = 0;
1338 info->mon
[all...]
H A Dcyclades.c552 ++info->mon.int_count;
553 info->mon.char_count += char_count;
554 if (char_count > info->mon.char_max)
555 info->mon.char_max = char_count;
556 info->mon.char_last = char_count;
954 info->mon.int_count++;
955 info->mon.char_count += char_count;
956 if (char_count > info->mon.char_max)
957 info->mon.char_max = char_count;
958 info->mon
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dt_x509.c403 static const char *mon[12] = { variable
450 mon[M - 1], d, h, m, s, f_len, f, y,
491 mon[M - 1], d, h, m, s, y + 1900,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-cmos.c327 unsigned char mon, mday, hrs, min, sec, rtc_control; local
332 mon = t->time.tm_mon + 1;
341 mon = (mon <= 12) ? bin2bcd(mon) : 0xff;
362 CMOS_WRITE(mon, cmos->mon_alrm);
H A Drtc-sh.c424 "mday=%d, mon=%d, year=%d, wday=%d\n",
564 int mon, err; local
583 mon = tm->tm_mon;
584 if (mon >= 0)
585 mon += 1;
586 sh_rtc_write_alarm_value(rtc, mon, RMONAR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h450 // NB: this struct should always be kept normalized (i.e. mon should
456 Month mon; member in struct:wxDateTime::Tm
872 { return (Month)GetTm(tz).mon; }
1387 static wxDateSpan Months(int mon) { return wxDateSpan(0, mon, 0, 0); } argument
1652 return Set(tm.mday, (Month)tm.mon, tm.year,
1795 tm1.mon == tm2.mon &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Drtas-proc.c402 unsigned int year, mon, day, hour, min, sec; local
403 year = ret[0]; mon = ret[1]; day = ret[2];
406 mktime(year, mon, day, hour, min, sec));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/
H A Dreplace.c113 int mon [] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }, local
127 epoch += mon [m] * DAY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dtime.cpp95 const char * mon[MONSPERYEAR]; member in struct:lc_time_T
205 "?" : Locale->mon[t->tm_mon],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/config/
H A DMakefile.am107 mailboxes mailcap majordomo man mon mscstyle3 mysql \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dbuzzz.c490 buzzz_pmon_usr_t mon[BUZZZ_PMON_GROUPS]; member in struct:buzzz_pmonst_usr
521 buzzz_pmonst_t mon[BUZZZ_PMON_GROUPS][BUZZZ_PMON_LOGS + 1]; member in struct:buzzz_priv::__anon8073::__anon8075
1396 buzzz_g.priv.pmon.mon[buzzz_g.priv.pmon.groupid][0].sum.u32[0] = ~0U;
1400 buzzz_g.priv.pmon.mon[buzzz_g.priv.pmon.groupid][log].min.u32[ctr]
1402 buzzz_g.priv.pmon.mon[buzzz_g.priv.pmon.groupid][log].max.u32[ctr]
1404 buzzz_g.priv.pmon.mon[buzzz_g.priv.pmon.groupid][log].sum.u32[ctr]
1409 buzzz_g.priv.pmon.usr.mon[buzzz_g.priv.pmon.groupid].min
1411 buzzz_g.priv.pmon.usr.mon[buzzz_g.priv.pmon.groupid].max
1413 buzzz_g.priv.pmon.usr.mon[buzzz_g.priv.pmon.groupid].sum
1617 printk(": UserCtr[%u]" CLRnl, buzzz_g.priv.pmon.usr.mon[grou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddatectrl.cpp75 st->wMonth = (WXWORD)(tm.mon - wxDateTime::Jan + 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtime.h74 extern unsigned long mktime(const unsigned int year, const unsigned int mon,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dsetup.c1001 void arch_gettod(int *year, int *mon, int *day, int *hour, argument
1004 *year = *mon = *day = *hour = *min = *sec = 0;
/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/minidlna/ffmpeg-2.3.4/libavformat/
H A Diff.c562 int year, mon, day, hour, min, type, ref; local
568 mon = avio_r8(pb);
572 snprintf(tmp, sizeof(tmp), "%04d-%02d-%02d %02d:%02d", year, mon, day, hour, min);
/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) =
1319 $mon -= 1;
1320 my $localtime = localtime(timegm($sec,$min,$hour,$mday,$mon,$year));
/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/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dmon.c2 * linux/fs/lockd/mon.c
367 info->len, info->mon);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
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/amule/wxWidgets-2.8.12/tests/datetime/
H A Ddatetimetest.cpp101 month = tm.mon;
115 return day == tm.mday && month == tm.mon && year == tm.year;

Completed in 301 milliseconds

1234