Searched refs:day (Results 1 - 25 of 440) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/h8300/include/asm/
H A Dtarget_time.h3 extern void platform_gettod(unsigned int *year, unsigned int *mon, unsigned int *day,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dtarget_time.h3 extern void platform_gettod(unsigned int *year, unsigned int *mon, unsigned int *day,
/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
24 day = p[2];
43 days += day - 1;
/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
24 day = p[2];
43 days += day - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/mt-daapd/src/
H A Dlexer.l33 time_t l_converttime(int day, int month, int year);
114 char day[3];
118 memset(day,0,sizeof(day));
122 strncpy(day,date+8,2);
124 DPRINTF(E_INF,L_PL,"Converting %d-%d-%d\n",atoi(year),atoi(month),atoi(day));
125 return l_converttime(atoi(day), atoi(month), atoi(year));
128 time_t l_converttime(int day, int month, int year) {
134 tm.tm_mday = day;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/mt-daapd/src/
H A Dlexer.l33 time_t l_converttime(int day, int month, int year);
114 char day[3];
118 memset(day,0,sizeof(day));
122 strncpy(day,date+8,2);
124 DPRINTF(E_INF,L_PL,"Converting %d-%d-%d\n",atoi(year),atoi(month),atoi(day));
125 return l_converttime(atoi(day), atoi(month), atoi(year));
128 time_t l_converttime(int day, int month, int year) {
134 tm.tm_mday = day;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/src/
H A Dlexer.l33 time_t l_converttime(int day, int month, int year);
114 char day[3];
118 memset(day,0,sizeof(day));
122 strncpy(day,date+8,2);
124 DPRINTF(E_INF,L_PL,"Converting %d-%d-%d\n",atoi(year),atoi(month),atoi(day));
125 return l_converttime(atoi(day), atoi(month), atoi(year));
128 time_t l_converttime(int day, int month, int year) {
134 tm.tm_mday = day;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/script/
H A Dscancvslog.pl12 # "monthname day, year"
76 ($month, $day, $year) = split(" ",$_);
77 if (($year < 1900)||($day < 1)||($day > 31)||not length($Monthnum{$month})) {
79 print "Date needs to be specified as \"Monthname day, year\"\n";
85 $Mytime=&timelocal((0,0,0,$day,$month,$year));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/include/asm/
H A Dmachdep_no.h13 extern void (*mach_gettod)(int *year, int *mon, int *day, int *hour,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68knommu/kernel/
H A Dtime.c62 unsigned int year, mon, day, hour, min, sec; local
65 mach_gettod(&year, &mon, &day, &hour, &min, &sec);
67 year = mon = day = hour = min = sec = 0;
72 return mktime(year, mon, day, hour, min, sec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/h8300/kernel/
H A Dtime.c46 unsigned int year, mon, day, hour, min, sec; local
52 mon = day = 1;
55 h8300_gettod (&year, &mon, &day, &hour, &min, &sec);
59 ts->tv_sec = mktime(year, mon, day, hour, min, sec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/h8300/kernel/
H A Dtime.c46 unsigned int year, mon, day, hour, min, sec; local
52 mon = day = 1;
55 h8300_gettod (&year, &mon, &day, &hour, &min, &sec);
59 ts->tv_sec = mktime(year, mon, day, hour, min, sec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmachdep_no.h13 extern void (*mach_gettod)(int *year, int *mon, int *day, int *hour,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dtime.c62 unsigned int year, mon, day, hour, min, sec; local
65 mach_gettod(&year, &mon, &day, &hour, &min, &sec);
67 year = mon = day = hour = min = sec = 0;
72 return mktime(year, mon, day, hour, min, sec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/script/
H A Dscancvslog.pl12 # "monthname day, year"
76 ($month, $day, $year) = split(" ",$_);
77 if (($year < 1900)||($day < 1)||($day > 31)||not length($Monthnum{$month})) {
79 print "Date needs to be specified as \"Monthname day, year\"\n";
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.pl12 # "monthname day, year"
76 ($month, $day, $year) = split(" ",$_);
77 if (($year < 1900)||($day < 1)||($day > 31)||not length($Monthnum{$month})) {
79 print "Date needs to be specified as \"Monthname day, year\"\n";
85 $Mytime=&timelocal((0,0,0,$day,$month,$year));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/script/
H A Dscancvslog.pl12 # "monthname day, year"
76 ($month, $day, $year) = split(" ",$_);
77 if (($year < 1900)||($day < 1)||($day > 31)||not length($Monthnum{$month})) {
79 print "Date needs to be specified as \"Monthname day, year\"\n";
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.pl12 # "monthname day, year"
76 ($month, $day, $year) = split(" ",$_);
77 if (($year < 1900)||($day < 1)||($day > 31)||not length($Monthnum{$month})) {
79 print "Date needs to be specified as \"Monthname day, year\"\n";
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.pl12 # "monthname day, year"
76 ($month, $day, $year) = split(" ",$_);
77 if (($year < 1900)||($day < 1)||($day > 31)||not length($Monthnum{$month})) {
79 print "Date needs to be specified as \"Monthname day, year\"\n";
85 $Mytime=&timelocal((0,0,0,$day,$month,$year));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/
H A Dmc146818-time.h91 unsigned int year, mon, day, hour, min, sec; local
100 day = CMOS_READ(RTC_DAY_OF_MONTH);
109 day = bcd2bin(day);
116 return mktime(year, mon, day, hour, min, sec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/frv/kernel/
H A Dtime.c101 unsigned int year, mon, day, hour, min, sec; local
103 extern void arch_gettod(int *year, int *mon, int *day, int *hour, int *min, int *sec);
109 mon = day = 1;
111 arch_gettod (&year, &mon, &day, &hour, &min, &sec);
115 ts->tv_sec = mktime(year, mon, day, hour, min, sec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/frv/kernel/
H A Dtime.c101 unsigned int year, mon, day, hour, min, sec; local
103 extern void arch_gettod(int *year, int *mon, int *day, int *hour, int *min, int *sec);
109 mon = day = 1;
111 arch_gettod (&year, &mon, &day, &hour, &min, &sec);
115 ts->tv_sec = mktime(year, mon, day, hour, min, sec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/
H A Dmc146818-time.h91 unsigned int year, mon, day, hour, min, sec; local
100 day = CMOS_READ(RTC_DAY_OF_MONTH);
109 day = bcd2bin(day);
116 return mktime(year, mon, day, hour, min, sec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/coreutils/
H A Dcal.c28 #define NUMBER_MISSING_DAYS 11 /* 11 day correction */
31 #define SPACE -1 /* used in day array */
73 #define DAY_LEN 3 /* 3 spaces per day */
77 #define HEAD_SEP 2 /* spaces between day headings */
222 unsigned day, dw, dm; local
241 * return the 1 based day number within the year
243 day = 1;
245 ++day;
250 day += days_in_month[--i];
254 * return the 0 based day numbe
313 unsigned col, val, day; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/coreutils/
H A Dcal.c28 #define NUMBER_MISSING_DAYS 11 /* 11 day correction */
31 #define SPACE -1 /* used in day array */
73 #define DAY_LEN 3 /* 3 spaces per day */
77 #define HEAD_SEP 2 /* spaces between day headings */
222 unsigned day, dw, dm; local
241 * return the 1 based day number within the year
243 day = 1;
245 ++day;
250 day += days_in_month[--i];
254 * return the 0 based day numbe
313 unsigned col, val, day; local
[all...]

Completed in 370 milliseconds

1234567891011>>