Home
last modified time | relevance | path

Searched refs:root (Results 1 – 25 of 45) sorted by relevance

12

/curl/tests/
H A Dtest1135.pl34 my $root = shift @ARGV;
35 while(defined $root) {
37 if($root =~ /--heading=(.*)/) {
39 $root = shift @ARGV;
42 elsif($root =~ /--sort/) {
44 $root = shift @ARGV;
51 if(!defined $root) {
52 $root = ".";
55 $root = "$root/include/curl";
56 opendir(D, "$root") || die "Cannot open directory $root: $!\n";
[all …]
H A Dtest1165.pl42 my $root=$ARGV[0] || ".";
58 opendir(my $m, "$root/m4") || die "Can't opendir $root/m4: $!";
61 scanconf("$root/configure.ac");
64 scanconf("$root/m4/$e");
83 scanconf_cmake(\%disable_cmake, "$root/CMakeLists.txt");
87 scanconf_cmake(\%disable_cmake_config_h, "$root/lib/curl_config.h.cmake");
113 scan_dir("$root/src");
114 scan_dir("$root/lib");
115 scan_dir("$root/lib/vtls");
116 scan_dir("$root/lib/vauth");
[all …]
H A Dtest1139.pl45 my $root=$ARGV[0] || ".";
47 my $syms = "$root/docs/libcurl/symbols-in-versions";
48 my $curlh = "$root/include/curl/curl.h";
141 if(! -f "$root/docs/libcurl/opts/$opt.md") {
150 scanmdpage("$root/docs/libcurl/curl_easy_setopt.md", @curlopt);
151 scanmdpage("$root/docs/libcurl/curl_easy_getinfo.md", @curlinfo);
152 scanmdpage("$root/docs/libcurl/curl_multi_setopt.md", @curlmopt);
190 open($r, "<", "$root/src/tool_getparam.c") ||
233 open($r, "<", "$buildroot/docs/cmdline-opts/curl.1") || open($r, "<", "$root/docs/cmdline-opts/curl…
262 open($r, "<", "$root/src/tool_listhelp.c") ||
H A Dtest1276.pl32 my $root = $ARGV[0];
34 open(my $fh, "-|", "perl $root/lib/optiontable.pl < $root/include/curl/curl.h");
39 open($fh, "<", "$root/lib/easyoptions.c");
H A Dtest1175.pl32 my $root=$ARGV[0] || ".";
38 open(my $f, "<", "$root/docs/libcurl/libcurl-errors.md");
54 open(my $f, "<", "$root/docs/libcurl/symbols-in-versions");
H A Dtest1488.pl51 my $root=$ARGV[0] || ".";
100 scanman_md_dir("$root/docs/libcurl");
101 scanman_md_dir("$root/docs/libcurl/opts");
103 open my $s, "<", "$root/docs/libcurl/symbols-in-versions";
H A Dtest1486.pl32 my $root=$ARGV[0] || ".";
39 open(my $f, "<", "$root/../src/tool_writeout.c");
60 open(my $f, "<", "$root/../docs/cmdline-opts/write-out.md");
H A Dtest1119.pl51 my $root=$ARGV[0] || ".";
94 my $d = "$root/include/curl";
139 scanman_md_dir("$root/docs/libcurl");
140 scanman_md_dir("$root/docs/libcurl/opts");
142 open my $s, "<", "$root/docs/libcurl/symbols-in-versions";
H A Dtest1544.pl33 my $root=$ARGV[0] || ".";
34 my $incdir = "$root/include/curl";
35 my $os400dir = "$root/packages/OS400";
H A Dtest1477.pl33 my $root=$ARGV[0] || ".";
36 my $curlh = "$root/include/curl";
H A Dtest1275.pl26 my $root=$ARGV[0] || "..";
28 my @m = `git ls-files -- $root`;
H A Dtest1167.pl59 my $root=$ARGV[0] || ".";
64 my $incdir = "$root/include/curl";
H A Dtest1222.pl35 my $root=$ARGV[0] || ".";
36 my $incdir = "$root/include/curl";
37 my $docdir = "$root/docs";
/curl/tests/unit/
H A Dunit1309.c76 struct Curl_tree *root, *removed; variable
82 root = NULL; /* the empty tree */
92 root = Curl_splayinsert(key, root, &nodes[i]);
96 splayprint(root, 0, 1);
101 splayprint(root, 0, 1);
104 rc = Curl_splayremove(root, &nodes[rem], &root);
112 fail_unless(root == NULL, "tree not empty after removing all nodes");
125 root = Curl_splayinsert(key, root, &nodes[i * 3 + j]);
133 root = Curl_splaygetbest(tv_now, root, &removed);
138 root = Curl_splaygetbest(tv_now, root, &removed);
[all …]
/curl/.github/scripts/
H A Dbinarycheck.pl37 my $root = ".";
40 $root = $ARGV[0];
88 my @files = `git ls-files -- $root`;
106 checkfile("$root/$f");
/curl/tests/data/
H A Dtest18716 Location: /root/%TESTNUMBER0002.txt?coolsite=yes
35 Location: /root/%TESTNUMBER0002.txt?coolsite=yes
69 GET /root/%TESTNUMBER0002.txt?coolsite=yes HTTP/1.1
H A Dtest122815 Set-Cookie: path1=root; domain=.example.fake; path=/;
54 Cookie: path1=root
H A Dtest122427 FTP fetch a file from the root directory
H A Dtest122627 FTP fetch a file from the root directory with singlecwd
H A Dtest122727 FTP fetch a file from the root directory with nocwd
H A Dtest35034 FTP root dir list multicwd
H A Dtest35134 FTP root dir list nocwd
H A Dtest35234 FTP root dir list singlecwd
/curl/docs/cmdline-opts/
H A Dinterface.md51 **CAP_NET_RAW** capability set or to be run as root.
/curl/CMake/
H A Dcurl-config.cmake.in26 if(UNIX OR VCPKG_TOOLCHAIN OR (MINGW AND NOT CMAKE_CROSSCOMPILING)) # Keep in sync with root CMake…

Completed in 29 milliseconds

12