Searched refs:root (Results 1 – 25 of 46) sorted by relevance
12
/curl/tests/ |
H A D | test1135.pl | 34 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 D | test1165.pl | 42 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 D | test1139.pl | 45 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); 191 open($r, "<", "$root/src/tool_getparam.c") || 234 open($r, "<", "$buildroot/docs/cmdline-opts/curl.1") || open($r, "<", "$root/docs/cmdline-opts/curl… 263 open($r, "<", "$root/src/tool_listhelp.c") ||
|
H A D | test1276.pl | 32 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 D | test1175.pl | 32 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 D | test1488.pl | 51 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 D | test1486.pl | 32 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 D | test1119.pl | 51 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 D | test1544.pl | 33 my $root=$ARGV[0] || "."; 34 my $incdir = "$root/include/curl"; 35 my $os400dir = "$root/packages/OS400";
|
H A D | test1477.pl | 33 my $root=$ARGV[0] || "."; 36 my $curlh = "$root/include/curl";
|
H A D | test1275.pl | 26 my $root=$ARGV[0] || ".."; 28 my @m = `git ls-files -- $root`;
|
H A D | test1167.pl | 59 my $root=$ARGV[0] || "."; 64 my $incdir = "$root/include/curl";
|
H A D | test1222.pl | 35 my $root=$ARGV[0] || "."; 36 my $incdir = "$root/include/curl"; 37 my $docdir = "$root/docs";
|
/curl/tests/unit/ |
H A D | unit1309.c | 76 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 D | binarycheck.pl | 37 my $root = "."; 40 $root = $ARGV[0]; 88 my @files = `git ls-files -- $root`; 106 checkfile("$root/$f");
|
/curl/tests/data/ |
H A D | test187 | 16 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 D | test1228 | 15 Set-Cookie: path1=root; domain=.example.fake; path=/; 54 Cookie: path1=root
|
H A D | test1224 | 27 FTP fetch a file from the root directory
|
H A D | test1226 | 27 FTP fetch a file from the root directory with singlecwd
|
H A D | test1227 | 27 FTP fetch a file from the root directory with nocwd
|
H A D | test350 | 34 FTP root dir list multicwd
|
H A D | test352 | 34 FTP root dir list singlecwd
|
H A D | test351 | 34 FTP root dir list nocwd
|
/curl/docs/cmdline-opts/ |
H A D | interface.md | 51 **CAP_NET_RAW** capability set or to be run as root.
|
/curl/CMake/ |
H A D | curl-config.cmake.in | 26 if(UNIX OR VCPKG_TOOLCHAIN OR (MINGW AND NOT CMAKE_CROSSCOMPILING)) # Keep in sync with root CMake…
|
Completed in 19 milliseconds
12