OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_libctx
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/
openssl.c
62
const char *
use_libctx
= NULL;
local
80
use_libctx
= getenv("OPENSSL_TEST_LIBCTX");
81
if (
use_libctx
!= NULL) {
83
if (strcmp(
use_libctx
, "1") == 0) {
/src/crypto/external/bsd/openssl/dist/apps/
openssl.c
60
const char *
use_libctx
= NULL;
local
77
use_libctx
= getenv("OPENSSL_TEST_LIBCTX");
78
if (
use_libctx
!= NULL) {
80
if (strcmp(
use_libctx
, "1") == 0) {
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026