Searched refs:tm_sec (Results 151 - 175 of 321) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/mac/
H A Dmisc.c671 &t->tm_hour, &t->tm_min, &t->tm_sec);
675 t->tm_hour, t->tm_min, t->tm_sec);
705 now.tm_sec = nowtime % 60;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_time.c142 tm.tm_sec = second;
314 t->tm_mday, t->tm_hour, t->tm_min, t->tm_sec);
318 t->tm_hour, t->tm_min, t->tm_sec);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dbackupsa.c427 tm->tm_sec = str2num(p, len);
428 if (tm->tm_sec == -1 || tm->tm_sec > 60)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_cache.c69 timeout_tm.tm_min, timeout_tm.tm_sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/minizip/
H A Dzip.h91 uInt tm_sec; /* seconds after the minute - [0,59] */ member in struct:tm_zip_s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dc_utime.c35 gt.tm_sec
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/custom/
H A Dstruct_timeval.c118 if (sscanf(s, t, &tm.tm_year, &tm.tm_mon, &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm.tm_sec, rest) < 6)
H A Dstruct_tm.c109 if (sscanf(s, t, &a->tm_year, &a->tm_mon, &a->tm_mday, &a->tm_hour, &a->tm_min, &a->tm_sec, zone) < 6)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-ds1672.c59 __func__, tm->tm_sec, tm->tm_min, tm->tm_hour,
H A Drtc-x1205.c121 tm->tm_sec = bcd2bin(buf[CCR_SEC]);
133 tm->tm_sec, tm->tm_min, tm->tm_hour,
174 __func__, tm->tm_sec, tm->tm_min, tm->tm_hour, tm->tm_mday,
177 buf[CCR_SEC] = bin2bcd(tm->tm_sec);
H A Drtc-ds1742.c80 writeb(bin2bcd(tm->tm_sec) & RTC_SECONDS_MASK, ioaddr + RTC_SECONDS);
110 tm->tm_sec = bcd2bin(second);
H A Drtc-nuc900.c112 tm->tm_sec = bcd2bin(timereg >> 0);
132 gettm->bcd_sec = bin2bcd(settm->tm_sec) << 0;
H A Drtc-rs5c313.c238 tm->tm_sec = bcd2bin(data);
297 data = bin2bcd(tm->tm_sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pmc-sierra/yosemite/
H A Dsetup.c129 m48t37_base->sec = bin2bcd(tm.tm_sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dunzip.h82 uInt tm_sec; /* seconds after the minute - [0,59] */ member in struct:tm_unz_s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_gentm.c239 ts->tm_mon+1,ts->tm_mday,ts->tm_hour,ts->tm_min,ts->tm_sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwince.h274 int tm_sec; // seconds after the minute - [0,59] member in struct:tm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/minizip/
H A Dunzip.h82 uInt tm_sec; /* seconds after the minute - [0,59] */ member in struct:tm_unz_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/8xx/
H A Dm8xx_setup.c178 tm->tm_hour, tm->tm_min, tm->tm_sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/mvme147/
H A Dconfig.c159 t->tm_sec = bcd2int (m147_rtc->bcd_sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/minizip/
H A Dzip.h91 uInt tm_sec; /* seconds after the minute - [0,59] */ member in struct:tm_zip_s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripd/
H A Drip_peer.c173 tm->tm_hour, tm->tm_min, tm->tm_sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/custom/
H A Dstruct_timeval.c118 if (sscanf(s, t, &tm.tm_year, &tm.tm_mon, &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm.tm_sec, rest) < 6)
H A Dstruct_tm.c109 if (sscanf(s, t, &a->tm_year, &a->tm_mon, &a->tm_mday, &a->tm_hour, &a->tm_min, &a->tm_sec, zone) < 6)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dhwclock.c16 int tm_sec; member in struct:linux_rtc_time

Completed in 271 milliseconds

1234567891011>>