Searched refs:msos_strncpy (Results 1 – 1 of 1) sorted by relevance
394 void msos_strncpy (char* dest, const char* source, int size_d) in msos_strncpy() function815 msos_strncpy((char*)pMutexName, (const char*)pMutexName1, u32MaxLen); in MsOS_CreateMutex()839 …msos_strncpy((char*)_MsOS_Mutex_Info[s32LstUnused].u8Name, (const char*)pMutexName,MIN(strlen((con… in MsOS_CreateMutex()986 …msos_strncpy(pMutexName, (const char*)_MsOS_Mutex_Info[s32MutexId].u8Name,MIN(strlen((const char*)… in MsOS_InfoMutex()