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

12

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmemmove.c21 memmove (PTR s1, const PTR s2, size_t n) function
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmemmove.c21 memmove (PTR s1, const PTR s2, size_t n) function
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dmemmove.c45 memmove(void *s1, const void *s2, size_t n) function
/freebsd-11-stable/sys/libkern/
H A Dmemmove.c33 memmove(void *dest, const void *src, size_t n) function
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_string.h29 #define memmove(t, f, c) bcopy(f, t, (int)(c)) macro
/freebsd-11-stable/contrib/ldns/compat/
H A Dmemmove.c14 void *memmove(void *dest, const void *src, size_t n) function
/freebsd-11-stable/contrib/unbound/compat/
H A Dmemmove.c14 void *memmove(void *dest, const void *src, size_t n) function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregutils.h55 #define memmove(d, s, c) bcopy(s, d, c) macro
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dstring.h228 #define memmove(a,b,c) bcopy(b,a,c) macro
/freebsd-11-stable/contrib/gcc/config/
H A Dmemmove.c5 memmove (void *dest, const void *src, size_t len) function
/freebsd-11-stable/lib/libc/regex/
H A Dutils.h53 #define memmove(d, s, c) bcopy(s, d, c) macro
/freebsd-11-stable/contrib/nvi/regex/
H A Dutils.h54 #define memmove(d, s, c) bcopy(s, d, c) macro
/freebsd-11-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-11-stable/contrib/apr/include/
H A Dapr_general.h156 #define memmove(a,b,c) bcopy(b,a,c) macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstring.h56 #undef memmove macro
/freebsd-11-stable/contrib/gcclibs/libssp/ssp/
H A Dstring.h45 #undef memmove macro
68 #define memmove(dest, src, len) \ macro
/freebsd-11-stable/sys/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c204 void *memmove(void *dest, const void *src, size_t size) function
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dsystem.h163 # define memmove(d, s, n) bcopy (s, d, n) macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp68 INTERCEPT_LIBRARY_FUNCTION(memmove); variable
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos.h644 #define memmove OS_DO_NOT_USE_memmove macro
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Drlfe.c101 # define memmove(d, s, n) __builtin_memcpy(d, s, n) macro
103 # define memmove(d, s, n) memcpy(d, s, n) macro
106 # define memmove(d, s, n) memcpy(d, s, n) macro
/freebsd-11-stable/contrib/tnftp/
H A Dtnftp.h436 # define memmove(a,b,c) bcopy((b),(a),(c)) macro
/freebsd-11-stable/crypto/openssl/
H A De_os.h669 # define memmove(s1,s2,n) bcopy((s2),(s1),(n)) macro
/freebsd-11-stable/contrib/amd/include/
H A Dam_defs.h1372 # define memmove(to, from, len) bcopy((from), (to), (len)) macro

Completed in 155 milliseconds

12