Searched refs:pClientName (Results 1 – 1 of 1) sorted by relevance
3533 MS_U8 pClientName[MAX_CLIENT_NAME_LENGTH]; in MsOS_SHM_GetId() local3553 strncpy((char*)pClientName, (const char*)pu8ClientName, u32CopyLen); in MsOS_SHM_GetId()3554 pClientName[u32CopyLen] = '\0'; in MsOS_SHM_GetId()3569 if (0== strcmp((const char*)pContext->u8ClientName, (const char*)pClientName)) in MsOS_SHM_GetId()3574 … inconsistent buffer size with other process\n", __FUNCTION__, __LINE__, (const char*)pClientName); in MsOS_SHM_GetId()3626 …strncpy((char*)pClient->u8ClientName, (const char*)pClientName,MIN(strlen((const char*)pClientName… in MsOS_SHM_GetId()