Searched refs:tm_sec (Results 201 - 225 of 321) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-sysfs.c60 tm.tm_hour, tm.tm_min, tm.tm_sec);
H A Drtc-davinci.c302 tm->tm_sec = bcd2bin(rtcss_read(davinci_rtc, PRTCSS_RTC_SEC));
341 rtcss_write(davinci_rtc, bin2bcd(tm->tm_sec), PRTCSS_RTC_SEC);
H A Drtc-tx4939.c101 if (alrm->time.tm_sec < 0 ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/tops20/
H A Dtops20.c124 ss = t->tm_sec;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dbeat.c63 rtc_time->tm_hour, rtc_time->tm_min, rtc_time->tm_sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dtime.c100 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/mvme16x/
H A Dconfig.c269 t->tm_sec = bcd2int (rtc->bcd_sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtime.h182 int tm_sec; member in struct:tm
H A Drtc.h21 int tm_sec; member in struct:rtc_time
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/minizip/
H A Dunzip.h86 uInt tm_sec; /* seconds after the minute - [0,59] */ member in struct:tm_unz_s
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dhttpd_indexcgi.c322 fmt_02u(tm->tm_sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dgetdate.c2061 + (a->tm_sec - b->tm_sec));
2243 pc.seconds = tmp->tm_sec;
2333 tm.tm_sec = pc.seconds;
2337 tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp652 sec = (wxDateTime::wxDateTime_t)tm.tm_sec;
1390 tm2.tm_sec));
1430 tm1.tm_sec = second;
1479 tm.tm_sec = second;
1589 tm.tm_sec = second * 2;
1619 long second = tm->tm_sec;
2367 tmTimeOnly.tm_sec = tm.sec;
2544 tmAdjusted.tm_sec = tm.sec;
3592 sec = tm.tm_sec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/
H A Dstrptime.c590 tm->tm_sec = val;
898 tm->tm_sec = val;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dhuman68k.c840 dos_dt.z_dtf.zt_se = t->tm_sec >> 1;
895 dos_dt.z_dtf.zt_se = t->tm_sec >> 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dftp-ls.c392 timestruct.tm_sec = sec;
494 timestruct.tm_sec = 0;
H A Dcmpt.c744 tm->tm_sec = val;
971 tm->tm_sec = val;
1287 secs = days * 86400 + t->tm_hour * 3600 + t->tm_min * 60 + t->tm_sec;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/hv/
H A Dhypervisor.h582 __hv64 tm_sec; /**< Seconds, 0-59 */ member in struct:__anon10409
590 __hv32 tm_sec; /**< Seconds, 0-59 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Drtas-proc.c322 tm.tm_hour, tm.tm_min, tm.tm_sec, 0 /* nano */);
385 tm.tm_hour, tm.tm_min, tm.tm_sec, 0);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dtune2fs.c389 &ts.tm_mday, &ts.tm_hour, &ts.tm_min, &ts.tm_sec);
394 ts.tm_min > 59 || ts.tm_sec > 61)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dlpq_parse.c75 t->tm_sec = sec;
221 t->tm_sec = atoi(time_string+6);
228 t->tm_sec = atoi(time_string+17);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/tandem/
H A Dtandem.c265 datetime[5] = modt->tm_sec;
277 datetime[5] = opent->tm_sec;
497 temp_tm.tm_sec = date_time[5];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tandem/
H A Dtandem.c265 datetime[5] = modt->tm_sec;
277 datetime[5] = opent->tm_sec;
497 temp_tm.tm_sec = date_time[5];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dsmu.c373 cmd_buf->data[1] = hex2bcd(time->tm_sec);
398 time->tm_sec = bcd2hex(cmd.buffer[0]);
420 hex2bcd(time->tm_sec),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dfile.c496 tm->tm_sec);

Completed in 202 milliseconds

1234567891011>>