Searched refs:letter (Results 1 – 13 of 13) sorted by relevance
15 use a bad short option letter that does not exist (after one does exist)
27 URL with 1000+ letter user name + password
35 URL without slash and @-letter in query
322 char letter; /* short name option or ' ' */ member358 const struct LongShort *findshortopt(char letter);
285 if(a->letter != ' ') in tool_help()286 msnprintf(cmdbuf, sizeof(cmdbuf), "\n -%c, --", a->letter); in tool_help()
747 const struct LongShort *findshortopt(char letter) in findshortopt() argument751 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() local1127 letter = a->letter; in getparameter()2351 if('o' == letter) { in getparameter()
21 If you start the data with the letter @, the rest should be a filename.
33 either in its short form with a single dash and a single letter, or in the
34 If you start the data with the letter @, the rest should be a filename to read
40 If you start the data with the letter @, the rest should be a filename to read
33 and \v. A backslash preceding any other letter is ignored.
77 two letter L) before 8.2.0
47 Can be specified several ways. Month names can only be three-letter English
Completed in 20 milliseconds