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

  /src/crypto/external/apache2/openssl/dist/test/recipes/95-test_external_cf_quiche_data/
quiche-build.sh 16 BLDTOP="$(cd $BLDTOP; pwd)"
22 QUICHE_TARGET_PATH="$BLDTOP/quiche"
quiche-server.sh 16 BLDTOP="$(cd $BLDTOP; pwd)"
22 QUICHE_TARGET_PATH="$BLDTOP/quiche"
  /src/crypto/external/apache2/openssl/dist/test/recipes/95-test_external_gost_engine_data/
gost_engine.sh 18 BLDTOP="$(cd $BLDTOP; pwd)"
20 if [ "$SRCTOP" != "$BLDTOP" ] ; then
25 O_EXE="$BLDTOP/apps"
26 O_BINC="$BLDTOP/include"
28 O_LIB="$BLDTOP"
43 echo " BLDTOP: $BLDTOP"
  /src/crypto/external/bsd/openssl/dist/test/recipes/95-test_external_gost_engine_data/
gost_engine.sh 18 BLDTOP="$(cd $BLDTOP; pwd)"
20 if [ "$SRCTOP" != "$BLDTOP" ] ; then
25 O_EXE="$BLDTOP/apps"
26 O_BINC="$BLDTOP/include"
28 O_LIB="$BLDTOP"
43 echo " BLDTOP: $BLDTOP"
  /src/crypto/external/apache2/openssl/dist/test/recipes/95-test_external_pkcs11_provider_data/
pkcs11-provider.sh 17 BLDTOP="$(cd $BLDTOP; pwd)"
19 if [ "$SRCTOP" != "$BLDTOP" ] ; then
24 O_EXE="$BLDTOP/apps"
25 O_BINC="$BLDTOP/include"
27 O_LIB="$BLDTOP"
42 echo " BLDTOP: $BLDTOP"
53 PKG_CONFIG_PATH="$BLDTOP" meson setup $PKCS11_PROVIDER_BUILDDIR $OPENSSL_ROOT_DIR/pkcs11-provider/ || exit 1
  /src/crypto/external/apache2/openssl/dist/test/recipes/95-test_external_krb5_data/
krb5.sh 11 LDFLAGS="-L`pwd`/$BLDTOP -Wl,-rpath,`pwd`/$BLDTOP"
12 CFLAGS="-I`pwd`/$BLDTOP/include -I`pwd`/$SRCTOP/include"
  /src/crypto/external/bsd/openssl/dist/test/recipes/95-test_external_krb5_data/
krb5.sh 11 LDFLAGS="-L`pwd`/$BLDTOP -Wl,-rpath,`pwd`/$BLDTOP"
12 CFLAGS="-I`pwd`/$BLDTOP/include -I`pwd`/$SRCTOP/include"
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/95-test_external_krb5_data/
krb5.sh 11 LDFLAGS="-L`pwd`/$BLDTOP -Wl,-rpath,`pwd`/$BLDTOP"
12 CFLAGS="-I`pwd`/$BLDTOP/include -I`pwd`/$SRCTOP/include"
  /src/crypto/external/apache2/openssl/dist/test/recipes/95-test_external_tlsfuzzer_data/
tlsfuzzer.sh 19 BLDTOP="$(cd $BLDTOP; pwd)"
21 if [ "$SRCTOP" != "$BLDTOP" ] ; then
26 O_EXE="$BLDTOP/apps"
27 O_BINC="$BLDTOP/include"
29 O_LIB="$BLDTOP"
52 echo " BLDTOP: $BLDTOP"
  /src/crypto/external/apache2/openssl/dist/test/recipes/95-test_external_pyca_data/
cryptography.sh 17 O_EXE=`pwd`/$BLDTOP/apps
18 O_BINC=`pwd`/$BLDTOP/include
20 O_LIB=`pwd`/$BLDTOP
32 echo " BLDTOP: $BLDTOP"
  /src/crypto/external/bsd/openssl/dist/test/recipes/95-test_external_pyca_data/
cryptography.sh 17 O_EXE=`pwd`/$BLDTOP/apps
18 O_BINC=`pwd`/$BLDTOP/include
20 O_LIB=`pwd`/$BLDTOP
32 echo " BLDTOP: $BLDTOP"
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/95-test_external_pyca_data/
cryptography.sh 17 O_EXE=`pwd`/$BLDTOP/apps
18 O_BINC=`pwd`/$BLDTOP/include
20 O_LIB=`pwd`/$BLDTOP
32 echo " BLDTOP: $BLDTOP"
  /src/crypto/external/apache2/openssl/dist/test/recipes/95-test_external_oqsprovider_data/
