Searched refs:p_str1 (Results 1 – 1 of 1) sorted by relevance
407 static int hw_strncmp (const char *p_str1, const char *p_str2, const int len) in hw_strncmp() argument411 if (!p_str1 || !p_str2) in hw_strncmp()416 if (toupper(p_str1[i]) != toupper(p_str2[i])) in hw_strncmp()