Home
last modified time | relevance | path

Searched refs:PATH (Results 1 – 19 of 19) sorted by relevance

/openssl-master/util/
A Dopensslwrap.sh22 PATH="${HERE}..:$PATH"; export PATH
A Dshlib_wrap.sh.in101 # Even though $PATH is adjusted [for Windows sake], it doesn't
106 PATH="${THERE}:$PATH"; export PATH
/openssl-master/
A DNOTES-ANDROID.md25 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
41PATH=$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 DNOTES-WINDOWS.md63 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 DNOTES-NONSTOP.md94 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 DINSTALL.md1208 $ /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 DConfigure3266 # then it's not something to test with $PATH...
A DCHANGES.md14565 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 Dc_rehash.in64 $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 Dgost_engine.sh32 export PATH="$O_EXE:$PATH"
/openssl-master/test/recipes/95-test_external_pyca_data/
A Dcryptography.sh22 export PATH=$O_EXE:$PATH
/openssl-master/Configurations/
A DREADME-design.md426 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 DREADME.md503 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 Dunix-Makefile.tmpl1341 ( echo >&2 "ERROR: unifdef not in your \$$PATH, FIPS checksums not calculated"; \
/openssl-master/doc/man1/
A Dopenssl-info.pod.in65 This is typically used to construct C<$PATH> (C<%PATH%> on Windows)
A Dopenssl-rehash.pod.in51 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 DOpenSSL_version.pod185 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 Dx86_64-xlate.pl102 die "no assembler found on %PATH%" if (!($nasm || $masm));
/openssl-master/doc/man7/
A Dfips_module.pod64 to not have the correct version of OpenSSL in your $PATH. Check that you are

Completed in 271 milliseconds