Home
last modified time | relevance | path

Searched refs:year (Results 1 – 17 of 17) sorted by relevance

/curl/docs/libcurl/
H A Dcurl_getdate.md47 abbreviations, numbers can be zero-prefixed and the year may use 2 or 4
50 If the year appears to be below 100 (two-digit), any year after 70 is assumed
51 to be 1900 + the given year. All others are 2000 + the given year.
74 year, MM as the month number and DD as the day of the month, for the specified
125 On systems with a signed 32 bit time_t: if the year is larger than 2037 or
128 On systems with an unsigned 32 bit time_t: if the year is larger than 2106 or
131 On systems with 64 bit time_t: if the year is less than 1583, this function
H A Dmksymbolsmanpage.pl34 my $year = strftime "%Y", @ts;
/curl/scripts/
H A Dcopyright.pl61 year => $1,
71 year => -1,
H A Dchecksrc.pl419 year => $1,
429 year => -1,
947 @copyright = sort {$$b{year} cmp $$a{year}} @copyright;
963 $copyright[0]{year} != $commityear) {
H A Dmanagen58 my $year = strftime "%Y", @ts;
/curl/tests/
H A Dserverhelp.pm79 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
85 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
H A Drunner.pm465 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
H A Druntests.pl2448 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
2451 $randseed = ($year+1900)*100 + $mon+1;
/curl/lib/
H A Dparsedate.c284 int mday, int mon, int year) in time2epoch() argument
288 int leap_days = year - (mon <= 1); in time2epoch()
291 return ((((time_t) (year - 1970) * 365 in time2epoch()
H A Dftp.c2174 static bool ftp_213_date(const char *p, int *year, int *month, int *day, in ftp_213_date() argument
2180 *year = twodigit(&p[0]) * 100 + twodigit(&p[2]); in ftp_213_date()
2231 int year, month, day, hour, minute, second; in ftp_state_mdtm_resp() local
2234 if(ftp_213_date(resp, &year, &month, &day, &hour, &minute, &second)) { in ftp_state_mdtm_resp()
2239 year, month, day, hour, minute, second); in ftp_state_mdtm_resp()
/curl/docs/libcurl/opts/
H A DCURLOPT_TIMEVALUE.md33 set dates beyond the year 2038. Consider CURLOPT_TIMEVALUE_LARGE(3)
H A DCURLOPT_TIMEVALUE_LARGE.md36 to be used to set dates beyond the year 2038.
H A DCURLINFO_FILETIME.md42 the year 2038 on systems using 32 bit longs (Windows).
/curl/LICENSES/
H A DBSD-3-Clause.txt1 Copyright (c) <year> <owner>.
/curl/tests/data/
H A Dtest163125 I was born in the year 1632, in the city of York, of a good family, though not
H A Dtest163225 I was born in the year %TESTNUMBER, in the city of York, of a good family, though not
/curl/packages/OS400/rpg-examples/
H A DSMTPSRCMBR186 d year 4s 0 overlay(ts: 1)
214 %char(now.year) + ' ' +

Completed in 60 milliseconds