Home
last modified time | relevance | path

Searched refs:pluginPath (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c134 CFStringRef pluginPath = NULL; in krb5int_open_plugin() local
139 pluginPath = CFStringCreateWithCString (kCFAllocatorDefault, filepath, in krb5int_open_plugin()
141 if (pluginPath == NULL) { err = ENOMEM; } in krb5int_open_plugin()
145 pluginURL = CFURLCreateWithFileSystemPath (kCFAllocatorDefault, pluginPath, in krb5int_open_plugin()
170 if (pluginPath != NULL) { CFRelease (pluginPath); } in krb5int_open_plugin()
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.h282 MP_CHAR pluginPath[MAX_NAME_SIZE]; member
H A Dmpapi.c267 strncpy(plugintable[i].pluginPath, in InitLibrary()