OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:module_path
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.rocm/
code-object-load-while-breakpoint-hit.cpp
66
const auto
module_path
= argv[1];
local
68
CHECK (hipModuleLoad (&module,
module_path
));
81
CHECK (hipModuleLoad (&dummy_module,
module_path
));
/src/crypto/external/apache2/openssl/dist/test/
prov_config_test.c
77
char *
module_path
= getenv("OPENSSL_MODULES");
local
81
if (!TEST_ptr(
module_path
))
84
full_path = OPENSSL_zalloc(strlen(
module_path
) + strlen(P_TEST_PATH) + 1);
88
strcpy(full_path,
module_path
);
/src/crypto/external/bsd/openssl/dist/test/
prov_config_test.c
77
char *
module_path
= getenv("OPENSSL_MODULES");
local
81
if (!TEST_ptr(
module_path
))
84
full_path = OPENSSL_zalloc(strlen(
module_path
) + strlen(P_TEST_PATH) + 1);
88
strcpy(full_path,
module_path
);
/src/external/bsd/openldap/dist/servers/slapd/
module.c
77
return
module_path
( LDAP_MODULEDIR );
272
int
module_path
(const char *path)
function
/src/crypto/external/bsd/openssl/dist/apps/
fipsinstall.c
301
char *module_fname = NULL, *parent_config = NULL, *
module_path
= NULL;
local
405
module_path
= OPENSSL_strdup(module_fname);
406
if (
module_path
== NULL)
408
module_path
[tail - module_fname] = '\0';
409
if (!OSSL_PROVIDER_set_default_search_path(NULL,
module_path
))
529
OPENSSL_free(
module_path
);
/src/sys/arch/i386/stand/lib/
exec.c
567
module_path
(boot_module_t *bm, const char *kdev, const char *base_path)
function
613
path =
module_path
(bm, kdev, base_path);
/src/crypto/external/apache2/openssl/dist/apps/
fipsinstall.c
626
char *module_fname = NULL, *parent_config = NULL, *
module_path
= NULL;
local
832
module_path
= OPENSSL_strdup(module_fname);
833
if (
module_path
== NULL)
835
module_path
[tail - module_fname] = '\0';
836
if (!OSSL_PROVIDER_set_default_search_path(NULL,
module_path
))
960
OPENSSL_free(
module_path
);
Completed in 56 milliseconds
Indexes created Sun Aug 02 00:25:04 UTC 2026