| /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()
|
| /third_party/python/Include/ |
| H A D | pystrcmp.h | 13 #define PyOS_stricmp stricmp
|
| /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
|
| /third_party/rust/crates/libc/src/windows/msvc/ |
| H A D | mod.rs | 10 pub fn stricmp(s1: *const ::c_char, s2: *const ::c_char) -> ::c_int; in stricmp() functions
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | tjutil.h | 35 #define strcasecmp stricmp
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Config/ |
| H A D | config.h | 432 /* Define to a function implementing stricmp */
433 #define stricmp _stricmp
macro
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/windows/include/llvm/Config/ |
| H A D | config.h | 352 /* Define to a function implementing stricmp */ 353 #define stricmp _stricmp macro
|
| /third_party/node/deps/cares/src/lib/ |
| H A D | ares_strcasecmp.c | 37 return stricmp(a, b); in ares_strcasecmp()
|
| /third_party/mesa3d/src/util/ |
| H A D | u_string.h | 115 #define strcasecmp stricmp
|
| /third_party/curl/src/ |
| H A D | tool_util.c | 151 return stricmp(p1, p2); in struplocompare()
|
| /third_party/sqlite/include/ |
| H A D | sqlite3ext.h | 245 int (*stricmp)(const char*,const char*); member 590 #define sqlite3_stricmp sqlite3_api->stricmp
|
| /third_party/curl/lib/ |
| H A D | curl_setup.h | 317 # include <extra/stricmp.h>
|
| /third_party/libwebsockets/lib/core/ |
| H A D | private-lib-core.h | 280 #define strcasecmp stricmp
|
| /third_party/mksh/ |
| H A D | exec.c | 993 if (cp && (!stricmp(cp, ".cmd") || !stricmp(cp, ".bat"))) { in scriptexec()
|
| H A D | main.c | 255 #define builtin_name_cmp stricmp in main_init()
|
| /third_party/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-port.h | 2033 return stricmp(s1, s2); in StrCaseCmp()
|
| /third_party/mesa3d/src/gtest/include/gtest/internal/ |
| H A D | gtest-port.h | 1968 return stricmp(s1, s2); in StrCaseCmp()
|
| /third_party/node/deps/googletest/include/gtest/internal/ |
| H A D | gtest-port.h | 2059 return stricmp(s1, s2); in StrCaseCmp()
|
| /third_party/json/tests/thirdparty/doctest/ |
| H A D | doctest.h | 2916 int stricmp(const char* a, const char* b) { 3374 return doctest::stricmp(c_str(), other);
|
| /third_party/sqlite/src/ |
| H A D | sqlite3.c | [all...] |