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

12

/freebsd-12-stable/contrib/amd/include/
H A Dam_defs.h1372 # define memmove(to, from, len) bcopy((from), (to), (len)) macro
/freebsd-12-stable/contrib/apr/include/
H A Dapr_general.h156 #define memmove(a,b,c) bcopy(b,a,c) macro
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dmemmove.c21 memmove (PTR s1, const PTR s2, size_t n) function
/freebsd-12-stable/contrib/gcc/config/
H A Dmemmove.c5 memmove (void *dest, const void *src, size_t len) function
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dmemmove.c21 memmove (PTR s1, const PTR s2, size_t n) function
/freebsd-12-stable/contrib/gcclibs/libssp/ssp/
H A Dstring.h45 #undef memmove macro
68 #define memmove(dest, src, len) \ macro
/freebsd-12-stable/contrib/ldns/compat/
H A Dmemmove.c14 void *memmove(void *dest, const void *src, size_t n) function
/freebsd-12-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstring.h56 #undef memmove macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp68 INTERCEPT_LIBRARY_FUNCTION(memmove); variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregutils.h55 #define memmove(d, s, c) bcopy(s, d, c) macro
/freebsd-12-stable/contrib/ncurses/ncurses/
H A Dcurses.priv.h198 #define memmove(d,s,n) bcopy(s,d,n) macro
200 #define memmove(d,s,n) _nc_memmove(d,s,n) macro
/freebsd-12-stable/contrib/ntp/include/
H A Dntp_string.h29 #define memmove(t, f, c) bcopy(f, t, (int)(c)) macro
/freebsd-12-stable/contrib/ntp/lib/isc/include/isc/
H A Dstring.h228 #define memmove(a,b,c) bcopy(b,a,c) macro
/freebsd-12-stable/contrib/nvi/regex/
H A Dutils.h54 #define memmove(d, s, c) bcopy(s, d, c) macro
/freebsd-12-stable/contrib/sendmail/include/sm/
H A Dconf.h494 # define memmove(d, s, l) (bcopy((s), (d), (l))) macro
/freebsd-12-stable/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-12-stable/contrib/tnftp/
H A Dtnftp.h436 # define memmove(a,b,c) bcopy((b),(a),(c)) macro
/freebsd-12-stable/contrib/unbound/compat/
H A Dmemmove.c14 void *memmove(void *dest, const void *src, size_t n) function
/freebsd-12-stable/contrib/wpa/src/utils/
H A Dos.h644 #define memmove OS_DO_NOT_USE_memmove macro
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dmemmove.c45 memmove(void *s1, const void *s2, size_t n) function
/freebsd-12-stable/crypto/openssh/
H A Ddefines.h635 # define memmove(s1, s2, n) bcopy((s2), (s1), (n)) macro
/freebsd-12-stable/gnu/usr.bin/grep/
H A Dsystem.h163 # define memmove(d, s, n) bcopy (s, d, n) macro
/freebsd-12-stable/lib/libc/regex/
H A Dutils.h55 #define memmove(d, s, c) bcopy(s, d, c) macro
/freebsd-12-stable/sys/amd64/amd64/
H A Dmachdep.c2739 #undef memmove macro

Completed in 243 milliseconds

12