Home
last modified time | relevance | path

Searched refs:opt (Results 1 – 25 of 135) sorted by relevance

123456

/curl/lib/
H A Doptiontable.pl41 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 Dgnv_link_curl.com477 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 Dsetup_gnv_curl_build.com151 $ 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 Dgenerate_vax_transfer.com4 $! 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 DMakefile.am48 gnv_libcurl_symbols.opt \
/curl/tests/
H A Dtest1707.pl34 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 Dtest1139.pl122 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 Dtest1222.pl149 my $opt = "";
156 my $o = $opt;
157 $opt = "";
160 $opt = $1;
H A Dconfig.in14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
H A Drequirements.txt15 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
H A Dconfigurehelp.pm.in14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
/curl/src/
H A Dtool_help.c48 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 Dtool_help.h51 const char *opt; member
/curl/docs/libcurl/
H A Dcurl_easy_option_next.md78 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 Dcurl_easy_option_by_name.md45 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 Dcurl_easy_option_by_id.md46 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 Dmanagen648 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 Dtelnet-option.md6 Arg: <opt=val>
/curl/packages/OS400/rpg-examples/
H A DSIMPLE23 ctl-opt dftactgrp(*NO) actgrp(*NEW)
20 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
/curl/CMake/
H A DCMakeConfigurableFile.in14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
/curl/plan9/
H A Dmkfile.proto14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
H A Dmkfile14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
/curl/tests/http/
H A Drequirements.txt15 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
H A Dconfig.ini.in15 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
/curl/tests/libtest/
H A Dmk-lib1521.pl420 my $opt = $name;
421 $opt =~ s/^CURLOPT_//;

Completed in 49 milliseconds

123456