Searched refs:colonPos (Results 1 – 1 of 1) sorted by relevance
73 const char *colonPos = strchr(input, COLON_CHR); in ParseKeyValue() local74 if (colonPos == NULL) { in ParseKeyValue()78 errno_t err = strncpy_s(g_params[g_paramCnt].key, MAX_PARA_LEN, input, colonPos - input); in ParseKeyValue()83 err = strncpy_s(g_params[g_paramCnt].value, MAX_PARA_LEN, colonPos + 1, strlen(colonPos + 1)); in ParseKeyValue()