Searched defs:memmove (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-12-stable/sys/amd64/amd64/
H A Dmachdep.c2739 #undef memmove macro
/freebsd-12-stable/crypto/openssh/
H A Ddefines.h635 # define memmove(s1, s2, n) bcopy((s2), (s1), (n)) macro
/freebsd-12-stable/usr.sbin/unbound/
H A Dconfig.h1195 #define memmove memmove_unbound 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/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

Completed in 170 milliseconds

12