Searched refs:stricmp (Results 1 - 18 of 18) sorted by relevance
/third_party/python/Include/ |
H A D | pystrcmp.h | 13 #define PyOS_stricmp stricmp
|
/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...] |
Completed in 182 milliseconds