Lines Matching defs:fullpath
262 char *isa, *fullpath = NULL, *dl_error;
309 if ((fullpath = (char *)malloc(len)) == NULL) {
319 (void) snprintf(fullpath, len, "%s%s%s",
321 } else if ((fullpath = strdup(phead->puent->name)) == 0) {
338 dldesc = dlopen(fullpath, RTLD_LAZY);
349 fullpath, dl_error != NULL ? dl_error : "Unknown",
366 fullpath, conf_err);
383 fullpath, conf_err, pkcs11_strerror(prov_rv));
400 fullpath, conf_err, pkcs11_strerror(prov_rv));
423 "%s. %s Error: %s.", fullpath,
430 CRYPTOKI_VERSION_MAJOR, fullpath,
452 fullpath, prov_info.cryptokiVersion.minor,
472 fullpath, conf_err, pkcs11_strerror(prov_rv));
481 fullpath);
508 fullpath, conf_err, pkcs11_strerror(prov_rv));
537 fullpath);
610 if (fullpath != NULL) {
611 free(fullpath);
612 fullpath = NULL;
741 if (fullpath != NULL) {
742 free(fullpath);
743 fullpath = NULL;