Lines Matching refs:str1
261 static int strcmpx(const char *str1, const char *str2)263 if (strlen(str1) > strlen(str2))265 return strncmp(str1, str2, strlen(str1));