/netbsd-src/crypto/external/bsd/openssl/dist/Configurations/ |
H A D | platform.pm | 11 (my $module_path = $module) =~ s|::|/|g; 13 require "platform/$module_path.pm";
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | fipsinstall.c | 301 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 D | sancov.py | 165 (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 D | provider_core.c | 747 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 D | module.c | 77 return module_path( LDAP_MODULEDIR ); in module_init() 272 int module_path(const char *path) in module_path() function
|
H A D | slappasswd.c | 238 if ( modulepath && module_path(modulepath) ) { in slappasswd()
|
H A D | proto-slap.h | 1368 LDAP_SLAPD_F (int) module_path LDAP_P(( const char* path ));
|
H A D | bconfig.c | 2485 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 D | sanitizer_interface_internal.h | 75 __sanitizer::uptr pc, char *module_path,
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_interface_internal.h | 73 __sanitizer::uptr pc, char *module_path,
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
H A D | common_interface_defs.h | 201 int __sanitizer_get_module_and_offset_for_pc(void *pc, char *module_path,
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/ |
H A D | common_interface_defs.h | 349 int __sanitizer_get_module_and_offset_for_pc(void *pc, char *module_path,
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_interface_internal.h | 78 __sanitizer::uptr pc, char *module_path,
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/ |
H A D | common_interface_defs.h | 199 int __sanitizer_get_module_and_offset_for_pc(void *pc, char *module_path,
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/ |
H A D | provider.h | 41 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 D | FuzzerExtFunctions.def | 43 (void *pc, char *module_path,
|
/netbsd-src/sys/arch/ia64/stand/common/ |
H A D | help.common | 144 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 D | exec.c | 567 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
|