Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 25 of 48) sorted by relevance

12

/curl/packages/OS400/
H A Dcurlcl.c63 char quote = '\0'; in parse_command_line() local
85 if(quote && quote == c) { in parse_command_line()
86 quote = '\0'; in parse_command_line()
91 if(quote != '\'' && c == '\\') { in parse_command_line()
98 else if(!quote && is_ifs(c)) { /* Check for end of argument. */ in parse_command_line()
109 if(quote) { in parse_command_line()
110 fprintf(stderr, "Unterminated quote: %c\n", quote); in parse_command_line()
/curl/scripts/
H A Dnroff2cd52 my $quote = 0; # quote state
92 if($quote) {
95 $quote = 0;
100 $quote = 0;
155 $quote = 1;
H A Dcd2nroff339 my $quote = 0;
353 if($quote) {
354 if($quote == 4) {
362 $quote = 0;
369 $quote = 0;
441 $quote = 1;
448 $quote = 1;
455 $quote = 4;
H A Dmanagen269 my $quote;
359 if(!$quote && $manpage) {
362 $quote = 1;
365 elsif($quote && ($d !~ /^ (.*)/)) {
368 $quote = 0;
385 if(!$quote) {
403 if(!$quote && $d =~ /--/) {
429 my $qstr = $quote ? "q": "";
/curl/tests/data/
H A Dtest2275 post-quote
6 pre-quote
31 FTP with quote ops
H A Dtest6265 pre-quote
22 SFTP invalid quote command
H A Dtest6095 post-quote
25 SFTP post-quote mkdir failure
H A Dtest1217 post-quote
8 pre-quote
H A Dtest1207 post-quote
31 ftp download with post-quote delete operation
H A Dtest6275 pre-quote
24 SFTP quote remove file with NOBODY
H A Dtest46938 warn about unicode quote character
49 %hex[Warning: The argument '%e2%80%9chost:' starts with a unicode quote where maybe an ]hex%
H A Dtest6105 post-quote
27 SFTP post-quote rmdir
H A Dtest6125 post-quote
24 SFTP post-quote remove file
H A Dtest6115 post-quote
27 SFTP post-quote rename
H A Dtest6395 post-quote
29 SFTP post-quote rename * asterisk accept-fail
H A Dtest6385 post-quote
29 SFTP post-quote rename * asterisk accept-fail
H A Dtest47038 warn about unicode quote character read from config file
52 %hex[Warning: The argument '%e2%80%9chost:fake%e2%80%9d' starts with a unicode quote where ]hex%
H A Dtest6145 pre-quote
30 SFTP pre-quote chmod
H A Dtest6085 post-quote
24 SFTP post-quote rename
H A Dtest68023 netrc with quoted password but missing end quote
H A Dtest14056 post-quote
7 pre-quote
33 --libcurl for FTP with quote ops
H A Dtest115240 FTP with uneven quote in PWD response
/curl/docs/cmdline-opts/
H A Dquote.md4 Long: quote
15 - --quote "DELE file" ftp://example.com/foo
18 # `--quote`
39 SFTP is a binary protocol. Unlike for FTP, curl interprets SFTP quote commands
42 SFTP quote commands:
H A Duser-agent.md22 the string, surround the string with single quote marks. This header can also
/curl/docs/libcurl/opts/
H A DCURLOPT_QUOTE.md50 similar using quote commands, libcurl does not know about it.
54 path. e.g. rename with sftp using a quote command like this:

Completed in 42 milliseconds

12