Home
last modified time | relevance | path

Searched refs:bcmp (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/string/string_gtest/
H A Dstring_bcmp_test.cpp13 * @tc.desc: Verify that the bcmp function returns the expected result of 0 when comparing two strings with identical
21 EXPECT_EQ(0, bcmp(str1, str2, strlen(str1))); in HWTEST_F()
26 * @tc.desc: Verify that if two strings are not equal within the given length, the return value of bcmp function is not
34 EXPECT_NE(bcmp(str1, str2, strlen(str1)), strlen(str1)); in HWTEST_F()
/third_party/musl/src/string/
H A Dbcmp.c5 int bcmp(const void *s1, const void *s2, size_t n) in bcmp() function
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstrings.h16 int bcmp (const void *, const void *, size_t);
/third_party/musl/porting/liteos_m/user/include/
H A Dstrings.h16 int bcmp (const void *, const void *, size_t);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dstrings.h16 int bcmp (const void *, const void *, size_t);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstrings.h16 int bcmp (const void *, const void *, size_t);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstrings.h16 int bcmp (const void *, const void *, size_t);
/third_party/musl/include/
H A Dstrings.h17 int bcmp (const void *, const void *, size_t);
/third_party/musl/Benchmark/musl/
H A Dlibc_string.cpp190 c += bcmp(dstAligned, srcAligned, nbytes); in Bm_function_Bcmp()
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs777 pub fn bcmp(arg1: *const c_void, arg2: *const c_void, arg3: size_t) -> c_int; in bcmp() functions
/third_party/backends/backend/
H A Dumax1220u-common.c557 if (bcmp (buf, data, len)) in cwritev()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp7141 extern int bcmp (const void *__s1, const void *__s2, size_t __n)
[all...]

Completed in 32 milliseconds