Searched defs:memcpy (Results 1 - 25 of 40) sorted by last modified time

12

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c14244 # define memcpy(D,S,N) {char*xxd=(char*)(D);const char*xxs=(const char*)(S);\ macro
[all...]
/freebsd-11-stable/contrib/less/
H A Dos.c370 memcpy(dst, src, len) function
H A Dless.h187 #define memcpy(to,from,len) bcopy((from),(to),(len)) 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/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/llvm-project/clang/lib/Headers/
H A D__clang_cuda_device_functions.h1632 __DEVICE__ void *memcpy(void *__a, const void *__b, size_t __c) { function
/freebsd-11-stable/contrib/file/src/
H A Delfclass.h31 (void)memcpy(&elfhdr, buf, sizeof elfhdr); variable
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos.h643 #define memcpy OS_DO_NOT_USE_memcpy macro
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpktdrvr.c124 #define memcpy __memcpy__ macro
[all...]
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c129 memcpy(void *dst, const void *src, int len) function
/freebsd-11-stable/stand/sparc64/boot1/
H A Dboot1.c297 memcpy(void *dst, const void *src, size_t len) function
/freebsd-11-stable/stand/powerpc/boot1.chrp/
H A Dboot1.c368 memcpy(void *dst, const void *src, size_t len) function
/freebsd-11-stable/stand/i386/boot2/
H A Dboot2.c127 memcpy(void *dst, const void *src, int len) function
/freebsd-11-stable/sys/arm/arm/
H A Delf_trampoline.c140 memcpy(void *dst, const void *src, int len) function
[all...]
/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/gnu/usr.bin/rcs/lib/
H A Drcsutil.c210 memcpy(s1, s2, n) function
/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/contrib/top/
H A Dos.h8 # define memcpy(a, b, c) bcopy((b), (a), (c)) macro
/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/libstdc++/include/c_std/
H A Dstd_cstring.h55 #undef memcpy macro
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmd5.c35 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
H A Dmemcpy.c21 memcpy (PTR out, const PTR in, size_t length) function
H A Dregex.c163 # define memcpy(d, s, n) (bcopy (s, d, n), (d)) macro
/freebsd-11-stable/contrib/gcclibs/libssp/ssp/
H A Dstring.h44 #undef memcpy macro
56 #define memcpy(dest, src, len) \ macro

Completed in 701 milliseconds

12