Searched refs:year (Results 1 - 25 of 199) sorted by last modified time

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dftp.c1883 int year, month, day, hour, minute, second; local
1886 &year, &month, &day, &hour, &minute, &second)) {
1892 year, month, day, hour, minute, second);
H A Dparsedate.c289 int month, year, leap_days; local
296 year = tm->tm_year + 1900;
299 year += (11 - month) / 12;
303 year -= month / 12;
307 leap_days = year - (tm->tm_mon <= 1);
311 return ((((time_t) (year - 1970) * 365
331 int monnum=-1; /* month of the year number, 0-11 */
422 /* 8 digits, no year, month or day yet. This is YYYYMMDD */
H A Dssluse.c993 int year=0,month=0,day=0,hour=0,minute=0,second=0; local
1006 year= (asn1_string[0]-'0')*10+(asn1_string[1]-'0');
1007 if(year < 50)
1008 year+=100;
1024 year+1900, month, day, hour, minute, second, (gmt?"GMT":""));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dftpserver.pl193 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
199 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
H A Druntests.pl551 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/genlogon/
H A Dgenlogon.pl25 #($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
26 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
28 print LOG "$mon/$mday/$year $hour:$min:$sec - User $ARGV[0] logged into $ARGV[1]\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/misc/
H A Dadssearch.pl1103 my ($year,$mon,$mday,$hour,$min,$sec,$zone) =
1106 my $localtime = localtime(timegm($sec,$min,$hour,$mday,$mon,$year));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Drpc_spoolss.h898 uint16 year; member in struct:printer_info_0
1191 uint16 year; member in struct:systemtime
H A Drpc_srvsvc.h894 uint32 year; 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.c591 static void interpret_dos_date(uint32 date,int *year,int *month,int *day,int *hour,int *minute,int *second) argument
603 *year = ((p3>>1)&0xFF) + 80;
/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. */
224 textint year; member in struct:__anon1687
231 /* Relative year, month, day, hour, minutes, and seconds. */
1375 PC.year = yyvsp[-4].textintval;
1383 PC.year = yyvsp[0].textintval;
1392 PC.year = yyvsp[-2].textintval;
1404 PC.year.value = -yyvsp[0].textintval.value;
1405 PC.year.digits = yyvsp[0].textintval.digits;
1422 PC.year = yyvsp[0].textintval;
1439 PC.year
2002 int year = textyear.value; local
[all...]
H A Dgetdate.y128 /* Gregorian year, month, day, hour, minutes, and seconds. */
129 textint year;
136 /* Relative year, month, day, hour, minutes, and seconds. */
299 PC.year = $1;
307 PC.year = $5;
313 PC.year = $1;
322 PC.year.value = -$3.value;
323 PC.year.digits = $3.digits;
334 PC.year = $4;
345 PC.year
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dpy_spoolss_printers_conv.c32 { "year", PY_UINT16, offsetof(PRINTER_INFO_0, year) },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_spoolss.c53 if(!prs_uint16("year", ps, depth, &systime->year))
78 systime->year=unixtime->tm_year+1900;
2481 if(!prs_uint16("year", ps, depth, &info->year))
3373 size+=size_of_uint16( &info->year);
H A Dparse_srv.c3140 if(!prs_uint32("year ", ps, depth, &tod->year))
3155 uint32 month, uint32 year, uint32 weekday)
3169 tod->year = year;
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.c3455 SSVAL(p, 0, st.year);
4035 printer->year = t->tm_year+1900;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpcclient/
H A Dcmd_spoolss.c170 printf("\t:date: [%d]-[%d]-[%d] (%d)\n", i0->year, i0->month,
/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";
83 $year = ($year == 19100) ? 2000 : $year;
85 $Mytime=&timelocal((0,0,0,$day,$month,$year));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl197 my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $dst) = localtime($time);
562 Copyright (C) <year> <name of author>
584 Gnomovision version 69, Copyright (C) year name of author
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dpod2man.pl302 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime($secs);
304 $year += 1900;
305 return "$mday/$mname/$year";
/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
112 year = (now->tm_year - 80) << 1;
116 ndir -> adate[1] = ndir->cdate[1] = ndir->date[1] = year + month_hi;
H A Dmdir.c70 char year[5]; local
75 sprintf(year, "%04d", DOS_YEAR(dir));
H A Dtexinfo.tex3261 \space\number\year}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Da_utctm.c233 int year; local
251 year = g2(s->data);
252 if (year < 50)
253 year += 100;
254 return_cmp(year, tm->tm_year);
/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
198 result->tm_year = time_values.year - 1900;

Completed in 283 milliseconds

12345678