Searched refs:stricmp (Results 1 - 4 of 4) sorted by relevance
/kernel/liteos_a/testsuites/unittest/net/resolv/smoke/ |
H A D | net_resolv_test_007.cpp | 54 ICUNIT_ASSERT_EQUAL((stricmp(str1, buf) == 0 || stricmp(str2, buf) == 0), 1, printf("%s\n", p)); in EtherNtoarTest()
|
H A D | net_resolv_test_006.cpp | 54 ICUNIT_ASSERT_EQUAL((stricmp(str1, buf) == 0 || stricmp(str2, buf) == 0), 1, printf("%s\n", buf)); in EtherNtoaTest()
|
/kernel/liteos_a/testsuites/unittest/net/resolv/ |
H A D | lt_net_resolv.h | 40 int stricmp(const char *s1, const char *s2);
|
H A D | net_resolv_test.cpp | 37 int stricmp(const char *s1, const char *s2) in stricmp() function
|
Completed in 2 milliseconds