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; local
139 pluginPath = CFStringCreateWithCString (kCFAllocatorDefault, filepath,
141 if (pluginPath == NULL) { err = ENOMEM; }
145 pluginURL = CFURLCreateWithFileSystemPath (kCFAllocatorDefault, pluginPath,
170 if (pluginPath != NULL) { CFRelease (pluginPath); }
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.h282 MP_CHAR pluginPath[MAX_NAME_SIZE]; member in struct:mpPluginInfo
H A Dmpapi.c268 strncpy(plugintable[i].pluginPath,

Completed in 70 milliseconds