Home
last modified time | relevance | path

Searched refs:letter (Results 1 – 13 of 13) sorted by relevance

/curl/tests/data/
H A Dtest46715 use a bad short option letter that does not exist (after one does exist)
H A Dtest123727 URL with 1000+ letter user name + password
H A Dtest111835 URL without slash and @-letter in query
/curl/src/
H A Dtool_getparam.h322 char letter; /* short name option or ' ' */ member
358 const struct LongShort *findshortopt(char letter);
H A Dtool_help.c285 if(a->letter != ' ') in tool_help()
286 msnprintf(cmdbuf, sizeof(cmdbuf), "\n -%c, --", a->letter); in tool_help()
H A Dtool_getparam.c747 const struct LongShort *findshortopt(char letter) in findshortopt() argument
751 if((letter >= 127) || (letter <= ' ')) in findshortopt()
757 if(aliases[j].letter != ' ') { in findshortopt()
758 unsigned char l = (unsigned char)aliases[j].letter; in findshortopt()
764 return singles[letter - ' ']; in findshortopt()
1117 char letter; in getparameter() local
1127 letter = a->letter; in getparameter()
2351 if('o' == letter) { in getparameter()
/curl/docs/cmdline-opts/
H A Ddata-binary.md21 If you start the data with the letter @, the rest should be a filename.
H A Dhelp.md33 either in its short form with a single dash and a single letter, or in the
H A Djson.md34 If you start the data with the letter @, the rest should be a filename to read
H A Ddata.md40 If you start the data with the letter @, the rest should be a filename to read
H A Dconfig.md33 and \v. A backslash preceding any other letter is ignored.
/curl/docs/libcurl/opts/
H A DCURLOPT_MAIL_RCPT_ALLOWFAILS.md77 two letter L) before 8.2.0
/curl/docs/libcurl/
H A Dcurl_getdate.md47 Can be specified several ways. Month names can only be three-letter English

Completed in 16 milliseconds