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

12

/freebsd-11-stable/contrib/file/src/
H A Delfclass.h31 (void)memcpy(&elfhdr, buf, sizeof elfhdr); variable
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmemcpy.c21 memcpy (PTR out, const PTR in, size_t length) function
H A Dmd5.c35 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
/freebsd-11-stable/contrib/gcc/config/
H A Dmemcpy.c5 memcpy (void *dest, const void *src, size_t len) function
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmemcpy.c21 memcpy (PTR out, const PTR in, size_t length) function
H A Dmd5.c35 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dbit.h52 std::memcpy(&to, &from, sizeof(To)); member in class:llvm::std
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_string.h30 #define memcpy(t, f, c) bcopy(f, t, (int)(c)) macro
/freebsd-11-stable/contrib/top/
H A Dos.h8 # define memcpy(a, b, c) bcopy((b), (a), (c)) macro
/freebsd-11-stable/sys/arm64/arm64/
H A Dbcopy.c56 memcpy(void *dst0, const void *src0, size_t length) function
/freebsd-11-stable/lib/libc/string/
H A Dbcopy.c60 memcpy function
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dbcopy.c66 memcpy(void *dst0, const void *src0, size_t length) function
/freebsd-11-stable/sys/riscv/riscv/
H A Dbcopy.c56 memcpy(void *dst0, const void *src0, size_t length) function
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstring.h55 #undef memcpy macro
/freebsd-11-stable/contrib/gcclibs/libssp/ssp/
H A Dstring.h44 #undef memcpy macro
56 #define memcpy(dest, src, len) \ macro
/freebsd-11-stable/contrib/tcp_wrappers/
H A Denviron.c25 #define memcpy(d,s,l) bcopy(s,d,l) macro
/freebsd-11-stable/contrib/opie/
H A Dconfigure3313 memcpy(); function
/freebsd-11-stable/sys/mips/mips/
H A Delf_trampoline.c55 memcpy(void *dst, const void *src, size_t len) function
[all...]
/freebsd-11-stable/lib/libmd/
H A Dmd5c.c48 #define memcpy(x,y,z) bcopy(y, x, z) macro
/freebsd-11-stable/contrib/less/
H A Dos.c370 memcpy(dst, src, len) function
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dsystem.h156 # undef memcpy macro
157 # define memcpy(d, s, n) bcopy (s, d, n) macro
/freebsd-11-stable/sys/sys/
H A Dzutil.h35 # define memcpy(d, s, n) bcopy((s), (d), (n)) macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp67 INTERCEPT_LIBRARY_FUNCTION(memcpy); variable
/freebsd-11-stable/sys/dev/hptnr/
H A Dosm.h199 #define memcpy(dst, src, size) __builtin_memcpy((dst), (src), (size)) macro
/freebsd-11-stable/sys/dev/hptrr/
H A Dosm.h166 #define memcpy(dst, src, size) __builtin_memcpy((dst), (src), (size)) macro

Completed in 177 milliseconds

12