Searched refs:PATH (Results 1 – 19 of 19) sorted by relevance
/openssl-master/util/ |
A D | opensslwrap.sh | 22 PATH="${HERE}..:$PATH"; export PATH
|
A D | shlib_wrap.sh.in | 101 # Even though $PATH is adjusted [for Windows sake], it doesn't 106 PATH="${THERE}:$PATH"; export PATH
|
/openssl-master/ |
A D | NOTES-ANDROID.md | 25 you still need to know the prefix to extend your PATH, in order to 29 Apart from `PATH` adjustment you need to set `ANDROID_NDK_ROOT` environment 41 …PATH=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin:$ANDROID_NDK_ROOT/toolchains/arm-… 50 PATH=$ANDROID_NDK_ROOT/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin:$PATH 62 One can engage clang by adjusting PATH to cover same NDK's clang. Just 64 Also, PATH would need even further adjustment to cover unprefixed, yet 71 target name to Configure and shouldn't use `-D__ANDROID_API__=N`. `PATH` 72 adjustment becomes simpler, `$ANDROID_NDK_ROOT/bin:$PATH` suffices.
|
A D | NOTES-WINDOWS.md | 63 3. Make sure both Perl and NASM are on your %PATH% 172 These compilers must be on your MSYS2 $PATH. 173 A common error is to not have these on your $PATH. 246 and ensure it is in the $PATH
|
A D | NOTES-NONSTOP.md | 94 Your `PATH` must include the bin directory for the c99 cross-compiler, as in: 96 export PATH=/cygdrive/c/Program\ Files\ \(x86\)/HPE\ NonStop/L16.05/usr/bin:$PATH
|
A D | INSTALL.md | 1208 $ /PATH/TO/OPENSSL/SOURCE/Configure [options...] 1215 $ perl D:[PATH.TO.OPENSSL.SOURCE]Configure [options...] 1222 $ perl d:\PATH\TO\OPENSSL\SOURCE\Configure [options...]
|
A D | Configure | 3266 # then it's not something to test with $PATH...
|
A D | CHANGES.md | 14565 in the bctest version that searches along $PATH). 14604 * Enhance bctest to search for a working bc along $PATH and print 16267 $PATH. Just exploiting of the BWX extension results in 20-30% 17335 *directory* in $PATH was also accepted as the interpreter.
|
/openssl-master/tools/ |
A D | c_rehash.in | 64 $ENV{PATH} = "$prefix/bin" . ($ENV{PATH} ? $path_delim . $ENV{PATH} : ""); 68 foreach (split /$path_delim/, $ENV{PATH}) {
|
/openssl-master/test/recipes/95-test_external_gost_engine_data/ |
A D | gost_engine.sh | 32 export PATH="$O_EXE:$PATH"
|
/openssl-master/test/recipes/95-test_external_pyca_data/ |
A D | cryptography.sh | 22 export PATH=$O_EXE:$PATH
|
/openssl-master/Configurations/ |
A D | README-design.md | 426 generatesrc(src => "PATH/TO/tobegenerated", 430 incs => [ "INCL/PATH", ... ], 454 src2obj(obj => "PATH/TO/objectfile", 457 incs => [ "INCL/PATH", ... ] 477 obj2lib(lib => "PATH/TO/libfile", 498 obj2shlib(shlib => "PATH/TO/shlibfile", 499 lib => "PATH/TO/libfile", 518 obj2dso(lib => "PATH/TO/libfile", 520 deps => [ "PATH/TO/otherlibfile", 532 obj2bin(bin => "PATH/TO/binfile", [all …]
|
A D | README.md | 503 generatesrc(src => "PATH/TO/tobegenerated", 508 incs => [ "INCL/PATH", ... ], 532 src2obj(obj => "PATH/TO/objectfile", 535 incs => [ "INCL/PATH", ... ] 555 obj2lib(lib => "PATH/TO/libfile", 576 obj2shlib(shlib => "PATH/TO/shlibfile", 577 lib => "PATH/TO/libfile", 596 obj2dso(lib => "PATH/TO/libfile", 598 deps => [ "PATH/TO/otherlibfile", 610 obj2bin(bin => "PATH/TO/binfile", [all …]
|
A D | unix-Makefile.tmpl | 1341 ( echo >&2 "ERROR: unifdef not in your \$$PATH, FIPS checksums not calculated"; \
|
/openssl-master/doc/man1/ |
A D | openssl-info.pod.in | 65 This is typically used to construct C<$PATH> (C<%PATH%> on Windows)
|
A D | openssl-rehash.pod.in | 51 like the Unix B<PATH> variable. 80 fingerprints. If not found in the user's B<PATH>, then set the
|
/openssl-master/doc/man3/ |
A D | OpenSSL_version.pod | 185 value of the environment variable C<$PATH> on Unix (where the 186 separator is C<:>) or C<%PATH%> on Windows (where the separator is
|
/openssl-master/crypto/perlasm/ |
A D | x86_64-xlate.pl | 102 die "no assembler found on %PATH%" if (!($nasm || $masm));
|
/openssl-master/doc/man7/ |
A D | fips_module.pod | 64 to not have the correct version of OpenSSL in your $PATH. Check that you are
|
Completed in 271 milliseconds