Searched refs:MAX_NAME_SIZE (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/mpapi/libmpapi/common/ |
H A D | mpapi.c | 174 MP_WCHAR name[MAX_NAME_SIZE]; /* Read in from file mpapi.conf */ in InitLibrary() 175 char path[MAX_NAME_SIZE]; /* Read in from file mpapi.conf */ in InitLibrary() 176 char systemPath[MAX_NAME_SIZE], mpConfFilePath[MAX_NAME_SIZE]; in InitLibrary() 192 strncpy(mpConfFilePath, "/etc/mpapi.conf", MAX_NAME_SIZE); in InitLibrary() 236 wcsncpy(name, sol, MAX_NAME_SIZE); in InitLibrary() 245 wcstombs(path, charPtr, MAX_NAME_SIZE); in InitLibrary() 267 name, MAX_NAME_SIZE); in InitLibrary() 269 path, MAX_NAME_SIZE); in InitLibrary() 361 char mpPath[MAX_NAME_SIZE]; in MP_GetLibraryProperties() 375 LIBRARY_IMPLEMENTATION_VERSION, MAX_NAME_SIZE); in MP_GetLibraryProperties() [all …]
|
H A D | mpapi.h | 98 #define MAX_NAME_SIZE 256 macro 281 MP_WCHAR pluginName[MAX_NAME_SIZE]; 282 MP_CHAR pluginPath[MAX_NAME_SIZE];
|