Home
last modified time | relevance | path

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

12

/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_m/kernel/src/string/
Dstrncasecmp.c4 int strncasecmp(const char *_l, const char *_r, size_t n) in strncasecmp() function
/third_party/musl/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/flutter/skia/third_party/externals/libjpeg-turbo/
Dtjutil.h36 #define strncasecmp strnicmp macro
Dtjexample.c44 #define strncasecmp strnicmp macro
/third_party/libjpeg-turbo/
Dtjutil.h34 #define strncasecmp strnicmp macro
Dtjexample.c48 #define strncasecmp strnicmp macro
/third_party/FreeBSD/contrib/tcp_wrappers/
Dstrcasecmp.c83 int strncasecmp(s1, s2, 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.c47 # define strncasecmp(p1,p2,n) ares_strncasecmp(p1,p2,n) macro
Dacountry.c65 # define strncasecmp(p1,p2,n) ares_strncasecmp(p1,p2,n) macro
Dadig.c52 # define strncasecmp(p1,p2,n) ares_strncasecmp(p1,p2,n) macro
/third_party/libxml2/
Dtriostr.c74 # define strncasecmp(x,y,n) strnicmp(x,y,n) macro
/third_party/openssl/ohos_lite/
De_os.h310 # 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/libwebsockets/lib/core/
Dprivate-lib-core.h272 #define strncasecmp _strnicmp macro
275 #define strncasecmp strnicmp macro
/third_party/node/deps/cares/src/lib/
Dares_private.h124 # define strncasecmp(p1,p2,n) ares_strncasecmp(p1,p2,n) macro
/third_party/libcoap/examples/
Dcoap-client.c22 #define strncasecmp _strnicmp macro
Dcoap-server.c24 #define strncasecmp _strnicmp macro
/third_party/libcoap/src/
Dcoap_openssl.c78 #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

12