Home
last modified time | relevance | path

Searched refs:month (Results 1 – 4 of 4) sorted by relevance

/curl/docs/libcurl/
H A Dcurl_getdate.md75 year, MM as the month number and DD as the day of the month, for the specified
/curl/packages/OS400/rpg-examples/
H A DSMTPSRCMBR187 d month 2s 0 overlay(ts: 6)
213 3 * now.month - 2: 3) + ' ' +
/curl/tests/
H A Druntests.md211 The random seed initially set for this is fixed per month and can be set with
244 on the currently set local year and month and the first line of the "curl -V"
253 The random seed initially set for this is fixed per month and can be set with
/curl/lib/
H A Dftp.c2008 static bool ftp_213_date(const char *p, int *year, int *month, int *day, in ftp_213_date() argument
2015 *month = twodigit(&p[4]); in ftp_213_date()
2021 if((*month > 12) || (*day > 31) || (*hour > 23) || (*minute > 59) || 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()

Completed in 20 milliseconds