Home
last modified time | relevance | path

Searched refs:stricmp (Results 1 - 18 of 18) sorted by relevance

/third_party/python/Include/
H A Dpystrcmp.h13 #define PyOS_stricmp stricmp
/third_party/rust/crates/libc/src/windows/msvc/
H A Dmod.rs10 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 Dtjutil.h35 #define strcasecmp stricmp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Config/
H A Dconfig.h432 /* 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 Dconfig.h352 /* Define to a function implementing stricmp */
353 #define stricmp _stricmp macro
/third_party/node/deps/cares/src/lib/
H A Dares_strcasecmp.c37 return stricmp(a, b); in ares_strcasecmp()
/third_party/mesa3d/src/util/
H A Du_string.h115 #define strcasecmp stricmp
/third_party/curl/src/
H A Dtool_util.c151 return stricmp(p1, p2); in struplocompare()
/third_party/sqlite/include/
H A Dsqlite3ext.h245 int (*stricmp)(const char*,const char*); member
590 #define sqlite3_stricmp sqlite3_api->stricmp
/third_party/curl/lib/
H A Dcurl_setup.h317 # include <extra/stricmp.h>
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h280 #define strcasecmp stricmp
/third_party/mksh/
H A Dexec.c993 if (cp && (!stricmp(cp, ".cmd") || !stricmp(cp, ".bat"))) { in scriptexec()
H A Dmain.c255 #define builtin_name_cmp stricmp in main_init()
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2033 return stricmp(s1, s2); in StrCaseCmp()
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1968 return stricmp(s1, s2); in StrCaseCmp()
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-port.h2059 return stricmp(s1, s2); in StrCaseCmp()
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h2916 int stricmp(const char* a, const char* b) {
3374 return doctest::stricmp(c_str(), other);
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 182 milliseconds