Searched refs:tempChar1 (Results 1 – 1 of 1) sorted by relevance
33 const char *tempChar1 = s1; in CompareString() local35 while ((*tempChar1 != '\0') && (*tempChar2 != '\0')) { in CompareString()36 if (*tempChar1 > *tempChar2) { in CompareString()38 } else if (*tempChar1 < *tempChar2) { in CompareString()41 tempChar1++; in CompareString()44 if (*tempChar1 != '\0') { in CompareString()