oqsprovider.sh 18 BLDTOP="$(cd $BLDTOP; pwd)"
20 if [ "$SRCTOP" != "$BLDTOP" ] ; then
25 O_EXE="$BLDTOP/apps"
26 O_BINC="$BLDTOP/include"
28 O_LIB="$BLDTOP"
43 echo " BLDTOP: $BLDTOP"
  /src/crypto/external/bsd/openssl.old/dist/test/
run_tests.pl 27 my $bldtop = $ENV{BLDTOP} || $ENV{TOP};
  /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/
Test.pm 52 and C<$BLDTOP>. Without one of the combinations it refuses to work.
124 variable if defined, otherwise C<$BLDTOP/test> or C<$TOP/test>, whichever
141 BAIL_OUT("setup() needs \$TOP or \$SRCTOP and \$BLDTOP to be defined")
142 unless $ENV{TOP} || ($ENV{SRCTOP} && $ENV{BLDTOP});
143 BAIL_OUT("setup() found both \$TOP and \$SRCTOP or \$BLDTOP...")
144 if $ENV{TOP} && ($ENV{SRCTOP} || $ENV{BLDTOP});
252 or C<$BLDTOP/apps>).
256 or C<$BLDTOP/test>).
541 C<$BLDTOP>).
560 C<$BLDTOP>) and FILENAME is the name of a file located in that directory path
    [all...]
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
Test.pm 57 and C<$BLDTOP>. Without one of the combinations it refuses to work.
129 variable if defined, otherwise C<$BLDTOP/test-runs> or C<$TOP/test-runs>,
147 BAIL_OUT("setup() needs \$TOP or \$SRCTOP and \$BLDTOP to be defined")
148 unless $ENV{TOP} || ($ENV{SRCTOP} && $ENV{BLDTOP});
149 BAIL_OUT("setup() found both \$TOP and \$SRCTOP or \$BLDTOP...")
150 if $ENV{TOP} && ($ENV{SRCTOP} || $ENV{BLDTOP});
252 or C<$BLDTOP/apps>).
256 or C<$BLDTOP/test>).
552 C<$BLDTOP>).
574 C<$BLDTOP>) and FILENAME is the name of a file located in that directory path
    [all...]
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
Test.pm 56 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>) and FILENAME is the name of a file located in that directory path
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
run_tests.pl 31 my $bldtop = $ENV{BLDTOP} || $ENV{TOP};
37 $ENV{OPENSSL_CONF_INCLUDE} = rel2abs(catdir($bldtop, "test"));
38 $ENV{OPENSSL_MODULES} = rel2abs(catdir($bldtop, "providers"));
39 $ENV{OPENSSL_ENGINES} = rel2abs(catdir($bldtop, "engines"));
  /src/crypto/external/bsd/openssl/dist/test/
run_tests.pl 31 my $bldtop = $ENV{BLDTOP} || $ENV{TOP};
37 $ENV{OPENSSL_CONF_INCLUDE} = rel2abs(catdir($bldtop, "test"));
38 $ENV{OPENSSL_MODULES} = rel2abs(catdir($bldtop, "providers"));
39 $ENV{OPENSSL_ENGINES} = rel2abs(catdir($bldtop, "engines"));
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
descrip.mms.tmpl 439 DEFINE BLDTOP {- builddir() -}
448 DEASSIGN BLDTOP
windows-makefile.tmpl 338 set BLDTOP=$(BLDDIR)
  /src/crypto/external/apache2/openssl/dist/Configurations/
descrip.mms.tmpl 524 DEFINE BLDTOP "$(BLDDIR)"
528 DEASSIGN BLDTOP
windows-makefile.tmpl 453 cmd /C "set "SRCTOP=$(SRCDIR)" & set "BLDTOP=$(BLDDIR)" & set "PERL=$(PERL)" & set "FIPSKEY=$(FIPSKEY)" & "$(PERL)" "$(SRCDIR)\test\run_tests.pl" $(TESTS)"
  /src/crypto/external/bsd/openssl/dist/Configurations/
descrip.mms.tmpl 486 DEFINE BLDTOP "$(BLDDIR)"
490 DEASSIGN BLDTOP
windows-makefile.tmpl 446 cmd /C "set "SRCTOP=$(SRCDIR)" & set "BLDTOP=$(BLDDIR)" & set "PERL=$(PERL)" & set "FIPSKEY=$(FIPSKEY)" & "$(PERL)" "$(SRCDIR)\test\run_tests.pl" $(TESTS)"

Completed in 64 milliseconds