Home
last modified time | relevance | path

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

12

/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/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/FreeBSD/contrib/tcp_wrappers/
Dstrcasecmp.c69 int strcasecmp(char *s1, char *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.c52 # define strcasecmp(p1, p2) ares_strcasecmp(p1, p2) macro
Dadig.c55 # define strcasecmp(p1, p2) ares_strcasecmp(p1, p2) macro
/third_party/openssl/ohos_lite/
De_os.h309 # define strcasecmp _stricmp macro
/third_party/libcoap/src/
Dcoap_ws.c25 #define strcasecmp _stricmp macro
Dcoap_mbedtls.c100 #define strcasecmp _stricmp macro
Dcoap_gnutls.c79 #define strcasecmp _stricmp macro
Dcoap_openssl.c94 #define strcasecmp _stricmp macro
/third_party/node/deps/openssl/openssl/
De_os.h423 # define strcasecmp _stricmp macro
/third_party/openssl/
De_os.h423 # define strcasecmp _stricmp macro
/third_party/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
Doscore-interop-server.c26 #define strcasecmp _stricmp macro
Dcoap-client.c22 #define strcasecmp _stricmp macro
Dcoap-server.c24 #define strcasecmp _stricmp macro
/third_party/node/deps/cares/src/lib/
Dares_private.h132 # define strcasecmp(p1, p2) ares_strcasecmp(p1, p2) macro
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h277 #define strcasecmp _stricmp macro
280 #define strcasecmp stricmp macro

12