Searched refs:day (Results 1 - 25 of 142) sorted by last modified time

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Dfuncs.js50 day=date_info[1];
55 new_str = show_week+', '+day+'.'+show_month+', '+time;
57 new_str = show_week+', '+show_month+' '+day+', '+time;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dftp.c82 #include "parsedate.h" /* for the week day and month names */
1883 int year, month, day, hour, minute, second; local
1886 &year, &month, &day, &hour, &minute, &second)) {
1892 year, month, day, hour, minute, second);
4014 someone decides to set path to NULL one day
H A Dssluse.c993 int year=0,month=0,day=0,hour=0,minute=0,second=0; local
1014 day= (asn1_string[4]-'0')*10+(asn1_string[5]-'0');
1024 year+1900, month, day, hour, minute, second, (gmt?"GMT":""));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Drpc_spoolss.h901 uint16 day; member in struct:printer_info_0
1194 uint16 day; member in struct:systemtime
H A Drpc_srvsvc.h892 uint32 day; member in struct:time_of_day_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dtime.c187 /* Tunis has a 8 day DST region, we need to be careful ... */
591 static void interpret_dos_date(uint32 date,int *year,int *month,int *day,int *hour,int *minute,int *second) argument
601 *day = (p2&0x1F);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dgetdate.c223 /* Gregorian year, month, day, hour, minutes, and seconds. */
226 int day; member in struct:__anon1687
231 /* Relative year, month, day, hour, minutes, and seconds. */
497 "local_zone", "zone", "day", "date", "rel", "relunit", "number",
1361 PC.day = yyvsp[0].textintval.value;
1377 PC.day = yyvsp[0].textintval.value;
1382 PC.day = yyvsp[-2].textintval.value;
1394 PC.day = -yyvsp[0].textintval.value;
1402 PC.day = yyvsp[-2].textintval.value;
1413 PC.day
[all...]
H A Dgetdate.y128 /* Gregorian year, month, day, hour, minutes, and seconds. */
131 int day;
136 /* Relative year, month, day, hour, minutes, and seconds. */
202 | day
266 day: label
288 PC.day = $3.value;
301 PC.day = $5.value;
306 PC.day = $3.value;
315 PC.day = -$3.value;
320 PC.day
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dlpq_parse.c37 int i, day, hour, min, sec; local
43 day = atoi(tok[ptr+1]);
54 ((t->tm_mday < day)||
55 ((t->tm_mday == day)&&
60 t->tm_mday = day;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dpy_spoolss_printers_conv.c35 { "day", PY_UINT16, offsetof(PRINTER_INFO_0, day) },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_spoolss.c59 if(!prs_uint16("day", ps, depth, &systime->day))
81 systime->day=unixtime->tm_mday;
157 Maybe one day with Windows for dishwasher 2037 ...
2487 if(!prs_uint16("day", ps, depth, &info->day))
3376 size+=size_of_uint16( &info->day);
4550 * I will try to generate setjob command with level!=0, one day.
H A Dparse_srv.c3136 if(!prs_uint32("day ", ps, depth, &tod->day))
3154 uint32 zone, uint32 tintervals, uint32 day,
3167 tod->day = day;
3152 init_time_of_day_info(TIME_OF_DAY_INFO *tod, uint32 elapsedt, uint32 msecs, uint32 hours, uint32 mins, uint32 secs, uint32 hunds, uint32 zone, uint32 tintervals, uint32 day, uint32 month, uint32 year, uint32 weekday) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_spoolss_nt.c3458 SSVAL(p, 6, st.day);
4038 printer->day = t->tm_mday;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpcclient/
H A Dcmd_spoolss.c171 i0->day, i0->dayofweek);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/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));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex2062 It is mistake in design, no more. And it will be fixed one day,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Ddirectory.c100 unsigned char year, month_hi, month_low, day; local
115 day = now->tm_mday;
117 ndir -> adate[0] = ndir->cdate[0] = ndir->date[0] = month_low + day;
H A Dmdir.c71 char day[3]; local
76 sprintf(day, "%02d", DOS_DAY(dir));
H A Dtexinfo.tex3255 \number\day\space
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntpclient/
H A Dntpclient.c303 " day second elapsed stall skew dispersion freq\n",
413 int n, day, freq, absolute; local
422 &day, &sec, &etime, &stime, &skew, &disp, &freq);
425 absolute=(day-15020)*86400+(int)sec;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Do_time.c170 short year, month, day, hour, minute, second, member in struct:vms_vectime
196 result->tm_mday = time_values.day;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_time.c77 /* By default, we match on every day, every daytime */
90 unsigned int month = 1, day = 1, hour = 0, minute = 0, second = 0; local
111 day = strtoul(s, &e, 10);
112 if ((*e != 'T' && *e != '\0') || day > 31)
139 tm.tm_mday = day;
212 char day[3], *err = NULL; local
216 while (my_strseg(day, sizeof(day), &arg, ',') != NULL) {
217 i = strtoul(day, &err, 0);
220 "%s is not a valid day fo
229 char day[4], *err = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/chips/
H A Dm41t00.c47 u8 day; member in struct:m41t00_chip_info
64 .day = 4,
75 .day = 5,
89 .day = 5,
102 s32 sec, min, hour, day, mon, year; local
121 sec = min = hour = day = mon = year = 0;
130 day1 = day;
137 day = buf[m41t00_chip->day] & 0x3f;
141 || (min != min1) || (hour != hour1) || (day !
173 s32 sec, min, hour, day, mon, year; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Drtas-proc.c400 error = rtas_call(rtas_token("set-time-of-day"), 7, 1, NULL,
412 int error = rtas_call(rtas_token("get-time-of-day"), 0, 8, ret);
419 unsigned int year, mon, day, hour, min, sec; local
420 year = ret[0]; mon = ret[1]; day = ret[2];
423 mktime(year, mon, day, hour, min, sec));
H A Dtime.c548 * This function recalibrates the timebase based on the 49-bit time-of-day
1024 int day; local
1040 day = tm->tm_mon > 2 && leapyear(tm->tm_year);
1042 day += lastYear*365 + leapsToDate + MonthOffset[tm->tm_mon-1] +
1045 tm->tm_wday = day % 7;
1051 register long hms, day; local
1053 day = tim / SECDAY;
1062 for (i = STARTOFTIME; day >= days_in_year(i); i++)
1063 day -= days_in_year(i);
1069 for (i = 1; day >
[all...]

Completed in 467 milliseconds

123456