Searched refs:memmove (Results 1 - 25 of 570) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_memmove.S1 //===-- aeabi_memmove.S - EABI memmove implementation --------------------===//
11 // void __aeabi_memmove(void *dest, void *src, size_t n) { memmove(dest, src, n); }
17 bl memmove
20 b memmove
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmemmove.c1 /* Wrapper to implement ANSI C's memmove using BSD's bcopy. */
6 @deftypefn Supplemental void* memmove (void *@var{from}, const void *@var{to}, size_t @var{count})
21 memmove (PTR s1, const PTR s2, size_t n) function
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmemmove.c1 /* Wrapper to implement ANSI C's memmove using BSD's bcopy. */
6 @deftypefn Supplemental void* memmove (void *@var{from}, const void *@var{to}, size_t @var{count})
21 memmove (PTR s1, const PTR s2, size_t n) function
/freebsd-11-stable/sys/libkern/
H A Dmemmove.c33 memmove(void *dest, const void *src, size_t n) function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregutils.h53 /* for old systems with bcopy() but no memmove() */
55 #define memmove(d, s, c) bcopy(s, d, c) macro
/freebsd-11-stable/lib/libc/amd64/string/
H A DMakefile.inc9 memmove.S \
H A Dbcopy.S48 ENTRY(memmove)
93 END(memmove)
/freebsd-11-stable/lib/libc/arm/string/
H A DMakefile.inc9 memmove.S \
/freebsd-11-stable/lib/libc/mips/string/
H A DMakefile.inc9 memmove.S \
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/ssp/
H A Dh_memmove.c44 (void)memmove(b, "1020202020202", len);
/freebsd-11-stable/contrib/gcclibs/libssp/
H A Dmemmove-chk.c1 /* Checking memmove.
50 return memmove (dest, src, len);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_string.h50 extern void *memmove ();
/freebsd-11-stable/contrib/gcc/config/
H A Dmemmove.c5 memmove (void *dest, const void *src, size_t len) function
/freebsd-11-stable/lib/libc/regex/
H A Dutils.h51 /* for old systems with bcopy() but no memmove() */
53 #define memmove(d, s, c) bcopy(s, d, c) macro
/freebsd-11-stable/lib/libc/string/
H A Dwmemmove.c43 return (wchar_t *)memmove(d, s, n * sizeof(wchar_t));
/freebsd-11-stable/contrib/nvi/regex/
H A Dutils.h52 /* for old systems with bcopy() but no memmove() */
54 #define memmove(d, s, c) bcopy(s, d, c) macro
/freebsd-11-stable/contrib/ldns/compat/
H A Dmemmove.c2 * memmove.c: memmove compat implementation.
12 void *memmove(void *dest, const void *src, size_t n);
14 void *memmove(void *dest, const void *src, size_t n) function
/freebsd-11-stable/contrib/unbound/compat/
H A Dmemmove.c2 * memmove.c: memmove compat implementation.
12 void *memmove(void *dest, const void *src, size_t n);
14 void *memmove(void *dest, const void *src, size_t n) function
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dmemmove.c37 * memmove for systems that doesn't have it
45 memmove(void *s1, const void *s2, size_t n) function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.cpp99 memmove(&Buffer[Index - 4], &Buffer[Index], NumBytesAtAlign4);
110 memmove(&Buffer[Index + 4], &Buffer[Index], NumBytesAtAlign4);
121 memmove(&Buffer[Index - 4], &Buffer[Index], NumBytesAtAlign4);
133 memmove(&Buffer[Index - 4], &Buffer[Index], NumBytesAtAlign4);
144 memmove(&Buffer[Index + 4], &Buffer[Index], NumBytesAtAlign4);
/freebsd-11-stable/contrib/nvi/common/
H A Dlog.c200 memmove(ep->l_lp + sizeof(u_char), &ep->l_cursor, sizeof(MARK));
279 memmove(ep->l_lp + sizeof(u_char), &lno, sizeof(recno_t));
280 memmove(ep->l_lp + CHAR_T_OFFSET, lp, len * sizeof(CHAR_T));
351 memmove(ep->l_lp + sizeof(u_char), lmp, sizeof(LMARK));
414 memmove(rp, p + sizeof(u_char), sizeof(MARK));
424 memmove(&lno, p + sizeof(u_char), sizeof(recno_t));
431 memmove(&lno, p + sizeof(u_char), sizeof(recno_t));
441 memmove(&lno, p + sizeof(u_char), sizeof(recno_t));
452 memmove(&lm, p + sizeof(u_char), sizeof(LMARK));
512 memmove(
[all...]
/freebsd-11-stable/lib/libc/db/btree/
H A Dbt_overflow.c85 memmove(&pg, p, sizeof(pgno_t));
86 memmove(&sz, (char *)p + sizeof(pgno_t), sizeof(u_int32_t));
111 memmove(p, (char *)h + BTDATAOFF, nb);
156 memmove((char *)h + BTDATAOFF, p, nb);
190 memmove(&pg, p, sizeof(pgno_t));
191 memmove(&sz, (char *)p + sizeof(pgno_t), sizeof(u_int32_t));
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_string.h2 * Define string ops: strchr strrchr memcmp memmove memset
29 #define memmove(t, f, c) bcopy(f, t, (int)(c)) macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dcygwin2.c47 memmove (over + 1, over, strlen (over));
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dauthenc.c44 memmove(nfrontp, str, len);

Completed in 300 milliseconds

1234567891011>>