Home
last modified time | relevance | path

Searched refs:day (Results 1 – 7 of 7) sorted by relevance

/curl/docs/libcurl/
H A Dcurl_getdate.md54 ## time of the day items
56 This string specifies the time on a given day. You must specify it with 6
66 ## day of the week items
68 Specifies a day of the week. Days of the week may be spelled out in full
75 year, MM as the month number and DD as the day of the month, for the specified
/curl/tests/data/
H A Dtest129449 …, great or small to wit, a workhouse; and in this workhouse was born; on a day and date which I ne…
61 …, great or small to wit, a workhouse; and in this workhouse was born; on a day and date which I ne…
/curl/docs/cmdline-opts/
H A Drate.md32 /(day, as in a 24 hour unit). The default time unit, if no "/U" is provided,
/curl/packages/OS400/rpg-examples/
H A DSMTPSRCMBR188 d day 2s 0 overlay(ts: 9)
211 %char(now.day) + ' ' +
/curl/docs/libcurl/opts/
H A DCURLOPT_REDIR_PROTOCOLS_STR.md53 all, you may enable protocols that were not supported the day you write this
H A DCURLOPT_PROTOCOLS_STR.md49 all, you may enable protocols that were not supported the day you write this
/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
2016 *day = twodigit(&p[6]); 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 25 milliseconds