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

/freebsd-current/crypto/heimdal/lib/roken/
H A Dmemmove.c45 memmove(void *s1, const void *s2, size_t n) function
/freebsd-current/contrib/ldns/compat/
H A Dmemmove.c14 void *memmove(void *dest, const void *src, size_t n) function
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregutils.h55 #define memmove(d, s, c) bcopy(s, d, c) macro
/freebsd-current/contrib/unbound/compat/
H A Dmemmove.c14 void *memmove(void *dest, const void *src, size_t n) function
/freebsd-current/contrib/ntp/include/
H A Dntp_string.h29 #define memmove(t, f, c) bcopy(f, t, (int)(c)) macro
/freebsd-current/contrib/nvi/regex/
H A Dutils.h54 #define memmove(d, s, c) bcopy(s, d, c) macro
/freebsd-current/contrib/ntp/libntp/lib/isc/include/isc/
H A Dstring.h228 #define memmove(a,b,c) bcopy(b,a,c) macro
/freebsd-current/lib/libc/regex/
H A Dutils.h54 #define memmove(d, s, c) bcopy(s, d, c) macro
/freebsd-current/lib/libc/secure/
H A Dmemmove_chk.c38 #undef memmove macro
/freebsd-current/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-current/sys/libkern/
H A Dbcopy.c43 #undef memmove macro
/freebsd-current/lib/libc/string/
H A Dbcopy.c51 #undef memmove /* _FORTIFY_SOURCE */ macro
/freebsd-current/include/ssp/
H A Dstring.h118 #define memmove(dst, src, len) __ssp_bos_check3(memmove, dst, src, len) macro
/freebsd-current/sys/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c204 void *memmove(void *dest, const void *src, size_t size) function
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp76 INTERCEPT_LIBRARY_FUNCTION(memmove); variable
/freebsd-current/contrib/wpa/src/utils/
H A Dos.h644 #define memmove OS_DO_NOT_USE_memmove macro
/freebsd-current/contrib/tnftp/
H A Dtnftp.h436 # define memmove(a,b,c) bcopy((b),(a),(c)) macro
/freebsd-current/sys/contrib/openzfs/contrib/coverity/
H A Dmodel.c65 memmove(void *dst, void *src, size_t len) function
/freebsd-current/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-current/sys/amd64/amd64/
H A Dmachdep.c1844 #undef memmove macro
1870 memmove(void * _Nonnull dst, const void * _Nonnull src, size_t len) function
/freebsd-current/crypto/openssh/
H A Ddefines.h700 # define memmove(s1, s2, n) bcopy((s2), (s1), (n)) macro
/freebsd-current/contrib/sendmail/include/sm/
H A Dconf.h494 # define memmove(d, s, l) (bcopy((s), (d), (l))) macro
/freebsd-current/lib/libunbound/
H A Dconfig.h1336 #define memmove memmove_unbound macro
/freebsd-current/contrib/ncurses/ncurses/
H A Dcurses.priv.h225 #define memmove(d,s,n) bcopy(s,d,n) macro
227 #define memmove(d,s,n) _nc_memmove(d,s,n) macro

Completed in 515 milliseconds