Searched refs:pointPos (Results 1 – 1 of 1) sorted by relevance
103 char *pointPos = strchr(arrayItemPtr->valuestring, '.'); in FillOsCapLength() local104 if (pointPos == NULL) { in FillOsCapLength()108 …ret = strncmp(arrayItemPtr->valuestring, "SystemCapability.", pointPos - arrayItemPtr->valuestring… in FillOsCapLength()114 ret = memcpy_s(fillTmpPtr, SINGLE_FEAT_LEN, pointPos + 1, strlen(pointPos + 1)); in FillOsCapLength()