/curl/lib/ |
H A D | optiontable.pl | 41 my($opt, $type, $num)=@_; 47 if($opt =~ /OBSOLETE/) { 52 if($opt =~ /^CURLOPT_(.*)/) { 60 $opt{$name} = $opt; 64 print STDERR "ERROR: $opt has bad number: $num < $lastnum\n"; 99 my($opt, $type, $num)=($1,$2,$3); 100 add($opt, $type, $num); 127 $oname, $opt{$name}, $type{$name}, $flag); 133 $oname, $opt{$name}, $type{$name}, $flag);
|
/curl/packages/vms/ |
H A D | gnv_link_curl.com | 477 gnv$'target'.opt/opt,- 490 gnv$'target'.opt/opt,- 503 gnv$'target'.opt/opt,- 516 gnv$'target'.opt/opt,- 529 gnv$'target'.opt/opt,- 542 gnv$'target'.opt/opt,- 555 gnv$'target'.opt/opt,- 568 gnv$'target'.opt/opt,- 581 gnv$'target'.opt/opt,- 594 gnv$'target'.opt/opt,- [all …]
|
H A D | setup_gnv_curl_build.com | 151 $ create 'base_dir'gnv$conftest.opt 152 $ open/append opt 'base_dir'gnv$conftest.opt 156 $ close opt 164 $ create [.src]gnv$curl.opt 165 $ open/append opt [.src]gnv$curl.opt 171 $ close opt 179 $ open/append opt 'default_dir'gnv_libcurl_linker.opt 184 $ close opt 190 $ open/append opt 'default_dir'gnv_template_linker.opt 196 $ close opt [all …]
|
H A D | generate_vax_transfer.com | 4 $! Alpha/Itanium gnv_libcurl_symbols.opt file. 12 $! gnv_libcurl_xfer.opt 68 $ open/read aopt gnv_libcurl_symbols.opt 135 $ open/read aopt gnv_libcurl_symbols.opt 191 $ create gnv_libcurl_xfer.opt 192 $ open/append lco gnv_libcurl_xfer.opt
|
H A D | Makefile.am | 48 gnv_libcurl_symbols.opt \
|
/curl/tests/ |
H A D | test1707.pl | 34 my $opt = shift @ARGV; 40 if($opt =~ /^--/) { 41 $longopt = $opt; 44 $shortopt = $opt; 48 system("$curl -h $opt > $output"); 58 if(/^ +$opt, ([^ ]*)/) { 67 if(/ $opt /) { 103 printf "curl -h $opt is %d lines, $txt says %d lines\n",
|
H A D | test1139.pl | 122 my ($opt, $type, $add, $dep, $rem) = ($1, $2, $3, $4, $5); 124 if($alias{$opt}) { 133 push @curlopt, $opt, 136 push @curlinfo, $opt, 139 push @curlmopt, $opt, 141 if(! -f "$root/docs/libcurl/opts/$opt.md") { 142 print STDERR "Missing $opt.md\n";
|
H A D | test1222.pl | 149 my $opt = ""; 156 my $o = $opt; 157 $opt = ""; 160 $opt = $1;
|
H A D | config.in | 14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
H A D | requirements.txt | 15 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
H A D | configurehelp.pm.in | 14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
/curl/src/ |
H A D | tool_help.c | 48 const char *opt; member 88 for(i = 0; helptext[i].opt; ++i) { in print_category() 92 len = strlen(helptext[i].opt); in print_category() 102 for(i = 0; helptext[i].opt; ++i) in print_category() 104 size_t opt = longopt; in print_category() local 106 if(opt + desclen >= (cols - 2)) { in print_category() 108 opt = (cols - 3) - desclen; in print_category() 110 opt = 0; in print_category() 112 printf(" %-*s %s\n", (int)opt, helptext[i].opt, helptext[i].desc); in print_category() 153 printf("%s, ", categories[i].opt); in get_categories_list() [all …]
|
H A D | tool_help.h | 51 const char *opt; member
|
/curl/docs/libcurl/ |
H A D | curl_easy_option_next.md | 78 const struct curl_easyoption *opt; 79 opt = curl_easy_option_next(NULL); 80 while(opt) { 81 printf("Name: %s\n", opt->name); 82 opt = curl_easy_option_next(opt);
|
H A D | curl_easy_option_by_name.md | 45 const struct curl_easyoption *opt = curl_easy_option_by_name("URL"); 46 if(opt) { 47 printf("This option wants CURLoption %x\n", (int)opt->id);
|
H A D | curl_easy_option_by_id.md | 46 const struct curl_easyoption *opt = curl_easy_option_by_id(CURLOPT_URL); 47 if(opt) { 48 printf("This option wants type %x\n", opt->type);
|
/curl/scripts/ |
H A D | managen | 648 my $opt; 654 $opt = "-$short"; 657 $opt = "--$long"; 661 $opt .= " $arg"; 669 print "curl $opt\n"; 672 print ".IP \"$opt\"\n"; 675 lastline(1, $opt); 1005 my $opt; 1011 $opt = " --$long"; 1029 $opt .= " $arg"; [all …]
|
/curl/docs/cmdline-opts/ |
H A D | telnet-option.md | 6 Arg: <opt=val>
|
/curl/packages/OS400/rpg-examples/ |
H A D | SIMPLE2 | 3 ctl-opt dftactgrp(*NO) actgrp(*NEW) 20 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
/curl/CMake/ |
H A D | CMakeConfigurableFile.in | 14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
/curl/plan9/ |
H A D | mkfile.proto | 14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
H A D | mkfile | 14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
/curl/tests/http/ |
H A D | requirements.txt | 15 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
H A D | config.ini.in | 15 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
/curl/tests/libtest/ |
H A D | mk-lib1521.pl | 420 my $opt = $name; 421 $opt =~ s/^CURLOPT_//;
|