/ndk/sources/host-tools/sed-4.2.1/ |
D | basicdefs.h | 94 #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)
|
D | ChangeLog | 148 * 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/ |
D | cstring | 6 # 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/ |
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()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | cstring_test.cpp | 47 CPPUNIT_CHECK( std::memmove(buf1, buf2, 0) != NULL ); in import_checks()
|
/ndk/tests/device/test-stlport/unit/ |
D | cstring_test.cpp | 47 CPPUNIT_CHECK( std::memmove(buf1, buf2, 0) != NULL ); in import_checks()
|
/ndk/sources/cxx-stl/system/include/ |
D | cstring | 47 using ::memmove;
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstring | 47 using ::memmove;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | char_traits.h | 168 { return (_Sz == 0 ? __s1 : (char_type*)memmove(__s1, __s2, _Sz * sizeof(char_type))); } in move()
|
D | _cwchar.h | 323 { return __STATIC_CAST(wchar_t*, memmove(__wdst, __wc, __n * sizeof(wchar_t))); } in wmemmove()
|
D | _algobase.h | 224 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/ |
D | fmt.c | 424 memmove ((char *) words, (char *) split_point, in flush_paragraph()
|
D | compile.c | 1444 memmove (q, p, mbclen);
|
D | execute.c | 1723 memmove(move_to, move_from, move_len);
|
/ndk/sources/host-tools/make-3.81/ |
D | make.h | 257 # define bcopy(s, d, n) memmove ((d), (s), (n))
|
D | job.c | 2863 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()
|
D | config.ami | 232 /* Define if you have the memmove function. */
|
D | config.h.in | 142 /* Define to 1 if you have the `memmove' function. */
|
D | config.h-vms | 258 /* Define if you have the memmove function. */
|
D | configure.in | 152 AC_CHECK_FUNCS( memcpy memmove strchr strdup mkstemp mktemp fdopen \
|
D | config.h.W32 | 147 /* Define to 1 if you have the `memmove' function. */
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regex_internal.c | 633 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/ |
D | tst-rxspencer.c | 60 memmove (p + 2, p + 7, end - p - 7); in glibc_re_syntax()
|
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
D | sub_proc.c | 74 memmove(&proc_array[i], &proc_array[i+1], in process_adjust_wait_state()
|