Searched refs:bcmp (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/string/string_gtest/ |
H A D | string_bcmp_test.cpp | 13 * @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 D | bcmp.c | 5 int bcmp(const void *s1, const void *s2, size_t n) in bcmp() function
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | strings.h | 16 int bcmp (const void *, const void *, size_t);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | strings.h | 16 int bcmp (const void *, const void *, size_t);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | strings.h | 16 int bcmp (const void *, const void *, size_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | strings.h | 16 int bcmp (const void *, const void *, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | strings.h | 16 int bcmp (const void *, const void *, size_t);
|
/third_party/musl/include/ |
H A D | strings.h | 17 int bcmp (const void *, const void *, size_t);
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_string.cpp | 190 c += bcmp(dstAligned, srcAligned, nbytes); in Bm_function_Bcmp()
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 777 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 D | umax1220u-common.c | 557 if (bcmp (buf, data, len)) in cwritev()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 7141 extern int bcmp (const void *__s1, const void *__s2, size_t __n) [all...] |
Completed in 31 milliseconds