Home
last modified time | relevance | path

Searched defs:strcasecmp (Results 1 – 25 of 34) sorted by relevance

12

/third_party/libxml2/
Dtriostr.c73 # define strcasecmp(x,y) stricmp(x,y) macro
79 # define strcasecmp(x,y) _stricmp(x,y) macro
81 # define strcasecmp(x,y) strcmpi(x,y) macro
/third_party/musl/porting/liteos_a/kernel/src/string/
Dstrcasecmp.c4 int strcasecmp(const char *_l, const char *_r) in strcasecmp() function
/third_party/musl/porting/liteos_m/kernel/src/string/
Dstrcasecmp.c4 int strcasecmp(const char *_l, const char *_r) in strcasecmp() function
/third_party/musl/src/string/
Dstrcasecmp.c4 int strcasecmp(const char *_l, const char *_r) in strcasecmp() function
/third_party/musl/porting/uniproton/kernel/src/string/
Dstrcasecmp.c4 int strcasecmp(const char *_l, const char *_r) in strcasecmp() function
/third_party/skia/third_party/externals/libjpeg-turbo/
Dtjutil.h35 #define strcasecmp stricmp macro
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dtjutil.h35 #define strcasecmp stricmp macro
Dtjexample.c43 #define strcasecmp stricmp macro
/third_party/libjpeg-turbo/
Dtjutil.h31 #define strcasecmp stricmp macro
Dtjexample.c47 #define strcasecmp stricmp macro
/third_party/FreeBSD/contrib/tcp_wrappers/
Dstrcasecmp.c70 int strcasecmp(s1, s2) in strcasecmp() function
/third_party/rust/crates/libc/src/windows/gnu/
Dmod.rs10 pub fn strcasecmp(s1: *const ::c_char, s2: *const ::c_char) -> ::c_int; in strcasecmp() function
/third_party/mesa3d/src/util/
Du_string.h115 #define strcasecmp stricmp macro
/third_party/node/deps/cares/src/tools/
Dahost.c42 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
Dacountry.c60 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
Dadig.c47 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
/third_party/openssl/ohos_lite/
De_os.h309 # define strcasecmp _stricmp macro
/third_party/openssl/
De_os.h423 # define strcasecmp _stricmp macro
/third_party/flutter/glfw/tests/
Dglfwinfo.c38 #define strcasecmp(x, y) _stricmp(x, y) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos.h651 #define strcasecmp OS_DO_NOT_USE_strcasecmp macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos.h651 #define strcasecmp OS_DO_NOT_USE_strcasecmp macro
/third_party/libcoap/examples/
Dcoap-rd.c31 #define strcasecmp _stricmp macro
Dcoap-client.c21 #define strcasecmp _stricmp macro
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h271 #define strcasecmp _stricmp macro
274 #define strcasecmp stricmp macro
/third_party/node/deps/cares/src/lib/
Dares_private.h119 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro

12