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

12

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

Completed in 315 milliseconds

12