Home
last modified time | relevance | path

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

/curl/docs/libcurl/
H A Dcurl_getdate.md48 abbreviations, numbers can be zero-prefixed and the year may use 2 or 4
51 If the year appears to be below 100 (two-digit), any year after 70 is assumed
52 to be 1900 + the given year. All others are 2000 + the given year.
75 year, MM as the month number and DD as the day of the month, for the specified
126 On systems with a signed 32-bit time_t: if the year is larger than 2037 or
129 On systems with an unsigned 32-bit time_t: if the year is larger than 2106 or
132 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 Dchecksrc.pl435 year => $1,
445 year => -1,
1045 @copyright = sort {$$b{year} cmp $$a{year}} @copyright;
1061 $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.pm495 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
H A Druntests.pl2534 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
2537 $randseed = ($year+1900)*100 + $mon+1;
H A Druntests.md244 on the currently set local year and month and the first line of the "curl -V"
/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.c2008 static bool ftp_213_date(const char *p, int *year, int *month, int *day, in ftp_213_date() argument
2014 *year = twodigit(&p[0]) * 100 + twodigit(&p[2]); in ftp_213_date()
2065 int year, month, day, hour, minute, second; in ftp_state_mdtm_resp() local
2068 if(ftp_213_date(resp, &year, &month, &day, &hour, &minute, &second)) { in ftp_state_mdtm_resp()
2073 year, month, day, hour, minute, second); in ftp_state_mdtm_resp()
/curl/docs/libcurl/opts/
H A DCURLOPT_TIMEVALUE.md34 set dates beyond the year 2038. Consider CURLOPT_TIMEVALUE_LARGE(3)
H A DCURLOPT_TIMEVALUE_LARGE.md37 used to set dates beyond the year 2038.
H A DCURLINFO_FILETIME.md42 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 33 milliseconds