| /third_party/musl/porting/liteos_m/kernel/src/string/ |
| D | strncasecmp.c | 4 int strncasecmp(const char *_l, const char *_r, size_t n) in strncasecmp() function
|
| /third_party/musl/porting/uniproton/kernel/src/string/ |
| D | strncasecmp.c | 4 int strncasecmp(const char *_l, const char *_r, size_t n) in strncasecmp() function
|
| /third_party/musl/porting/liteos_a/kernel/src/string/ |
| D | strncasecmp.c | 4 int strncasecmp(const char *_l, const char *_r, size_t n) in strncasecmp() function
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | tjutil.h | 36 #define strncasecmp strnicmp macro
|
| /third_party/FreeBSD/contrib/tcp_wrappers/ |
| D | strcasecmp.c | 81 int strncasecmp(char *s1, char *s2, register int n) in strncasecmp() function
|
| /third_party/rust/crates/libc/src/windows/gnu/ |
| D | mod.rs | 11 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/ |
| D | ahost.c | 57 # define strncasecmp(p1, p2, n) ares_strncasecmp(p1, p2, n) macro
|
| D | adig.c | 60 # define strncasecmp(p1, p2, n) ares_strncasecmp(p1, p2, n) macro
|
| /third_party/openssl/ohos_lite/ |
| D | e_os.h | 310 # define strncasecmp _strnicmp macro
|
| /third_party/libcoap/src/ |
| D | coap_ws.c | 26 #define strncasecmp _strnicmp macro
|
| D | coap_openssl.c | 95 #define strncasecmp _strnicmp macro
|
| /third_party/node/deps/openssl/openssl/ |
| D | e_os.h | 424 # define strncasecmp _strnicmp macro
|
| /third_party/openssl/ |
| D | e_os.h | 424 # define strncasecmp _strnicmp macro
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| D | os.h | 652 #define strncasecmp OS_DO_NOT_USE_strncasecmp macro
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| D | os.h | 652 #define strncasecmp OS_DO_NOT_USE_strncasecmp macro
|
| /third_party/libcoap/examples/ |
| D | oscore-interop-server.c | 27 #define strncasecmp _strnicmp macro
|
| D | coap-client.c | 23 #define strncasecmp _strnicmp macro
|
| D | coap-server.c | 25 #define strncasecmp _strnicmp macro
|
| /third_party/node/deps/cares/src/lib/ |
| D | ares_private.h | 137 # define strncasecmp(p1, p2, n) ares_strncasecmp(p1, p2, n) macro
|
| /third_party/libwebsockets/lib/core/ |
| D | private-lib-core.h | 278 #define strncasecmp _strnicmp macro 281 #define strncasecmp strnicmp macro
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 553 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/ |
| D | wasi.rs | 570 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/ |
| D | mod.rs | 788 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/ |
| D | mod.rs | 1157 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/ |
| D | stylo.hpp | 115116 static int32_t strncasecmp(const char* aStr1, const char* aStr2, in strncasecmp() function in nsCRT
|