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

12

/freebsd-10-stable/contrib/file/src/
H A Delfclass.h31 (void)memcpy(&elfhdr, buf, sizeof elfhdr); variable
/freebsd-10-stable/lib/libc/arm/string/
H A Dmemcpy_arm.S67 ENTRY(memcpy) function
H A Dmemcpy_xscale.S44 ENTRY(memcpy) function
/freebsd-10-stable/lib/libc/ia64/string/
H A Dmemcpy.S30 ENTRY(memcpy,3) function
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dmemcpy.c21 memcpy (PTR out, const PTR in, size_t length) function
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dmemcpy.c21 memcpy (PTR out, const PTR in, size_t length) function
/freebsd-10-stable/lib/libc/amd64/string/
H A Dbcopy.S45 ENTRY(memcpy) function
/freebsd-10-stable/lib/libc/i386/string/
H A Dbcopy.S45 ENTRY(memcpy) function
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_string.h30 #define memcpy(t, f, c) bcopy(f, t, (int)(c)) macro
/freebsd-10-stable/contrib/gcc/config/
H A Dmemcpy.c5 memcpy (void *dest, const void *src, size_t len) function
/freebsd-10-stable/sys/boot/arm/at91/libat91/
H A Dmemcpy.c32 memcpy(void *dst, const void *src, unsigned len) function
/freebsd-10-stable/contrib/top/
H A Dos.h8 # define memcpy(a, b, c) bcopy((b), (a), (c)) macro
/freebsd-10-stable/lib/libc/string/
H A Dbcopy.c60 memcpy function
/freebsd-10-stable/sys/powerpc/powerpc/
H A Dbcopy.c66 memcpy(void *dst0, const void *src0, size_t length) function
/freebsd-10-stable/sys/arm/arm/
H A Dsupport.S940 ENTRY(memcpy) function
1177 ENTRY(memcpy) function
/freebsd-10-stable/sys/ia64/ia64/
H A Dsupport.S713 ENTRY(memcpy,3) function
/freebsd-10-stable/contrib/gcclibs/libssp/ssp/
H A Dstring.h44 #undef memcpy macro
56 #define memcpy(dest, src, len) \ macro
/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstring.h55 #undef memcpy macro
/freebsd-10-stable/contrib/opie/
H A Dconfigure3313 memcpy(); function
/freebsd-10-stable/contrib/tcp_wrappers/
H A Denviron.c25 #define memcpy(d,s,l) bcopy(s,d,l) macro
/freebsd-10-stable/contrib/less/
H A Dos.c317 memcpy(dst, src, len) function
/freebsd-10-stable/sys/boot/common/
H A Dutil.c28 memcpy(void *dst, const void *src, int len) function
/freebsd-10-stable/sys/i386/i386/
H A Dsupport.s236 ENTRY(memcpy) function
/freebsd-10-stable/sys/mips/mips/
H A Delf_trampoline.c55 memcpy(void *dst, const void *src, size_t len) function
[all...]
/freebsd-10-stable/lib/libmd/
H A Dmd5c.c48 #define memcpy(x,y,z) bcopy(y, x, z) macro

Completed in 145 milliseconds

12