Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/src/string/
Dstrncasecmp.c4 int strncasecmp(const char *_l, const char *_r, size_t n) in strncasecmp() function
/third_party/musl/porting/uniproton/kernel/src/string/
Dstrncasecmp.c4 int strncasecmp(const char *_l, const char *_r, size_t n) in strncasecmp() function
/third_party/musl/porting/liteos_a/kernel/src/string/
Dstrncasecmp.c4 int strncasecmp(const char *_l, const char *_r, size_t n) in strncasecmp() function
/third_party/skia/third_party/externals/libjpeg-turbo/
Dtjutil.h36 #define strncasecmp strnicmp macro
/third_party/FreeBSD/contrib/tcp_wrappers/
Dstrcasecmp.c81 int strncasecmp(char *s1, char *s2, register int n) in strncasecmp() function
/third_party/rust/crates/libc/src/windows/gnu/
Dmod.rs11 pub fn strncasecmp(s1: *const ::c_char, s2: *const ::c_char, n: ::size_t) -> ::c_int; in strncasecmp() function
/third_party/node/deps/cares/src/tools/
Dahost.c57 # define strncasecmp(p1, p2, n) ares_strncasecmp(p1, p2, n) macro
Dadig.c60 # define strncasecmp(p1, p2, n) ares_strncasecmp(p1, p2, n) macro
/third_party/openssl/ohos_lite/
De_os.h310 # define strncasecmp _strnicmp macro
/third_party/libcoap/src/
Dcoap_ws.c26 #define strncasecmp _strnicmp macro
Dcoap_openssl.c95 #define strncasecmp _strnicmp macro
/third_party/node/deps/openssl/openssl/
De_os.h424 # define strncasecmp _strnicmp macro
/third_party/openssl/
De_os.h424 # define strncasecmp _strnicmp macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos.h652 #define strncasecmp OS_DO_NOT_USE_strncasecmp macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos.h652 #define strncasecmp OS_DO_NOT_USE_strncasecmp macro
/third_party/libcoap/examples/
Doscore-interop-server.c27 #define strncasecmp _strnicmp macro
Dcoap-client.c23 #define strncasecmp _strnicmp macro
Dcoap-server.c25 #define strncasecmp _strnicmp macro
/third_party/node/deps/cares/src/lib/
Dares_private.h137 # define strncasecmp(p1, p2, n) ares_strncasecmp(p1, p2, n) macro
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h278 #define strncasecmp _strnicmp macro
281 #define strncasecmp strnicmp macro
/third_party/rust/crates/libc/src/unix/
Dmod.rs553 pub fn strncasecmp(s1: *const c_char, s2: *const c_char, n: size_t) -> c_int; in strncasecmp() function
/third_party/rust/crates/libc/src/
Dwasi.rs570 pub fn strncasecmp(s1: *const c_char, s2: *const c_char, n: size_t) -> c_int; in strncasecmp() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs788 pub fn strncasecmp(arg1: *const c_char, arg2: *const c_char, arg3: size_t) -> c_int; in strncasecmp() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1157 pub fn strncasecmp(s1: *const c_char, s2: *const c_char, n: size_t) -> c_int; in strncasecmp() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp115116 static int32_t strncasecmp(const char* aStr1, const char* aStr2, in strncasecmp() function in nsCRT