/third_party/libxml2/ |
D | triostr.c | 73 # 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/ |
D | strcasecmp.c | 4 int strcasecmp(const char *_l, const char *_r) in strcasecmp() function
|
/third_party/musl/porting/liteos_m/kernel/src/string/ |
D | strcasecmp.c | 4 int strcasecmp(const char *_l, const char *_r) in strcasecmp() function
|
/third_party/musl/src/string/ |
D | strcasecmp.c | 4 int strcasecmp(const char *_l, const char *_r) in strcasecmp() function
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
D | strcasecmp.c | 4 int strcasecmp(const char *_l, const char *_r) in strcasecmp() function
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | tjutil.h | 35 #define strcasecmp stricmp macro
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | tjutil.h | 35 #define strcasecmp stricmp macro
|
D | tjexample.c | 43 #define strcasecmp stricmp macro
|
/third_party/libjpeg-turbo/ |
D | tjutil.h | 31 #define strcasecmp stricmp macro
|
D | tjexample.c | 47 #define strcasecmp stricmp macro
|
/third_party/FreeBSD/contrib/tcp_wrappers/ |
D | strcasecmp.c | 70 int strcasecmp(s1, s2) in strcasecmp() function
|
/third_party/rust/crates/libc/src/windows/gnu/ |
D | mod.rs | 10 pub fn strcasecmp(s1: *const ::c_char, s2: *const ::c_char) -> ::c_int; in strcasecmp() function
|
/third_party/mesa3d/src/util/ |
D | u_string.h | 115 #define strcasecmp stricmp macro
|
/third_party/node/deps/cares/src/tools/ |
D | ahost.c | 42 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
|
D | acountry.c | 60 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
|
D | adig.c | 47 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
|
/third_party/openssl/ohos_lite/ |
D | e_os.h | 309 # define strcasecmp _stricmp macro
|
/third_party/openssl/ |
D | e_os.h | 423 # define strcasecmp _stricmp macro
|
/third_party/flutter/glfw/tests/ |
D | glfwinfo.c | 38 #define strcasecmp(x, y) _stricmp(x, y) macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | os.h | 651 #define strcasecmp OS_DO_NOT_USE_strcasecmp macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | os.h | 651 #define strcasecmp OS_DO_NOT_USE_strcasecmp macro
|
/third_party/libcoap/examples/ |
D | coap-rd.c | 31 #define strcasecmp _stricmp macro
|
D | coap-client.c | 21 #define strcasecmp _stricmp macro
|
/third_party/libwebsockets/lib/core/ |
D | private-lib-core.h | 271 #define strcasecmp _stricmp macro 274 #define strcasecmp stricmp macro
|
/third_party/node/deps/cares/src/lib/ |
D | ares_private.h | 119 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
|