Searched refs:year (Results 1 – 17 of 17) sorted by relevance
/curl/docs/libcurl/ |
H A D | curl_getdate.md | 48 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 D | mksymbolsmanpage.pl | 34 my $year = strftime "%Y", @ts;
|
/curl/scripts/ |
H A D | checksrc.pl | 435 year => $1, 445 year => -1, 1045 @copyright = sort {$$b{year} cmp $$a{year}} @copyright; 1061 $copyright[0]{year} != $commityear) {
|
H A D | managen | 58 my $year = strftime "%Y", @ts;
|
/curl/tests/ |
H A D | serverhelp.pm | 79 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = 85 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
|
H A D | runner.pm | 495 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
|
H A D | runtests.pl | 2534 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = 2537 $randseed = ($year+1900)*100 + $mon+1;
|
H A D | runtests.md | 244 on the currently set local year and month and the first line of the "curl -V"
|
/curl/lib/ |
H A D | parsedate.c | 284 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 D | ftp.c | 2008 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 D | CURLOPT_TIMEVALUE.md | 34 set dates beyond the year 2038. Consider CURLOPT_TIMEVALUE_LARGE(3)
|
H A D | CURLOPT_TIMEVALUE_LARGE.md | 37 used to set dates beyond the year 2038.
|
H A D | CURLINFO_FILETIME.md | 42 year 2038 on systems using 32-bit longs (Windows).
|
/curl/LICENSES/ |
H A D | BSD-3-Clause.txt | 1 Copyright (c) <year> <owner>.
|
/curl/tests/data/ |
H A D | test1631 | 25 I was born in the year 1632, in the city of York, of a good family, though not
|
H A D | test1632 | 25 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 D | SMTPSRCMBR | 186 d year 4s 0 overlay(ts: 1) 214 %char(now.year) + ' ' +
|
Completed in 37 milliseconds