Home
last modified time | relevance | path

Searched refs:memmove (Results 1 – 16 of 16) sorted by relevance

/bionic/libc/arch-x86/string/
Dmemmove_wrapper.S35 # define MEMCPY memmove
Dbcopy.S45 ENTRY(memmove)
/bionic/libc/arch-arm/bionic/
Deabi.c80 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/
Dwmemmove.c43 return (wchar_t *)memmove(d, s, n * sizeof(wchar_t)); in wmemmove()
/bionic/libc/regex/
Dutils.h54 #define memmove(d, s, c) bcopy(s, d, c) macro
Dregcomp.c1349 memmove((char *)&p->strip[pos+1], (char *)&p->strip[pos], in doinsert()
/bionic/libc/string/
Dmemmove.c31 void *memmove(void *dst, const void *src, size_t n) in memmove() function
Dbcopy.c56 memmove(void *dst0, const void *src0, size_t length) in memcpy()
/bionic/libc/kernel/common/linux/
Dvt_buffer.h19 #define scr_memmovew(d, s, c) memmove(d, s, c)
/bionic/libc/include/
Dstring.h42 extern void* memmove(void *, const void *, size_t);
/bionic/libc/bionic/
Drealpath.c95 memmove(left, s + 1, left_len + 1); in realpath()
Dfts.c192 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/
Dcstring47 using ::memmove;
/bionic/libc/arch-sh/bionic/
Dmemcpy.S51 ENTRY(memmove)
/bionic/libc/
DAndroid.mk366 string/memmove.c.arm \
446 arch-sh/bionic/memmove.S \
/bionic/libc/stdio/
Dvfprintf.c1211 memmove(new, *typetable, *tablesize); in __grow_type_table()