Home
last modified time | relevance | path

Searched refs:p_str1 (Results 1 – 4 of 4) sorted by relevance

/vendor/isoftstone/yangfan/bluetooth/src/
Dhardware.c445 static int hw_strncmp(const char *p_str1, const char *p_str2, const int len) in hw_strncmp() argument
449 if (!p_str1 || !p_str2) { in hw_strncmp()
454 if (toupper(p_str1[i]) != toupper(p_str2[i])) { in hw_strncmp()
/vendor/hihope/ipcamera/bluetooth/src/
Dhardware.c445 static int hw_strncmp(const char *p_str1, const char *p_str2, const int len) in hw_strncmp() argument
449 if (!p_str1 || !p_str2) { in hw_strncmp()
454 if (toupper(p_str1[i]) != toupper(p_str2[i])) { in hw_strncmp()
/vendor/hihope/rk3568/bluetooth/src/
Dhardware.c445 static int hw_strncmp(const char *p_str1, const char *p_str2, const int len) in hw_strncmp() argument
449 if (!p_str1 || !p_str2) { in hw_strncmp()
454 if (toupper(p_str1[i]) != toupper(p_str2[i])) { in hw_strncmp()
/vendor/hihope/dayu210/bluetooth/src/
Dhardware.c397 static int hw_strncmp(const char *p_str1, const char *p_str2, const int len) in hw_strncmp() argument
401 if (!p_str1 || !p_str2) { in hw_strncmp()
406 if (toupper(p_str1[i]) != toupper(p_str2[i])) { in hw_strncmp()