Searched refs:month (Results 151 - 175 of 368) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Drtc.h105 extern int rtc_month_days(unsigned int month, unsigned int year);
106 extern int rtc_year_days(unsigned int day, unsigned int month, unsigned int year);
H A Dtelephony.h99 char month[3]; member in struct:__anon22067
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/persist/
H A DEventExampleDPL.java267 private Date makeDate(int month, int day) { argument
269 cal.set((Calendar.MONTH), month);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/persist/
H A DEventExampleDPL.java267 private Date makeDate(int month, int day) { argument
269 cal.set((Calendar.MONTH), month);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/
H A Do_time.c179 short year, month, day, hour, minute, second, member in struct:vms_vectime
206 result->tm_mon = time_values.month - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/
H A Do_time.c179 short year, month, day, hour, minute, second, member in struct:vms_vectime
206 result->tm_mon = time_values.month - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/rtc/
H A Dinterface.c90 * the month. We will retry in the next minute. This
136 enum { none, day, month, year } missing = none; enumerator in enum:__anon17849
144 * day/month/year calendar data.
229 missing = month;
247 * could also be in the next month or year. This is a common
257 * be next month. An alarm matching on the 30th, 29th, or 28th
258 * may end up in the month after that! Many newer PCs support
261 case month:
262 dev_dbg(&rtc->dev, "alarm rollover: %s\n", "month");
H A Drtc-ds1553.c105 unsigned int year, month, day, hour, minute, second, week; local
118 month = readb(ioaddr + RTC_MONTH);
127 tm->tm_mon = bcd2bin(month) - 1;
H A Drtc-stk17ta8.c104 unsigned int year, month, day, hour, minute, second, week; local
120 month = readb(ioaddr + RTC_MONTH);
129 tm->tm_mon = bcd2bin(month) - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/rtc/
H A Dinterface.c90 * the month. We will retry in the next minute. This
136 enum { none, day, month, year } missing = none; enumerator in enum:__anon29542
144 * day/month/year calendar data.
229 missing = month;
247 * could also be in the next month or year. This is a common
257 * be next month. An alarm matching on the 30th, 29th, or 28th
258 * may end up in the month after that! Many newer PCs support
261 case month:
262 dev_dbg(&rtc->dev, "alarm rollover: %s\n", "month");
H A Drtc-ds1553.c105 unsigned int year, month, day, hour, minute, second, week; local
118 month = readb(ioaddr + RTC_MONTH);
127 tm->tm_mon = bcd2bin(month) - 1;
H A Drtc-stk17ta8.c104 unsigned int year, month, day, hour, minute, second, week; local
120 month = readb(ioaddr + RTC_MONTH);
129 tm->tm_mon = bcd2bin(month) - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dkeychain.c365 unsigned int day, month, year; local
427 month = 0;
432 month = i;
445 tm.tm_mon = month;
540 "Day of th month to start\n"
544 "Day of th month to expire\n"
561 "Day of th month to start\n"
566 "Day of th month to expire\n"
583 "Day of th month to start\n"
586 "Day of th month t
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Dtime.h246 void interpret_dos_date(uint32_t date,int *year,int *month,int *day,int *hour,int *minute,int *second);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dtelephony.h99 char month[3]; member in struct:__anon33760
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/mmc/
H A Dcard.h23 unsigned char month; member in struct:mmc_cid
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/hspot/pkt/
H A Dbcm_decode_ie.h140 uint8 month; member in struct:__anon11248
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/mmc/
H A Dcard.h23 unsigned char month; member in struct:mmc_cid
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dkeychain.c365 unsigned int day, month, year; local
427 month = 0;
432 month = i;
445 tm.tm_mon = month;
540 "Day of th month to start\n"
544 "Day of th month to expire\n"
561 "Day of th month to start\n"
566 "Day of th month to expire\n"
583 "Day of th month to start\n"
586 "Day of th month t
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/
H A Dtime.h246 void interpret_dos_date(uint32_t date,int *year,int *month,int *day,int *hour,int *minute,int *second);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/libnet/
H A Dlibnet_time.c79 tm.tm_mon = (int)info->month -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libnet/
H A Dlibnet_time.c79 tm.tm_mon = (int)info->month -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/libnet/
H A Dlibnet_time.c79 tm.tm_mon = (int)info->month -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dkeychain.c365 unsigned int day, month, year; local
427 month = 0;
432 month = i;
445 tm.tm_mon = month;
540 "Day of th month to start\n"
544 "Day of th month to expire\n"
561 "Day of th month to start\n"
566 "Day of th month to expire\n"
583 "Day of th month to start\n"
586 "Day of th month t
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Dtime.h246 void interpret_dos_date(uint32_t date,int *year,int *month,int *day,int *hour,int *minute,int *second);

Completed in 2414 milliseconds

1234567891011>>