Home
last modified time | relevance | path

Searched refs:BLDTOP (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTest.pm56 and C<$BLDTOP>. Without one of the combinations it refuses to work.
128 variable if defined, otherwise C<$BLDTOP/test-runs> or C<$TOP/test-runs>,
146 BAIL_OUT("setup() needs \$TOP or \$SRCTOP and \$BLDTOP to be defined")
147 unless $ENV{TOP} || ($ENV{SRCTOP} && $ENV{BLDTOP});
148 BAIL_OUT("setup() found both \$TOP and \$SRCTOP or \$BLDTOP...")
149 if $ENV{TOP} && ($ENV{SRCTOP} || $ENV{BLDTOP});
251 or C<$BLDTOP/apps>).
255 or C<$BLDTOP/test>).
551 C<$BLDTOP>).
570 C<$BLDTOP>) an
[all...]
/third_party/openssl/util/perl/OpenSSL/
H A DTest.pm56 and C<$BLDTOP>. Without one of the combinations it refuses to work.
128 variable if defined, otherwise C<$BLDTOP/test-runs> or C<$TOP/test-runs>,
146 BAIL_OUT("setup() needs \$TOP or \$SRCTOP and \$BLDTOP to be defined")
147 unless $ENV{TOP} || ($ENV{SRCTOP} && $ENV{BLDTOP});
148 BAIL_OUT("setup() found both \$TOP and \$SRCTOP or \$BLDTOP...")
149 if $ENV{TOP} && ($ENV{SRCTOP} || $ENV{BLDTOP});
251 or C<$BLDTOP/apps>).
255 or C<$BLDTOP/test>).
551 C<$BLDTOP>).
570 C<$BLDTOP>) an
[all...]
/third_party/openssl/test/
H A Drun_tests.pl31 my $bldtop = $ENV{BLDTOP} || $ENV{TOP};

Completed in 2 milliseconds