Home
last modified time | relevance | path

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

12

/ndk/sources/host-tools/sed-4.2.1/
Dbasicdefs.h94 #define MEMMOVE(d,s,l) (memmove(VCAST(VOID *)(d),VCAST(const VOID *)(s),l))
106 # ifndef memmove
111 extern VOID *memmove();
117 # define memcpy(d, s, n) memmove(d, s, n)
DChangeLog148 * autoboot.conf, bootstrap.sh.in: Remove memchr, memcmp, memmove
2099 * lib/memmove.c(memmove): fixed wrong sense used
2286 * lib/memmove.c: #include <memory.h>, if HAVE_MEMORY_H.
2295 lib/memcpy.c, lib/memmove.c: deletes these files. There
2299 * lib/memmove.c: de novo, simpler version. Uses bcopy()
2361 * lib/Makefile.am, lib/memmove.c, lib/memchr.c, lib/regex.c,
2390 * lib/memchr.c, lib/memcpy.c, lib/memmove.c: add conditional
/ndk/sources/cxx-stl/stlport/stlport/using/
Dcstring6 # undef memmove
9 inline void* memmove(void* dst, const void* src, size_t len)
12 using _STLP_VENDOR_CSTD::memmove;
/ndk/sources/host-tools/ndk-stack/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()
/ndk/tests/device/test-gnustl-full/unit/
Dcstring_test.cpp47 CPPUNIT_CHECK( std::memmove(buf1, buf2, 0) != NULL ); in import_checks()
/ndk/tests/device/test-stlport/unit/
Dcstring_test.cpp47 CPPUNIT_CHECK( std::memmove(buf1, buf2, 0) != NULL ); in import_checks()
/ndk/sources/cxx-stl/system/include/
Dcstring47 using ::memmove;
/ndk/sources/cxx-stl/gabi++/include/
Dcstring47 using ::memmove;
/ndk/sources/cxx-stl/stlport/stlport/stl/
Dchar_traits.h168 { return (_Sz == 0 ? __s1 : (char_type*)memmove(__s1, __s2, _Sz * sizeof(char_type))); } in move()
D_cwchar.h323 { return __STATIC_CAST(wchar_t*, memmove(__wdst, __wc, __n * sizeof(wchar_t))); } in wmemmove()
D_algobase.h224 return __n ? (void *)((char*)memmove(__result, __first, __n) + __n) : __result; in __copy_trivial()
256 return (_Num > 0) ? memmove((char*)__result - _Num, __first, _Num) : __result ; in __copy_trivial_backward()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c424 memmove ((char *) words, (char *) split_point, in flush_paragraph()
Dcompile.c1444 memmove (q, p, mbclen);
Dexecute.c1723 memmove(move_to, move_from, move_len);
/ndk/sources/host-tools/make-3.81/
Dmake.h257 # define bcopy(s, d, n) memmove ((d), (s), (n))
Djob.c2863 memmove (echo_line, echo_line + 1, echo_len - 2); in construct_command_argv_internal()
3018 memmove (buf + 2, buf, size + 5); in construct_command_argv()
Dconfig.ami232 /* Define if you have the memmove function. */
Dconfig.h.in142 /* Define to 1 if you have the `memmove' function. */
Dconfig.h-vms258 /* Define if you have the memmove function. */
Dconfigure.in152 AC_CHECK_FUNCS( memcpy memmove strchr strdup mkstemp mktemp fdopen \
Dconfig.h.W32147 /* Define to 1 if you have the `memmove' function. */
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.c633 memmove (pstr->wcs, pstr->wcs + offset, in re_string_reconstruct()
635 memmove (pstr->mbs, pstr->mbs + offset, pstr->valid_len - offset); in re_string_reconstruct()
677 memmove (pstr->wcs, pstr->wcs + offset, in re_string_reconstruct()
681 memmove (pstr->mbs, pstr->mbs + offset, in re_string_reconstruct()
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dtst-rxspencer.c60 memmove (p + 2, p + 7, end - p - 7); in glibc_re_syntax()
/ndk/sources/host-tools/make-3.81/w32/subproc/
Dsub_proc.c74 memmove(&proc_array[i], &proc_array[i+1], in process_adjust_wait_state()

12