Home
last modified time | relevance | path

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

12345

/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.com476 gnv$'target'.opt/opt,-
489 gnv$'target'.opt/opt,-
502 gnv$'target'.opt/opt,-
515 gnv$'target'.opt/opt,-
528 gnv$'target'.opt/opt,-
541 gnv$'target'.opt/opt,-
554 gnv$'target'.opt/opt,-
567 gnv$'target'.opt/opt,-
580 gnv$'target'.opt/opt,-
593 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/src/
H A Dtool_help.c43 const char *opt; member
85 for(i = 0; helptext[i].opt; ++i) { in print_category()
89 len = strlen(helptext[i].opt); in print_category()
99 for(i = 0; helptext[i].opt; ++i) in print_category()
101 size_t opt = longopt; in print_category() local
103 if(opt + desclen >= (cols - 2)) { in print_category()
105 opt = (cols - 3) - desclen; in print_category()
107 opt = 0; in print_category()
109 printf(" %-*s %s\n", (int)opt, helptext[i].opt, helptext[i].desc); in print_category()
117 for(i = 0; categories[i].opt; ++i) in get_category_content()
[all …]
H A Dtool_help.h35 const char *opt; member
H A Dtool_hugehelp.c.cvs14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
/curl/tests/
H A Dtest1139.pl113 my ($opt, $type, $add, $dep, $rem) = ($1, $2, $3, $4, $5);
115 if($alias{$opt}) {
124 push @curlopt, $opt,
127 push @curlinfo, $opt,
130 push @curlmopt, $opt,
132 if(! -f "$buildroot/docs/libcurl/opts/$opt.3") {
133 print STDERR "Missing $opt.3\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
/curl/docs/libcurl/
H A Dcurl_easy_option_next.md75 const struct curl_easyoption *opt;
76 opt = curl_easy_option_next(NULL);
77 while(opt) {
78 printf("Name: %s\n", opt->name);
79 opt = curl_easy_option_next(opt);
H A Dcurl_easy_option_by_name.md42 const struct curl_easyoption *opt = curl_easy_option_by_name("URL");
43 if(opt) {
44 printf("This option wants CURLoption %x\n", (int)opt->id);
H A Dcurl_easy_option_by_id.md43 const struct curl_easyoption *opt = curl_easy_option_by_id(CURLOPT_URL);
44 if(opt) {
45 printf("This option wants type %x\n", opt->type);
/curl/scripts/
H A Dmanagen598 my $opt;
604 $opt = "-$short";
607 $opt = "--$long";
611 $opt .= " $arg";
619 print "curl $opt\n";
622 print ".IP \"$opt\"\n";
625 lastline(1, $opt);
889 my $opt;
895 $opt = " --$long";
907 $opt .= " $arg";
[all …]
/curl/.github/workflows/
H A Dmacos.yml65 …configure: --enable-debug --with-libssh2=$(brew --prefix)/opt/libssh2 --without-ssl --enable-webso…
69 …configure: --enable-debug --with-libssh --with-openssl=$(brew --prefix)/opt/openssl --enable-ares …
73 …configure: --enable-debug --with-libssh --with-openssl=$(brew --prefix)/opt/openssl --enable-webso…
125 … configure: --enable-debug --with-openssl=$(brew --prefix)/opt/openssl --enable-websockets
129 … configure: --enable-debug --with-openssl=$(brew --prefix)/opt/libressl --enable-websockets
133 …disable-shared --disable-threaded-resolver --with-openssl=$(brew --prefix)/opt/openssl --enable-we…
143 …configure: --enable-debug --disable-ldap --with-openssl=$(brew --prefix)/opt/openssl --enable-webs…
159 cd $(brew --prefix)/opt/openssl/lib/pkgconfig/
224 … generate: -DOPENSSL_ROOT_DIR=$(brew --prefix)/opt/openssl -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9
227 …generate: -DOPENSSL_ROOT_DIR=$(brew --prefix)/opt/libressl -DCURL_DISABLE_LDAP=ON -DCURL_DISABLE_L…
[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
H A DFindBearSSL.cmake14 # 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
/curl/tests/data/
H A DCMakeLists.txt14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell

Completed in 32 milliseconds

12345