Home
last modified time | relevance | path

Searched refs:module_path (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/Configurations/
H A Dplatform.pm11 (my $module_path = $module) =~ s|::|/|g;
13 require "platform/$module_path.pm";
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dfipsinstall.c301 char *module_fname = NULL, *parent_config = NULL, *module_path = NULL; in fipsinstall_main() local
405 module_path = OPENSSL_strdup(module_fname); in fipsinstall_main()
406 if (module_path == NULL) in fipsinstall_main()
408 module_path[tail - module_fname] = '\0'; in fipsinstall_main()
409 if (!OSSL_PROVIDER_set_default_search_path(NULL, module_path)) in fipsinstall_main()
529 OPENSSL_free(module_path); in fipsinstall_main()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dsancov.py165 (start, end, base, module_path) = mem_map[map_idx]
172 for ((start, end, base, module_path), pc_list) in zip(mem_map, mem_map_pcs):
175 dst_path = module_path + '.' + os.path.basename(path)[:-4]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dprovider_core.c747 int ossl_provider_set_module_path(OSSL_PROVIDER *prov, const char *module_path) in ossl_provider_set_module_path() argument
751 if (module_path == NULL) in ossl_provider_set_module_path()
753 if ((prov->path = OPENSSL_strdup(module_path)) != NULL) in ossl_provider_set_module_path()
863 const char *module_path = NULL; in provider_init()
899 module_path = prov->path; in provider_init()
900 if (module_path == NULL) in provider_init()
901 module_path = allocated_path = in provider_init()
903 if (module_path != NULL) in provider_init()
904 merged_path = DSO_merge(prov->module, module_path, load_dir); in provider_init()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dmodule.c77 return module_path( LDAP_MODULEDIR ); in module_init()
272 int module_path(const char *path) in module_path() function
H A Dslappasswd.c238 if ( modulepath && module_path(modulepath) ) { in slappasswd()
H A Dproto-slap.h1368 LDAP_SLAPD_F (int) module_path LDAP_P(( const char* path ));
H A Dbconfig.c2485 if ( module_path( modcur->mp_path.bv_val )) { in config_generic()
2516 if(module_path(c->argv[1])) return(1); in config_generic()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_interface_internal.h75 __sanitizer::uptr pc, char *module_path,
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_interface_internal.h73 __sanitizer::uptr pc, char *module_path,
/netbsd-src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dcommon_interface_defs.h201 int __sanitizer_get_module_and_offset_for_pc(void *pc, char *module_path,
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dcommon_interface_defs.h349 int __sanitizer_get_module_and_offset_for_pc(void *pc, char *module_path,
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_interface_internal.h78 __sanitizer::uptr pc, char *module_path,
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dcommon_interface_defs.h199 int __sanitizer_get_module_and_offset_for_pc(void *pc, char *module_path,
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/
H A Dprovider.h41 int ossl_provider_set_module_path(OSSL_PROVIDER *prov, const char *module_path);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerExtFunctions.def43 (void *pc, char *module_path,
/netbsd-src/sys/arch/ia64/stand/common/
H A Dhelp.common144 filenames, each of which will be searched for in the module_path
238 set module_path=<path>[;<path>...]
242 default module_path is "/boot/modules" with the kernel directory
/netbsd-src/sys/arch/i386/stand/lib/
H A Dexec.c567 module_path(boot_module_t *bm, const char *kdev, const char *base_path) in exec_netbsd()
613 path = module_path(bm, kdev, base_path); in extract_device()
617 module_path(boot_module_t *bm, const char *kdev, const char *base_path) module_path() function