Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerInterceptors.cpp62 static int internal_strcmp_strncmp(const char *s1, const char *s2, bool strncmp, in internal_strcmp_strncmp()
167 ATTRIBUTE_INTERFACE int strncmp(const char *s1, const char *s2, size_t n) { in strncmp() function
/aosp_15_r20/bionic/libc/arch-riscv64/string/
H A Dstrncmp.c31 #define strncmp strncmp_gc macro
/aosp_15_r20/external/arm-trusted-firmware/lib/libc/
H A Dstrncmp.c40 strncmp(const char *s1, const char *s2, size_t n) in strncmp() function
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/libc/
Dstrncmp.c40 strncmp(const char *s1, const char *s2, size_t n) in strncmp() function
/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrncmp.c35 strncmp(const char *s1, const char *s2, size_t n) in strncmp() function
/aosp_15_r20/external/trusty/musl/src/string/
Dstrncmp.c3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp() function
/aosp_15_r20/external/musl/src/string/
H A Dstrncmp.c3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp() function
/aosp_15_r20/external/trusty/lk/lib/libc/string/
Dstrncmp.c31 strncmp(char const *cs, char const *ct, size_t count) in strncmp() function
/aosp_15_r20/external/pcre/src/
H A Dpcre2_string_utils.c157 PRIV(strncmp)(PCRE2_SPTR str1, PCRE2_SPTR str2, size_t len) in PRIV() argument
/aosp_15_r20/bionic/libc/arch-arm64/
H A Ddynamic_function_dispatch.cpp153 DEFINE_IFUNC_FOR(strncmp) { in DEFINE_IFUNC_FOR() argument
/aosp_15_r20/bionic/libc/arch-riscv64/
H A Ddynamic_function_dispatch.cpp127 DEFINE_IFUNC_FOR(strncmp) { in DEFINE_IFUNC_FOR() argument
/aosp_15_r20/bootable/libbootloader/gbl/libc/src/
H A Dstrcmp.rs40 pub unsafe extern "C" fn strncmp(s1: *const c_char, s2: *const c_char, n: usize) -> c_int { in strncmp() function
/aosp_15_r20/external/coreboot/src/lib/
H A Dstring.c116 int strncmp(const char *s1, const char *s2, size_t maxlen) in strncmp() function
/aosp_15_r20/external/rust/android-crates-io/crates/unsafe-libyaml/src/
Dlib.rs183 pub unsafe fn strncmp( in strncmp() function
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/
H A Dstring.c155 int strncmp(const char *s1, const char *s2, size_t maxlen) in strncmp() function
/aosp_15_r20/external/wpa_supplicant_8/src/utils/
H A Dos.h677 #define strncmp OS_DO_NOT_USE_strncmp macro
/aosp_15_r20/external/AFLplusplus/utils/libtokencap/
H A Dlibtokencap.so.c385 __attribute__((hot)) int strncmp(const char *str1, const char *str2, function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
Dstring2.h919 # define strncmp(s1, s2, n) \ macro
Dstring.h1212 # define strncmp(s1, s2, n) \ macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/bits/
Dstring2.h919 # define strncmp(s1, s2, n) \ macro
Dstring.h1212 # define strncmp(s1, s2, n) \ macro
/aosp_15_r20/external/clang/test/Analysis/
H A Dstring.c789 #define strncmp BUILTIN(strncmp) macro
/aosp_15_r20/bionic/tests/
H A Dstring_test.cpp653 TEST(STRING_TEST, strncmp) { in TEST() argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/windows/
H A Dmod.rs363 pub fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int; in strncmp() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/windows/
H A Dmod.rs363 pub fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int; in strncmp() function

1234