Home
last modified time | relevance | path

Searched defs:strcmp (Results 1 – 25 of 109) sorted by relevance

12345

/aosp_15_r20/external/trusty/musl/src/string/
Dstrcmp.c3 int strcmp(const char *l, const char *r) in strcmp() function
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/libc/
Dstrcmp.c46 strcmp(const char *s1, const char *s2) in strcmp() function
/aosp_15_r20/external/musl/src/string/
H A Dstrcmp.c3 int strcmp(const char *l, const char *r) in strcmp() function
/aosp_15_r20/external/arm-trusted-firmware/lib/libc/
H A Dstrcmp.c46 strcmp(const char *s1, const char *s2) in strcmp() function
/aosp_15_r20/external/trusty/lk/lib/libc/string/
Dstrcmp.c31 strcmp(char const *cs, char const *ct) in strcmp() function
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2228/
H A Dpoc.c53 int strcmp(const char *str1, const char *str2) { in strcmp() function
/aosp_15_r20/external/pcre/src/
H A Dpcre2_string_utils.c102 PRIV(strcmp)(PCRE2_SPTR str1, PCRE2_SPTR str2) in PRIV() argument
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/vDSO/
H A Dvdso_standalone_test_x86.c22 int strcmp(const char *a, const char *b) in strcmp() function
/aosp_15_r20/bionic/libc/arch-arm64/
H A Ddynamic_function_dispatch.cpp132 DEFINE_IFUNC_FOR(strcmp) { in DEFINE_IFUNC_FOR() argument
/aosp_15_r20/bionic/libc/arch-riscv64/
H A Ddynamic_function_dispatch.cpp103 DEFINE_IFUNC_FOR(strcmp) { in DEFINE_IFUNC_FOR() argument
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Dlinux_libc_support_unittest.cc49 TEST(LinuxLibcSupportTest, strcmp) { in TEST() argument
/aosp_15_r20/external/icu/icu4c/source/samples/coll/
H A Dcoll.cpp143 int strcmp() in strcmp() function
/aosp_15_r20/external/cronet/third_party/icu/source/samples/coll/
H A Dcoll.cpp143 int strcmp() in strcmp() function
/aosp_15_r20/bootable/libbootloader/gbl/libc/src/
H A Dlib.rs34 pub mod strcmp; module
H A Dstrcmp.rs27 pub unsafe extern "C" fn strcmp(s1: *const c_char, s2: *const c_char) -> c_int { in strcmp() function
/aosp_15_r20/external/coreboot/src/lib/
H A Dstring.c105 int strcmp(const char *s1, const char *s2) in strcmp() 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.h799 # define strcmp(s1, s2) \ macro
819 # define strcmp(s1, s2) \ macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/bits/
Dstring2.h799 # define strcmp(s1, s2) \ macro
819 # define strcmp(s1, s2) \ macro
/aosp_15_r20/bionic/libc/arch-arm/
H A Ddynamic_function_dispatch.cpp286 DEFINE_IFUNC_FOR(strcmp) { in DEFINE_IFUNC_FOR() argument
/aosp_15_r20/external/trusty/bootloader/test-runner/
Dtest-runner-sysdeps.c85 int strcmp(char const* cs, char const* ct) { in strcmp() function
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerInterceptors.cpp175 ATTRIBUTE_INTERFACE int strcmp(const char *s1, const char *s2) { in strcmp() function
/aosp_15_r20/external/piex/src/binary_parse/
H A Drange_checked_byte_ptr.cc276 int strcmp(const RangeCheckedBytePtr &x, const std::string &y) { in strcmp() function
/aosp_15_r20/external/clang/test/CodeGen/
H A D2002-07-14-MiscTests3.c167 int strcmp(char *s1, char *s2) { in strcmp() function
/aosp_15_r20/external/rust/android-crates-io/crates/unsafe-libyaml/src/
Dlib.rs162 pub unsafe fn strcmp(lhs: *const libc::c_char, rhs: *const libc::c_char) -> libc::c_int { in strcmp() function
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/
H A Dstring.c134 int strcmp(const char *s1, const char *s2) in strcmp() function

12345