Home
last modified time | relevance | path

Searched refs:pClientName (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c3533 MS_U8 pClientName[MAX_CLIENT_NAME_LENGTH]; in MsOS_SHM_GetId() local
3553 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()