Home
last modified time | relevance | path

Searched defs:strncasecmp (Results 1 - 24 of 24) sorted by relevance

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

Completed in 34 milliseconds