Searched refs:tm_mon (Results 51 - 75 of 165) sorted by relevance

1234567

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/i2c/chips/
H A Dds1337.c127 dt->tm_mon = BCD2BIN(val) - 1;
136 dt->tm_mon, dt->tm_year, dt->tm_wday);
160 dt->tm_mday, dt->tm_mon, dt->tm_year, dt->tm_wday);
168 buf[6] = BIN2BCD(dt->tm_mon + 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-cris/
H A Drtc.h90 int tm_mon; member in struct:rtc_time
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/minizip/
H A Dzip.h93 uInt tm_mon; /* months since January - [0,11] */ member in struct:tm_zip_s
H A Dminizip.c98 tmzip->tm_mon = filedate->tm_mon ;
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/rtc/
H A Drtc-ds1307.c121 t->tm_mon = BCD2BIN(tmp) - 1;
130 t->tm_mon, t->tm_year, t->tm_wday);
146 t->tm_mon, t->tm_year, t->tm_wday);
154 buf[DS1307_REG_MONTH] = BIN2BCD(t->tm_mon + 1);
H A Drtc-pcf8563.c116 tm->tm_mon = BCD2BIN(buf[PCF8563_REG_MO] & 0x1F) - 1; /* rtc mn 1-12 */
128 tm->tm_mday, tm->tm_mon, tm->tm_year, tm->tm_wday);
149 tm->tm_mday, tm->tm_mon, tm->tm_year, tm->tm_wday);
159 buf[PCF8563_REG_MO] = BIN2BCD(tm->tm_mon + 1);
H A Drtc-max6902.c139 dt->tm_mon = BCD2BIN(chip->buf[5]) - 1;
154 printk("tm_mon : %i\n",dt->tm_mon);
184 max6902_set_reg(dev, 0x09, BIN2BCD(dt->tm_mon+1));
H A Drtc-v3020.c98 dt->tm_mon = BCD2BIN(tmp);
110 printk("tm_mon : %i\n",dt->tm_mon);
138 v3020_set_reg(chip, V3020_MONTH, BIN2BCD(dt->tm_mon));
H A Drtc-rs5c372.c170 /* tm->tm_mon is zero-based */
171 tm->tm_mon = BCD2BIN(rs5c->regs[RS5C372_REG_MONTH] & 0x1f) - 1;
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);
203 buf[6] = BIN2BCD(tm->tm_mon + 1);
350 t->time.tm_mon = -1;
372 || t->time.tm_mon != -1
H A Drtc-rs5c313.c254 tm->tm_mon = BCD2BIN(data) - 1;
313 data = BIN2BCD(tm->tm_mon + 1);
351 tm.tm_mon = 1 - 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_utctm.c218 ts->tm_mon+1,ts->tm_mday,ts->tm_hour,ts->tm_min,ts->tm_sec);
255 return_cmp(g2(s->data+2) - 1, tm->tm_mon);
279 tm.tm_mon=g2(s->data+2)-1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/hp300/
H A Dconfig.c211 t->tm_mon = hp300_rtc_read(RTC_REG_MON1) * 10 +
227 hp300_rtc_write(RTC_REG_MON1, (t->tm_mon + 1) / 10);
228 hp300_rtc_write(RTC_REG_MON2, (t->tm_mon + 1) % 10);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/asn1/
H A Da_utctm.c218 ts->tm_mon+1,ts->tm_mday,ts->tm_hour,ts->tm_min,ts->tm_sec);
255 return_cmp(g2(s->data+2) - 1, tm->tm_mon);
279 tm.tm_mon=g2(s->data+2)-1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/sbus/char/
H A Drtc.c39 int tm_mon; member in struct:rtc_time_generic
128 __put_user(tm->month, &utm->tm_mon) ||
146 __get_user(tm->month, &utm->tm_mon) ||
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dtime.c1251 day = tm->tm_mon > 2 && leapyear(tm->tm_year);
1253 day += lastYear*365 + leapsToDate + MonthOffset[tm->tm_mon-1] +
1283 tm->tm_mon = i;
1303 time->tm_mon -= 1;
1308 u32 seconds = mktime(time->tm_year + 1900, time->tm_mon + 1,
1321 time->tm_mon -= 1;
1326 u32 seconds = mktime(time->tm_year + 1900, time->tm_mon + 1,
1345 time->tm_mon = readb(bq4802_regs + 0x09);
1356 BCD_TO_BIN(time->tm_mon);
1364 time->tm_mon
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dds1286.c357 tm.tm_year + 1900, tm.tm_mon + 1, tm.tm_mday);
471 rtc_tm->tm_mon = rtc_read(RTC_MONTH) & 0x1f;
481 BCD_TO_BIN(rtc_tm->tm_mon);
493 rtc_tm->tm_mon--;
505 mon = rtc_tm->tm_mon + 1; /* tm_mon starts at zero */
/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);
386 + __mon_yday[0][tm->tm_mon]
395 tm->tm_yday = (__mon_yday[__isleap (1900 + tm->tm_year)][tm->tm_mon]
546 tm->tm_mon = cnt;
646 tm->tm_mon = val - 1;
959 tm->tm_mon = val - 1;
1015 /* we don't have tm_mon and/or tm_mday, compute them */
1020 tm->tm_mon = t_mon - 1;
1282 if (t->tm_mon < 0 || t->tm_mon >
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dminizip.c98 tmzip->tm_mon = filedate->tm_mon ;
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/lib/
H A Dreplace.c111 for(i = 0; i < t->tm_mon; i++) {
130 t->tm_mon = u->tm_mon;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dsort.c224 dx = thyme.tm_mon;
231 retval = (dx == thyme.tm_mon) ? 0 : dx - thyme.tm_mon;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_time.c80 tm->tm_mon+1, tm->tm_mday, tm->tm_hour,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dbrew_db.h36 int tm_mon; /* months since January - [0,11] */ 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,

Completed in 170 milliseconds

1234567