Searched refs:month (Results 1 - 25 of 73) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/isofs/
H A Dutil.c20 int year, month, day, hour, minute, second, tz; local
24 month = p[1];
40 for (i = 1; i < month; i++)
42 if (((year+2) % 4) == 0 && month > 2)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Drtc.h19 int dom; /* Day of the month (1-31) */
20 int month; /* Month of year (1-12) */ member in struct:rtc_time
H A Dmostek.h62 volatile unsigned char dom; /* Day of the month (1-31) */
63 volatile unsigned char month; /* Month of year (1-12) */ member in struct:mostek48t02
110 #define MSTK_REG_MONTH(regs) MSTK_GET(regs,month,MONTH)
118 #define MSTK_SET_REG_MONTH(regs,value) MSTK_SET(regs,month,value,MONTH)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Drtc.h19 int dom; /* Day of the month (1-31) */
20 int month; /* Month of year (1-12) */ member in struct:rtc_time
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Drtc.h19 int dom; /* Day of the month (1-31) */
20 int month; /* Month of year (1-12) */ member in struct:rtc_time
H A Dmostek.h62 volatile unsigned char dom; /* Day of the month (1-31) */
63 volatile unsigned char month; /* Month of year (1-12) */ member in struct:mostek48t02
110 #define MSTK_REG_MONTH(regs) MSTK_GET(regs,month,MONTH)
118 #define MSTK_SET_REG_MONTH(regs,value) MSTK_SET(regs,month,value,MONTH)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Drtc.h19 int dom; /* Day of the month (1-31) */
20 int month; /* Month of year (1-12) */ member in struct:rtc_time
/asus-wl-520gu-7.0.1.45/src/router/samba/source/script/
H A Dscancvslog.pl20 # To extract all log entries after Jan 10, 1999 (Note month name
76 ($month, $day, $year) = split(" ",$_);
77 if (($year < 1900)||($day < 1)||($day > 31)||not length($Monthnum{$month})) {
84 $month = $Monthnum{$month};
85 $Mytime=&timelocal((0,0,0,$day,$month,$year));
/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Dadsl-state.pl35 $month = $1;
38 $now = "$day $month $time";
51 $month = $1;
54 $now = "$day $month $time";
73 $month = $1;
76 $now = "$day $month $time";
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/sun3x/
H A Dtime.h17 volatile unsigned char month; member in struct:mostek_dt
H A Dtime.c78 h->month = BIN_TO_BCD(t->tm_mon);
88 t->tm_mon = BCD_TO_BIN(h->month);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/ddb5xxx/common/
H A Drtc_ds1386.c48 unsigned int year, month, day, hour, minute, second; local
57 month = BCD_TO_BIN(READ_RTC(0x9) & 0x1f);
79 return mktime(year, month, day, hour, minute, second);
88 u8 year, month, day, hour, minute, second; local
106 month = BIN_TO_BCD(tm.tm_mon+1); /* tm_mon starts from 0 to 11 */
107 if (month != (temp & 0x1f)) {
109 (month & 0x1f) | (temp & ~0x1f) );
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/jmr3927/common/
H A Drtc_ds1742.c66 unsigned int year, month, day, hour, minute, second; local
74 month = BCD_TO_BIN(CMOS_READ(RTC_MONTH));
81 return mktime(year, month, day, hour, minute, second);
89 u8 year, month, day, hour, minute, second; local
113 month = BIN_TO_BCD(tm.tm_mon);
114 if (month != (cmos_month & 0x1f)) {
115 CMOS_WRITE((month & 0x1f) | (cmos_month & ~0x1f),RTC_MONTH);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/sun3/
H A Dintersil.c48 *monp = todintersil->month;
78 todintersil->month = t->tm_mon;
88 t->tm_mon = todintersil->month;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dintersil.h32 unsigned char month; member in struct:intersil_dt
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dm48t35.h19 volatile u8 month; member in struct:m48t35_rtc
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dintersil.h32 unsigned char month; member in struct:intersil_dt
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dm48t35.h19 volatile u8 month; member in struct:m48t35_rtc
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dtodc_time.c216 u_char month; local
221 month = todc_read_val(todc_info->month);
223 if ((month & 0x80) == 0x80) {
227 month &= ~0x80;
228 todc_write_val(todc_info->month, month);
313 mon = todc_read_val(todc_info->month) & 0x1f;
397 todc_write_val(todc_info->month, tm.tm_mon);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat/
H A Dmisc.c254 int month,year,secs; local
258 month = ((date >> 5) - 1) & 15;
261 ((date & 31)-1+day_n[month]+(year/4)+year*365-((year & 3) == 0 &&
262 month < 2 ? 1 : 0)+3653);
274 int day,year,nl_day,month; local
290 month = 2;
294 for (month = 0; month < 12; month++)
295 if (day_n[month] > nl_da
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat.orig/
H A Dmisc.c254 int month,year,secs; local
258 month = ((date >> 5) - 1) & 15;
261 ((date & 31)-1+day_n[month]+(year/4)+year*365-((year & 3) == 0 &&
262 month < 2 ? 1 : 0)+3653);
274 int day,year,nl_day,month; local
290 month = 2;
294 for (month = 0; month < 12; month++)
295 if (day_n[month] > nl_da
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Defi-rtc.c63 time->month = BCD_TO_INT(read_io_port(RTC_SGS_MONTH_ADDR));
81 time->month = BCD_TO_INT(read_io_port(RTC_DAL_MONTH_ADDR));
111 write_io_port(RTC_SGS_MONTH_ADDR,INT_TO_BCD(t->month));
125 write_io_port(RTC_DAL_MONTH_ADDR,INT_TO_BCD(t->month));
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip27/
H A Dip27-timer.c164 unsigned int year, month, date, hour, min, sec; local
178 month = rtc->month;
187 BCD_TO_BIN(month);
192 return mktime(year, month, date, hour, min, sec);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Defirtc.c73 /* efi_time_t.month is in the [1-12] so, we need -1 */
74 return __mon_yday[is_leap(eft->year)][eft->month-1]+ eft->day -1;
108 eft->month = wtime->tm_mon + 1;
125 wtime->tm_mon = eft->month - 1;
316 eft.year, eft.month, eft.day,
332 alm.year, alm.month, alm.day,
/asus-wl-520gu-7.0.1.45/src/router/samba/source/modules/
H A Dgetdate.y128 /* Gregorian year, month, day, hour, minutes, and seconds. */
130 int month;
136 /* Relative year, month, day, hour, minutes, and seconds. */
287 PC.month = $1.value;
300 PC.month = $3.value;
305 PC.month = $1.value;
314 PC.month = -$2.value;
321 PC.month = $2;
327 PC.month = $1;
332 PC.month
[all...]

Completed in 233 milliseconds

123