HomeSort by: relevance | last modified time | path
    Searched defs:modpath (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openpam/dist/lib/libpam/
openpam_dynamic.c 125 try_module(const char *modpath)
132 (module->path = strdup(modpath)) == NULL ||
133 (module->dlh = try_dlopen(modpath)) == NULL)
154 modpath, pam_sm_func_name[i], dlerror());
170 openpam_log(PAM_LOG_ERROR, "%s: %m", modpath);
185 char modpath[PATH_MAX]; local
235 len = snprintf(modpath, sizeof modpath, "%s/%s%n",
238 len = snprintf(modpath, sizeof modpath, "%s/%s%n.%d"
    [all...]
  /src/external/mpl/bind/dist/lib/ns/
hooks.c 42 char *modpath; member in struct:ns_plugin
81 load_symbol(uv_lib_t *handle, const char *modpath, const char *symbol_name,
99 symbol_name, modpath, errmsg);
112 load_plugin(isc_mem_t *mctx, const char *modpath, ns_plugin_t **pluginp) {
123 .modpath = isc_mem_strdup(mctx, modpath),
130 r = uv_dlopen(modpath, &plugin->handle);
138 "failed to dlopen() plugin '%s': %s", modpath,
143 CHECK(load_symbol(&plugin->handle, modpath, "plugin_version",
157 CHECK(load_symbol(&plugin->handle, modpath, "plugin_check"
    [all...]

Completed in 17 milliseconds