/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerInterceptors.cpp | 62 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 D | strncmp.c | 31 #define strncmp strncmp_gc macro
|
/aosp_15_r20/external/arm-trusted-firmware/lib/libc/ |
H A D | strncmp.c | 40 strncmp(const char *s1, const char *s2, size_t n) in strncmp() function
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/libc/ |
D | strncmp.c | 40 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 D | strncmp.c | 35 strncmp(const char *s1, const char *s2, size_t n) in strncmp() function
|
/aosp_15_r20/external/trusty/musl/src/string/ |
D | strncmp.c | 3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp() function
|
/aosp_15_r20/external/musl/src/string/ |
H A D | strncmp.c | 3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp() function
|
/aosp_15_r20/external/trusty/lk/lib/libc/string/ |
D | strncmp.c | 31 strncmp(char const *cs, char const *ct, size_t count) in strncmp() function
|
/aosp_15_r20/external/pcre/src/ |
H A D | pcre2_string_utils.c | 157 PRIV(strncmp)(PCRE2_SPTR str1, PCRE2_SPTR str2, size_t len) in PRIV() argument
|
/aosp_15_r20/bionic/libc/arch-arm64/ |
H A D | dynamic_function_dispatch.cpp | 153 DEFINE_IFUNC_FOR(strncmp) { in DEFINE_IFUNC_FOR() argument
|
/aosp_15_r20/bionic/libc/arch-riscv64/ |
H A D | dynamic_function_dispatch.cpp | 127 DEFINE_IFUNC_FOR(strncmp) { in DEFINE_IFUNC_FOR() argument
|
/aosp_15_r20/bootable/libbootloader/gbl/libc/src/ |
H A D | strcmp.rs | 40 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 D | string.c | 116 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/ |
D | lib.rs | 183 pub unsafe fn strncmp( in strncmp() function
|
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/ |
H A D | string.c | 155 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 D | os.h | 677 #define strncmp OS_DO_NOT_USE_strncmp macro
|
/aosp_15_r20/external/AFLplusplus/utils/libtokencap/ |
H A D | libtokencap.so.c | 385 __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/ |
D | string2.h | 919 # define strncmp(s1, s2, n) \ macro
|
D | string.h | 1212 # 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/ |
D | string2.h | 919 # define strncmp(s1, s2, n) \ macro
|
D | string.h | 1212 # define strncmp(s1, s2, n) \ macro
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | string.c | 789 #define strncmp BUILTIN(strncmp) macro
|
/aosp_15_r20/bionic/tests/ |
H A D | string_test.cpp | 653 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 D | mod.rs | 363 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 D | mod.rs | 363 pub fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int; in strncmp() function
|