HomeSort by: relevance | last modified time | path
    Searched refs:mkdefpath (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/recipes/
01-test_symbol_presence.t 63 my $mkdefpath = srctop_file("util", "mkdef.pl");
65 @def_lines = map { s|\R$||; $_ } `$^X $mkdefpath --ordinals $libnumpath --name $libname --OS linux 2> /dev/null`;
66 ok($? == 0, "running 'cd $bldtop; $^X $mkdefpath --ordinals $libnumpath --name $libname --OS linux' => $?");
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/
01-test_symbol_presence.t 51 my $mkdefpath = srctop_file("util", "mkdef.pl");
52 @def_lines = map { s|\R$||; $_ } `$^X $mkdefpath $libname linux 2> /dev/null`;
53 ok($? == 0, "running 'cd $bldtop; $^X $mkdefpath $libname linux' => $?");
  /src/crypto/external/apache2/openssl/dist/test/recipes/
01-test_symbol_presence.t 98 my $mkdefpath = srctop_file("util", "mkdef.pl");
100 my $def_cmd = "$^X $mkdefpath --ordinals $def_path --name $_ --OS linux 2> /dev/null";

Completed in 24 milliseconds