/freebsd/crypto/heimdal/lib/roken/ |
H A D | memmove.c | 45 memmove(void *s1, const void *s2, size_t n) in memmove() function
|
/freebsd/contrib/unbound/compat/ |
H A D | memmove.c | 14 void *memmove(void *dest, const void *src, size_t n) in memmove() function
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regutils.h | 55 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/freebsd/contrib/ldns/compat/ |
H A D | memmove.c | 14 void *memmove(void *dest, const void *src, size_t n) in memmove() function
|
/freebsd/contrib/nvi/regex/ |
H A D | utils.h | 54 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | string.h | 228 #define memmove(a,b,c) bcopy(b,a,c) macro
|
/freebsd/lib/libc/regex/ |
H A D | utils.h | 54 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_string.h | 29 #define memmove(t, f, c) bcopy(f, t, (int)(c)) macro
|
/freebsd/include/ |
H A D | string.h | 69 void *(memmove)(void *, const void *, size_t); variable
|
/freebsd/contrib/tcsh/ |
H A D | tc.decls.h | 181 # define memmove(a, b, c) xmemmove(a, b, c) macro
|
H A D | tc.os.h | 571 # define memmove(a, b, c) (bcopy((char *) (b), (char *) (a), (int) (c)), a) macro
|
/freebsd/sys/contrib/xz-embedded/linux/lib/ |
H A D | decompress_unxz.c | 204 void *memmove(void *dest, const void *src, size_t size) in memmove() function
|
/freebsd/include/ssp/ |
H A D | string.h | 126 #define memmove(dst, src, len) __ssp_bos_check3(memmove, dst, src, len) macro
|
/freebsd/contrib/unbound/ |
H A D | config.h.in | 1405 #define memmove memmove_unbound macro
|
/freebsd/sys/sys/ |
H A D | systm.h | 275 #define memmove(dest, src, n) SAN_INTERCEPTOR(memmove)((dest), (src), (n)) macro 284 #define memmove(dest, src, n) __builtin_memmove((dest), (src), (n)) macro
|
/freebsd/contrib/tnftp/ |
H A D | tnftp.h | 436 # define memmove(a,b,c) bcopy((b),(a),(c)) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 47 INTERCEPTOR(void *, memmove, void *dst, const void *src, uptr size) { in INTERCEPTOR() argument
|
/freebsd/contrib/wpa/src/utils/ |
H A D | os.h | 664 #define memmove OS_DO_NOT_USE_memmove macro
|
/freebsd/sys/contrib/openzfs/contrib/coverity/ |
H A D | model.c | 65 memmove(void *dst, void *src, size_t len) in memmove() function
|
/freebsd/sys/amd64/amd64/ |
H A D | machdep.c | 1872 memmove(void * _Nonnull dst, const void * _Nonnull src, size_t len) in memmove() function
|
/freebsd/lib/libunbound/ |
H A D | config.h | 1339 #define memmove memmove_unbound macro
|
/freebsd/crypto/openssh/ |
H A D | defines.h | 700 # define memmove(s1, s2, n) bcopy((s2), (s1), (n)) macro
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 230 #define memmove(d,s,n) bcopy(s,d,n) macro 232 #define memmove(d,s,n) _nc_memmove(d,s,n) macro
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | conf.h | 494 # define memmove(d, s, l) (bcopy((s), (d), (l))) macro
|