Lines Matching refs:d
94 my $d = "$root/include/curl";
95 opendir(my $dh, $d) ||
100 scanenum("$d/$h");
101 scanheader("$d/$h");
127 my ($d) = @_;
128 opendir(my $dh, $d) ||
133 checkmanpage("$d/$m");
232 printf "%d symbols in headers (out of which %d are ignored)\n", scalar(@syms),
234 printf "%d symbols in headers are interesting\n",
236 …printf "%d symbols are listed in symbols-in-versions\n (out of which %d are listed as removed)\n",…
237 …printf "%d symbols in symbols-in-versions should match the ones in headers\n", scalar(keys %doc) -…