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

12

/macosx-10.10/file-46/file/src/
H A Delfclass.h31 (void)memcpy(&elfhdr, buf, sizeof elfhdr); variable
/macosx-10.10/cxxfilt-11/cxxfilt/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
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_int.h19 #define memcpy(x,y,len) bcopy(y,x,len) macro
/macosx-10.10/uucp-11/uucp/lib/
H A Dmemcpy.c7 memcpy (ptoarg, pfromarg, c) function
/macosx-10.10/xnu-2782.1.97/osfmk/x86_64/
H A Dbcopy.s66 ENTRY(memcpy) function
/macosx-10.10/BerkeleyDB-21/db/clib/
H A Dmemmove.c64 memcpy(dst0, src0, length) function
/macosx-10.10/ntp-92/include/
H A Dntp_string.h48 #define memcpy(t, f, c) bcopy(f, t, (int)(c)) macro
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/store/XOTclSdbm/
H A Dtune.h16 #define memcpy(s1,s2,n) bcopy(s2, s1, n) macro
/macosx-10.10/Libc-1044.1.2/include/secure/
H A D_string.h63 #undef memcpy macro
64 #define memcpy(dest, src, len) \ macro
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/ac/
H A Dstring.h43 # undef memcpy macro
44 # define memcpy(d, s, n) ((void) bcopy ((s), (d), (n))) macro
/macosx-10.10/libffi-18.1/include/
H A Dffi_common.h40 # define memcpy(d, s, n) bcopy((s), (d), (n)) macro
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/include/
H A Dffi_common.h40 # define memcpy(d, s, n) bcopy((s), (d), (n)) macro
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/include/
H A Dffi_common.h40 # define memcpy(d, s, n) bcopy((s), (d), (n)) macro
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/include/
H A Dffi_common.h40 # define memcpy(d, s, n) bcopy((s), (d), (n)) macro
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/string/
H A Dmemcpy.c51 void * memcpy(void *dst0, const void *src0, size_t length) function
/macosx-10.10/expat-12/expat/amiga/
H A Dstdlib.c92 void * memcpy (void * t, const void * a, size_t len) function
/macosx-10.10/BerkeleyDB-21/db/build_brew/
H A Dbrew_db.h95 #define memcpy memmove macro
H A Dclib_port.h213 #define memcpy __db_Cmemcpy macro
/macosx-10.10/emacs-93/emacs/src/
H A Dmd5.c35 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
/macosx-10.10/less-25/less/
H A Dos.c314 memcpy(dst, src, len) function
/macosx-10.10/ruby-106/ruby/ext/digest/sha1/
H A Dsha1.c43 #define memcpy(s, d, l) bcopy((d), (s), (l)) macro
/macosx-10.10/sudo-73/src/
H A Dmissing.h180 # define memcpy(_d, _s, _n) (bcopy(_s, _d, _n)) macro
/macosx-10.10/uucp-11/uucp/
H A Duucp.h399 #define memcpy macro
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dether_if_module.c108 #define memcpy(x,y,z) bcopy(y, x, z) macro

Completed in 184 milliseconds

12