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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lzo/autoconf/
H A Dmdate-sh88 # until we find a month. This cannot work with files whose owner is a
90 # will be owned by a user whose name is a month. So we first look at
97 # Find which argument is the month.
98 month=
100 until test $month
106 Jan) month=January; nummonth=1;;
107 Feb) month=February; nummonth=2;;
108 Mar) month=March; nummonth=3;;
109 Apr) month=April; nummonth=4;;
110 May) month
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lzo/autoconf/
H A Dmdate-sh88 # until we find a month. This cannot work with files whose owner is a
90 # will be owned by a user whose name is a month. So we first look at
97 # Find which argument is the month.
98 month=
100 until test $month
106 Jan) month=January; nummonth=1;;
107 Feb) month=February; nummonth=2;;
108 Mar) month=March; nummonth=3;;
109 Apr) month=April; nummonth=4;;
110 May) month
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/doc/
H A Dmdate-sh85 # until we find a month. This cannot work with files whose owner is a
87 # will be owned by a user whose name is a month. So we first look at
94 # Find which argument is the month.
95 month=
97 until test $month
103 Jan) month=January; nummonth=1;;
104 Feb) month=February; nummonth=2;;
105 Mar) month=March; nummonth=3;;
106 Apr) month=April; nummonth=4;;
107 May) month
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/doc/
H A Dmdate-sh85 # until we find a month. This cannot work with files whose owner is a
87 # will be owned by a user whose name is a month. So we first look at
94 # Find which argument is the month.
95 month=
97 until test $month
103 Jan) month=January; nummonth=1;;
104 Feb) month=February; nummonth=2;;
105 Mar) month=March; nummonth=3;;
106 Apr) month=April; nummonth=4;;
107 May) month
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/doc/
H A Dmdate-sh85 # until we find a month. This cannot work with files whose owner is a
87 # will be owned by a user whose name is a month. So we first look at
94 # Find which argument is the month.
95 month=
97 until test $month
103 Jan) month=January; nummonth=1;;
104 Feb) month=February; nummonth=2;;
105 Mar) month=March; nummonth=3;;
106 Apr) month=April; nummonth=4;;
107 May) month
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/share/automake-1.11/
H A Dmdate-sh88 # until we find a month. This cannot work with files whose owner is a
90 # will be owned by a user whose name is a month. So we first look at
97 # Find which argument is the month.
98 month=
100 until test $month
106 Jan) month=January; nummonth=1;;
107 Feb) month=February; nummonth=2;;
108 Mar) month=March; nummonth=3;;
109 Apr) month=April; nummonth=4;;
110 May) month
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lzo/autoconf/
H A Dmdate-sh88 # until we find a month. This cannot work with files whose owner is a
90 # will be owned by a user whose name is a month. So we first look at
97 # Find which argument is the month.
98 month=
100 until test $month
106 Jan) month=January; nummonth=1;;
107 Feb) month=February; nummonth=2;;
108 Mar) month=March; nummonth=3;;
109 Apr) month=April; nummonth=4;;
110 May) month
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/doc/
H A Dmdate-sh104 # until we find a month. This cannot work with files whose owner is a
106 # will be owned by a user whose name is a month. So we first look at
113 # Find which argument is the month.
114 month=
116 until test $month
123 Jan) month=January; nummonth=1;;
124 Feb) month=February; nummonth=2;;
125 Mar) month=March; nummonth=3;;
126 Apr) month=April; nummonth=4;;
127 May) month
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/doc/
H A Dmdate-sh104 # until we find a month. This cannot work with files whose owner is a
106 # will be owned by a user whose name is a month. So we first look at
113 # Find which argument is the month.
114 month=
116 until test $month
123 Jan) month=January; nummonth=1;;
124 Feb) month=February; nummonth=2;;
125 Mar) month=March; nummonth=3;;
126 Apr) month=April; nummonth=4;;
127 May) month
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/doc/
H A Dmdate-sh104 # until we find a month. This cannot work with files whose owner is a
106 # will be owned by a user whose name is a month. So we first look at
113 # Find which argument is the month.
114 month=
116 until test $month
123 Jan) month=January; nummonth=1;;
124 Feb) month=February; nummonth=2;;
125 Mar) month=March; nummonth=3;;
126 Apr) month=April; nummonth=4;;
127 May) month
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/rtc/
H A Drtc-lib.c31 * The number of days in the month.
33 int rtc_month_days(unsigned int month, unsigned int year) argument
35 return rtc_days_in_month[month] + (is_leap_year(year) && month == 1);
42 int rtc_year_days(unsigned int day, unsigned int month, unsigned int year) argument
44 return rtc_ydays[is_leap_year(year)][month] + day-1;
53 unsigned int month, year; local
73 for (month = 0; month < 11; month
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/rtc/
H A Drtc-lib.c31 * The number of days in the month.
33 int rtc_month_days(unsigned int month, unsigned int year) argument
35 return rtc_days_in_month[month] + (is_leap_year(year) && month == 1);
42 int rtc_year_days(unsigned int day, unsigned int month, unsigned int year) argument
44 return rtc_ydays[is_leap_year(year)][month] + day-1;
53 unsigned int month, year; local
73 for (month = 0; month < 11; month
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/isofs/
H A Dutil.c19 int year, month, day, hour, minute, second, tz; local
23 month = p[1];
39 for (i = 1; i < month; i++)
41 if (((year+2) % 4) == 0 && month > 2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/isofs/
H A Dutil.c19 int year, month, day, hour, minute, second, tz; local
23 month = p[1];
39 for (i = 1; i < month; i++)
41 if (((year+2) % 4) == 0 && month > 2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/sun3x/
H A Dtime.h15 volatile unsigned char month; member in struct:mostek_dt
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/sun3x/
H A Dtime.h15 volatile unsigned char month; member in struct:mostek_dt
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/coreutils/
H A Dcal.c30 #define MAXDAYS 42 /* max slots in a month array */
84 unsigned month, year, flags, i; local
99 month = 0;
109 month = ptm->tm_mon + 1;
117 month = xatou_range(*argv, 1, 12);
129 /* full month name according to locale */
154 if (month) {
159 day_array(month, year, dp);
160 len = sprintf(lineout, "%s %d", month_names[month - 1], year);
186 for (month
218 day_array(unsigned month, unsigned year, unsigned *days) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/coreutils/
H A Dcal.c30 #define MAXDAYS 42 /* max slots in a month array */
84 unsigned month, year, flags, i; local
99 month = 0;
109 month = ptm->tm_mon + 1;
117 month = xatou_range(*argv, 1, 12);
129 /* full month name according to locale */
154 if (month) {
159 day_array(month, year, dp);
160 len = sprintf(lineout, "%s %d", month_names[month - 1], year);
186 for (month
218 day_array(unsigned month, unsigned year, unsigned *days) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/coreutils/
H A Dcal.c30 #define MAXDAYS 42 /* max slots in a month array */
84 unsigned month, year, flags, i; local
99 month = 0;
109 month = ptm->tm_mon + 1;
117 month = xatou_range(*argv, 1, 12);
129 /* full month name according to locale */
154 if (month) {
159 day_array(month, year, dp);
160 len = sprintf(lineout, "%s %d", month_names[month - 1], year);
186 for (month
218 day_array(unsigned month, unsigned year, unsigned *days) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/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));

Completed in 118 milliseconds

1234567891011>>