Home
last modified time | relevance | path

Searched defs:strncmp (Results 1 - 14 of 14) sorted by relevance

/third_party/musl/src/string/
H A Dstrncmp.c3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp() function
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dstrncmp.c3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp() function
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dstrncmp.c3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp() function
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dstrncmp.c3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp() function
/third_party/pcre2/pcre2/src/
H A Dpcre2_string_utils.c157 PRIV(strncmp)(PCRE2_SPTR str1, PCRE2_SPTR str2, size_t len) in strncmp() function
H A Dpcre2_internal.h186 #define strncmp(s1,s2,m) _strncmp(s1,s2,m) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos.h657 #undef strncmp macro
658 #define strncmp OS_DO_NOT_USE_strncmp macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos.h657 #undef strncmp macro
658 #define strncmp OS_DO_NOT_USE_strncmp macro
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs358 pub fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int; in strncmp() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs732 pub fn strncmp(arg1: *const c_char, arg2: *const c_char, arg3: size_t) -> c_int; in strncmp() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs559 pub fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int; in strncmp() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs542 pub fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int; in strncmp() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1147 pub fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int; in strncmp() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3431 pub fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int; in strncmp() functions

Completed in 34 milliseconds