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

12

/haiku-fatelf/src/bin/gawk/missing_d/
H A Dmemcpy.c8 memcpy (dest, src, l) function
H A Dstrftime.c91 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dmemcpy.c25 memcpy (out, in, length) function
H A Dmd5.c35 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
H A Dregex.c167 # define memcpy(d, s, n) (bcopy (s, d, n), (d)) macro
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmemcpy.c28 memcpy (void *destaddr, void const *srcaddr, size_t len) function
/haiku-fatelf/src/system/libroot/posix/string/arch/generic/
H A Dmemcpy.c17 void *memcpy(void *dest, const void *src, size_t count) function
/haiku-fatelf/src/bin/sharutils/lib/
H A Dsystem.h71 # define memcpy(D, S, N) bcopy (S, D, N) macro
H A Dmd5.c32 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
/haiku-fatelf/src/bin/less/
H A Dos.c314 memcpy(dst, src, len) function
H A Dless.h181 #define memcpy(to,from,len) bcopy((from),(to),(len)) macro
/haiku-fatelf/src/bin/network/ftpd/
H A Dmd5c.c51 #define memcpy(x,y,z) bcopy(y, x, z) macro
/haiku-fatelf/src/bin/zip/
H A Dfileio.c1014 memcpy(dst,src,len) /* v2.0f */ function
/haiku-fatelf/src/libs/crypt/
H A Dmd5c.c48 #define memcpy(x,y,z) bcopy(y, x, z) macro
/haiku-fatelf/src/bin/diffutils/src/
H A Dsystem.h236 # define memcpy(d, s, n) bcopy (s, d, n) macro
/haiku-fatelf/src/bin/gzip/
H A Dgzip.h33 # define memcpy(d, s, n) bcopy((s), (d), (n)) macro
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/x86/bits/
H A Dstring.h44 #define memcpy(dest, src, n) \ macro
/haiku-fatelf/src/bin/findutils/xargs/
H A Dxargs.c70 #define memcpy macro
/haiku-fatelf/src/bin/patch/
H A Dcommon.h246 # define memcpy(d, s, n) bcopy (s, d, n) macro
/haiku-fatelf/src/bin/diffutils/lib/
H A Dstrftime.c90 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dpktdrvr.c125 #define memcpy __memcpy__ macro
[all...]
/haiku-fatelf/src/bin/rcs/
H A Drcsutil.c214 memcpy(s1, s2, n) function
/haiku-fatelf/src/bin/unzip/
H A Dfileio.c2379 zvoid *memcpy(dst, src, len) function
/haiku-fatelf/headers/private/kernel/arch/x86/
H A Darch_cpu.h204 void (*memcpy)(void* dest, const void* source, size_t count); member in struct:x86_optimized_functions
/haiku-fatelf/src/bin/gawk/
H A Dawk.h1028 #define memcpy memcpy_ulong macro

Completed in 407 milliseconds

12