Searched refs:tm_year (Results 76 - 100 of 167) sorted by relevance

1234567

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dcmpt.c380 int corr_year = 1900 + tm->tm_year - (tm->tm_mon < 2);
382 + (365 * (tm->tm_year - 70))
395 tm->tm_yday = (__mon_yday[__isleap (1900 + tm->tm_year)][tm->tm_mon]
807 tm->tm_year = val >= 69 ? val : val + 100;
815 tm->tm_year = val - 1900;
989 tm->tm_year = val >= 69 ? val : val + 100;
1007 tm->tm_year = tm->tm_year % 100 + (century - 19) * 100;
1010 tm->tm_year = (century - 19) * 100;
1017 while (__mon_yday[__isleap(1900 + tm->tm_year)][t_mo
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/rtc/
H A Drtc-rs5c348.c89 (tm->tm_year >= 100 ? RS5C348_BIT_Y2K : 0);
90 txp[RS5C348_REG_YEAR] = BIN2BCD(tm->tm_year % 100);
131 /* year is 1900 + tm->tm_year */
132 tm->tm_year = BCD2BIN(rxbuf[RS5C348_REG_YEAR]) +
H A Drtc-rs5c372.c173 /* year is 1900 + tm->tm_year */
174 tm->tm_year = BCD2BIN(rs5c->regs[RS5C372_REG_YEAR]) + 100;
180 tm->tm_mday, tm->tm_mon, tm->tm_year, tm->tm_wday);
195 tm->tm_mday, tm->tm_mon, tm->tm_year, tm->tm_wday);
204 buf[7] = BIN2BCD(tm->tm_year - 100);
351 t->time.tm_year = -1;
373 || t->time.tm_year != -1)
H A Drtc-ds1742.c69 century = BIN2BCD((tm->tm_year + 1900) / 100);
73 writeb(BIN2BCD(tm->tm_year % 100), ioaddr + RTC_YEAR);
115 /* year is 1900 + tm->tm_year */
116 tm->tm_year = BCD2BIN(year) + BCD2BIN(century) * 100 - 1900;
H A Drtc-dev.c307 alarm.time.tm_year = tm.tm_year;
318 alarm.time.tm_year = tm.tm_year;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/sbus/char/
H A Drtc.c40 int tm_year; member in struct:rtc_time_generic
129 __put_user(tm->year, &utm->tm_year) ||
147 __get_user(tm->year, &utm->tm_year) ||
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dtime.c1238 lastYear = tm->tm_year - 1;
1251 day = tm->tm_mon > 2 && leapyear(tm->tm_year);
1275 tm->tm_year = i;
1278 if (leapyear(tm->tm_year))
1302 time->tm_year -= 1900;
1308 u32 seconds = mktime(time->tm_year + 1900, time->tm_mon + 1,
1320 time->tm_year -= 1900;
1326 u32 seconds = mktime(time->tm_year + 1900, time->tm_mon + 1,
1346 time->tm_year = readb(bq4802_regs + 0x0a);
1357 BCD_TO_BIN(time->tm_year);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dminizip.c99 tmzip->tm_year = filedate->tm_year;
336 zi.tmz_date.tm_mday = zi.tmz_date.tm_mon = zi.tmz_date.tm_year = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/i2c/chips/
H A Dm41t00.c191 tm.tm_year = (tm.tm_year - 1900) % 100;
198 year = BIN2BCD(tm.tm_year);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/minizip/
H A Dminizip.c99 tmzip->tm_year = filedate->tm_year;
336 zi.tmz_date.tm_mday = zi.tmz_date.tm_mon = zi.tmz_date.tm_year = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_time.c81 tm->tm_min, tm->tm_year + 1900, tm->tm_sec);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dbrew_db.h37 int tm_year; /* years since 1900 */ member in struct:tm
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_autop.c50 (u_long)lt->tm_year - 100, (u_long)lt->tm_mon+1,
96 (u_long)lt->tm_year - 100, (u_long)lt->tm_mon+1,
146 (u_long)lt->tm_year - 100, (u_long)lt->tm_mon+1,
194 (u_long)lt->tm_year - 100, (u_long)lt->tm_mon+1,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dlog.c141 tm->tm_year+1900, tm->tm_mon+1, tm->tm_mday,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dlog.c150 tm->tm_year+1900, tm->tm_mon+1, tm->tm_mday,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dlog.c141 tm->tm_year+1900, tm->tm_mon+1, tm->tm_mday,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/
H A Do_time.c198 result->tm_year = time_values.year - 1900;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Do_time.c198 result->tm_year = time_values.year - 1900;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Ddirectory.c112 year = (now->tm_year - 80) << 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/modules/
H A Dgetdate.y701 int a4 = (a->tm_year >> 2) + (TM_YEAR_BASE >> 2) - ! (a->tm_year & 3);
702 int b4 = (b->tm_year >> 2) + (TM_YEAR_BASE >> 2) - ! (b->tm_year & 3);
708 int years = a->tm_year - b->tm_year;
889 pc.year.value = tmp->tm_year + TM_YEAR_BASE;
976 tm.tm_year = to_year (pc.year) - TM_YEAR_BASE + pc.rel_year;
1021 if (tm.tm_year <= EPOCH_YEAR - TM_YEAR_BASE)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/kernel/
H A Dtime.c377 tm->tm_year = i;
380 if (leapyear(tm->tm_year))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dtime.c505 tm->tm_year = i;
508 if (leapyear(tm->tm_year))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/momentum/ocelot_3/
H A Dsetup.c175 rtc_base[0x7fff] = BIN2BCD(tm.tm_year % 100);
176 rtc_base[0x7ff1] = BIN2BCD(tm.tm_year / 100);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/momentum/ocelot_c/
H A Dsetup.c184 rtc_base[0x7fff] = BIN2BCD(tm.tm_year % 100);
185 rtc_base[0x7ff1] = BIN2BCD(tm.tm_year / 100);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/8xx/
H A Dm8xx_setup.c211 time = mktime(tm->tm_year+1900, tm->tm_mon+1, tm->tm_mday,
231 tm->tm_year -= 1900;

Completed in 145 milliseconds

1234567