Searched refs:modpath (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/openpam/lib/libpam/
H A Dopenpam_dynamic.c122 try_module(const char *modpath) argument
129 (module->path = strdup(modpath)) == NULL ||
130 (module->dlh = try_dlopen(modpath)) == NULL)
151 modpath, pam_sm_func_name[i], dlerror());
167 openpam_log(PAM_LOG_ERROR, "%s: %m", modpath);
182 char modpath[PATH_MAX]; local
232 len = snprintf(modpath, sizeof modpath, "%s/%s%n",
235 len = snprintf(modpath, sizeof modpath, "
[all...]
/freebsd-10.0-release/sbin/kldconfig/
H A Dkldconfig.c68 static char *modpath; variable
109 if (modpath != NULL) {
110 free(modpath);
111 modpath = NULL;
125 modpath = path;
143 if (modpath != NULL)
144 free(modpath);
145 modpath = newpath;
412 if ((origpath = strdup(modpath)) == NULL) {
425 parsepath(&pathq, modpath, uniqfla
[all...]

Completed in 165 milliseconds