Searched refs:DBG_MAXNAME (Results 1 – 1 of 1) sorted by relevance
119 #define DBG_MAXNAME 28 macro130 sal_Char aName[DBG_MAXNAME+1];139 sal_Char aName[DBG_MAXNAME+1];1372 strncpy( pProfData->aName, pDbgData->pName, DBG_MAXNAME ); in DbgProf()1373 pProfData->aName[DBG_MAXNAME] = '\0'; in DbgProf()1459 strncpy( pXtorData->aName, pDbgData->pName, DBG_MAXNAME ); in DbgXtor()1460 pXtorData->aName[DBG_MAXNAME] = '\0'; in DbgXtor()
Completed in 24 milliseconds