Home
last modified time | relevance | path

Searched refs:modpath (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/openpam/dist/lib/libpam/
H A Dopenpam_dynamic.c125 try_module(const char *modpath) in try_module() argument
132 (module->path = strdup(modpath)) == NULL || in try_module()
133 (module->dlh = try_dlopen(modpath)) == NULL) in try_module()
154 modpath, pam_sm_func_name[i], dlerror()); in try_module()
170 openpam_log(PAM_LOG_ERROR, "%s: %m", modpath); in try_module()
185 char modpath[PATH_MAX]; in openpam_dynamic() local
235 len = snprintf(modpath, sizeof modpath, "%s/%s%n", in openpam_dynamic()
238 len = snprintf(modpath, sizeof modpath, "%s/%s%n.%d", in openpam_dynamic()
241 len = snprintf(modpath, sizeof modpath, "%s/%s%s%n.%d", in openpam_dynamic()
244 if (len < 0 || (unsigned int)len >= sizeof modpath) { in openpam_dynamic()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/ns/
H A Dhooks.c50 char *modpath;
89 load_symbol(uv_lib_t *handle, const char *modpath, const char *symbol_name,
107 symbol_name, modpath, errmsg); in load_symbol()
120 load_plugin(isc_mem_t *mctx, const char *modpath, ns_plugin_t **pluginp) {
131 .modpath = isc_mem_strdup(mctx, modpath), in load_plugin()
138 r = uv_dlopen(modpath, &plugin->handle); in load_plugin()
146 "failed to dlopen() plugin '%s': %s", modpath, in load_plugin()
151 CHECK(load_symbol(&plugin->handle, modpath, "plugin_version", in load_plugin()
165 CHECK(load_symbol(&plugin->handle, modpath, "plugin_chec in load_plugin()
51 char *modpath; global() member
90 load_symbol(uv_lib_t * handle,const char * modpath,const char * symbol_name,void ** symbolp) load_symbol() argument
121 load_plugin(isc_mem_t * mctx,const char * modpath,ns_plugin_t ** pluginp) load_plugin() argument
210 ns_plugin_register(const char * modpath,const char * parameters,const void * cfg,const char * cfg_file,unsigned long cfg_line,isc_mem_t * mctx,isc_log_t * lctx,void * actx,dns_view_t * view) ns_plugin_register() argument
244 ns_plugin_check(const char * modpath,const char * parameters,const void * cfg,const char * cfg_file,unsigned long cfg_line,isc_mem_t * mctx,isc_log_t * lctx,void * actx) ns_plugin_check() argument
[all...]
/netbsd-src/external/mpl/bind/dist/lib/ns/include/ns/
H A Dhooks.h540 ns_plugin_register(const char *modpath, const char *parameters, const void *cfg,
545 * Load the plugin module specified from the file 'modpath', and
560 ns_plugin_check(const char *modpath, const char *parameters, const void *cfg,
564 * Open the plugin module at 'modpath' and check the validity of
/netbsd-src/sys/kern/
H A Dkern_module_vfs.c149 module_load_plist_vfs(const char *modpath, const bool nochroot, in module_load_plist_vfs() argument
165 strlcpy(proppath, modpath, MAXPATHLEN); in module_load_plist_vfs()
/netbsd-src/external/bsd/pcc/dist/pcc/os/win32/
H A Dpcc.iss31 // http://www.legroom.net/software/modpath