Searched refs:memmove (Results 1 – 16 of 16) sorted by relevance
/bionic/libc/arch-x86/string/ |
D | memmove_wrapper.S | 35 # define MEMCPY memmove
|
D | bcopy.S | 45 ENTRY(memmove)
|
/bionic/libc/arch-arm/bionic/ |
D | eabi.c | 80 memmove(dest, src, n); in __aeabi_memmove8() 84 memmove(dest, src, n); in __aeabi_memmove4() 88 memmove(dest, src, n); in __aeabi_memmove()
|
/bionic/libc/wchar/ |
D | wmemmove.c | 43 return (wchar_t *)memmove(d, s, n * sizeof(wchar_t)); in wmemmove()
|
/bionic/libc/regex/ |
D | utils.h | 54 #define memmove(d, s, c) bcopy(s, d, c) macro
|
D | regcomp.c | 1349 memmove((char *)&p->strip[pos+1], (char *)&p->strip[pos], in doinsert()
|
/bionic/libc/string/ |
D | memmove.c | 31 void *memmove(void *dst, const void *src, size_t n) in memmove() function
|
D | bcopy.c | 56 memmove(void *dst0, const void *src0, size_t length) in memcpy()
|
/bionic/libc/kernel/common/linux/ |
D | vt_buffer.h | 19 #define scr_memmovew(d, s, c) memmove(d, s, c)
|
/bionic/libc/include/ |
D | string.h | 42 extern void* memmove(void *, const void *, size_t);
|
/bionic/libc/bionic/ |
D | realpath.c | 95 memmove(left, s + 1, left_len + 1); in realpath()
|
D | fts.c | 192 memmove(sp->fts_path, p->fts_name, len + 1); in fts_load() 195 memmove(p->fts_name, cp, len + 1); in fts_load() 389 memmove(t, p->fts_name, p->fts_namelen + 1); in fts_read() 719 memmove(cp, p->fts_name, p->fts_namelen + 1); in fts_build()
|
/bionic/libstdc++/include/ |
D | cstring | 47 using ::memmove;
|
/bionic/libc/arch-sh/bionic/ |
D | memcpy.S | 51 ENTRY(memmove)
|
/bionic/libc/ |
D | Android.mk | 366 string/memmove.c.arm \ 446 arch-sh/bionic/memmove.S \
|
/bionic/libc/stdio/ |
D | vfprintf.c | 1211 memmove(new, *typetable, *tablesize); in __grow_type_table()
|