Searched refs:bcopy (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/include/ |
D | strings.h | 56 #define bcopy(b1, b2, len) (void)(__builtin___memmove_chk((b2), (b1), (len), __bos0(b2))) macro 61 #define bcopy(b1, b2, len) (void)(__builtin_memmove((b2), (b1), (len)))
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | utils.h | 90 #define memmove(d, s, c) bcopy(s, d, c)
|
/bionic/libc/kernel/uapi/linux/ |
D | mroute6.h | 57 #define IF_COPY(f,t) bcopy(f, t, sizeof(* (f)))
|
/bionic/libc/bionic/ |
D | ndk_cruft.cpp | 247 #undef bcopy 248 void bcopy(const void* src, void* dst, size_t n) { in bcopy() function
|
/bionic/libc/stdio/ |
D | printf_common.h | 655 bcopy(old_table, *typetable, *tablesize); in __grow_type_table()
|
/bionic/tests/ |
D | string_test.cpp | 1008 TEST(STRING_TEST, bcopy) { in TEST() argument 1019 bcopy(state.ptr1, state.ptr1 + start, state.len[i]); in TEST()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1685 bcopy; # arm x86 mips
|
/bionic/libc/ |
D | libc.map.txt | 1685 bcopy; # arm x86 mips
|