MAX_NAME_SIZE
MP_WCHAR name[MAX_NAME_SIZE]; /* Read in from file mpapi.conf */
char path[MAX_NAME_SIZE]; /* Read in from file mpapi.conf */
char systemPath[MAX_NAME_SIZE], mpConfFilePath[MAX_NAME_SIZE];
strncpy(mpConfFilePath, "/etc/mpapi.conf", MAX_NAME_SIZE);
wcsncpy(name, sol, MAX_NAME_SIZE);
wcstombs(path, charPtr, MAX_NAME_SIZE);
name, MAX_NAME_SIZE);
path, MAX_NAME_SIZE);
MP_CHAR pluginid[MAX_NAME_SIZE];
char systemPath[MAX_NAME_SIZE], mpConfFilePath[MAX_NAME_SIZE];
if (wcstombs(pluginid, pPluginId, MAX_NAME_SIZE) != wcslen(pPluginId)) {
strncpy(fullline, pluginid, MAX_NAME_SIZE);
strncpy(mpConfFilePath, "/etc/mpapi.conf", MAX_NAME_SIZE);
char systemPath[MAX_NAME_SIZE], mpConfFilePath[MAX_NAME_SIZE],
tmp_mpConfFilePath[MAX_NAME_SIZE + sizeof(pid_t)];
MP_CHAR pluginid[MAX_NAME_SIZE];
if (wcstombs(pluginid, pPluginId, MAX_NAME_SIZE) != wcslen(pPluginId)) {
strncpy(mpConfFilePath, "/etc/mpapi.conf", MAX_NAME_SIZE);
char mpPath[MAX_NAME_SIZE];
(void) snprintf(tmp_mpConfFilePath, MAX_NAME_SIZE,
LIBRARY_IMPLEMENTATION_VERSION, MAX_NAME_SIZE);
wcsncpy(pProps->vendor, LIBRARY_VENDOR, MAX_NAME_SIZE);
snprintf(pProps->fileName, MAX_NAME_SIZE, "%s",
MP_WCHAR pluginName[MAX_NAME_SIZE];
MP_CHAR pluginPath[MAX_NAME_SIZE];