Home
last modified time | relevance | path

Searched defs:memmove (Results 1 – 24 of 24) sorted by relevance

/freebsd/crypto/heimdal/lib/roken/
H A Dmemmove.c45 memmove(void *s1, const void *s2, size_t n) in memmove() function
/freebsd/contrib/unbound/compat/
H A Dmemmove.c14 void *memmove(void *dest, const void *src, size_t n) in memmove() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregutils.h55 #define memmove(d, s, c) bcopy(s, d, c) macro
/freebsd/contrib/ldns/compat/
H A Dmemmove.c14 void *memmove(void *dest, const void *src, size_t n) in memmove() function
/freebsd/contrib/nvi/regex/
H A Dutils.h54 #define memmove(d, s, c) bcopy(s, d, c) macro
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dstring.h228 #define memmove(a,b,c) bcopy(b,a,c) macro
/freebsd/lib/libc/regex/
H A Dutils.h54 #define memmove(d, s, c) bcopy(s, d, c) macro
/freebsd/contrib/ntp/include/
H A Dntp_string.h29 #define memmove(t, f, c) bcopy(f, t, (int)(c)) macro
/freebsd/include/
H A Dstring.h69 void *(memmove)(void *, const void *, size_t); variable
/freebsd/contrib/tcsh/
H A Dtc.decls.h181 # define memmove(a, b, c) xmemmove(a, b, c) macro
H A Dtc.os.h571 # define memmove(a, b, c) (bcopy((char *) (b), (char *) (a), (int) (c)), a) macro
/freebsd/sys/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c204 void *memmove(void *dest, const void *src, size_t size) in memmove() function
/freebsd/include/ssp/
H A Dstring.h126 #define memmove(dst, src, len) __ssp_bos_check3(memmove, dst, src, len) macro
/freebsd/contrib/unbound/
H A Dconfig.h.in1405 #define memmove memmove_unbound macro
/freebsd/sys/sys/
H A Dsystm.h275 #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 Dtnftp.h436 # define memmove(a,b,c) bcopy((b),(a),(c)) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_interceptors.cpp47 INTERCEPTOR(void *, memmove, void *dst, const void *src, uptr size) { in INTERCEPTOR() argument
/freebsd/contrib/wpa/src/utils/
H A Dos.h664 #define memmove OS_DO_NOT_USE_memmove macro
/freebsd/sys/contrib/openzfs/contrib/coverity/
H A Dmodel.c65 memmove(void *dst, void *src, size_t len) in memmove() function
/freebsd/sys/amd64/amd64/
H A Dmachdep.c1872 memmove(void * _Nonnull dst, const void * _Nonnull src, size_t len) in memmove() function
/freebsd/lib/libunbound/
H A Dconfig.h1339 #define memmove memmove_unbound macro
/freebsd/crypto/openssh/
H A Ddefines.h700 # define memmove(s1, s2, n) bcopy((s2), (s1), (n)) macro
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h230 #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 Dconf.h494 # define memmove(d, s, l) (bcopy((s), (d), (l))) macro