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

12

/macosx-10.10.1/screen-22/screen/
H A Dcomm.c37 #define bcopy :-( /* or include screen.h here */ macro
H A Dos.h148 # define bcopy(s,d,len) memmove(d,s,len) macro
151 # define bcopy(s,d,len) memcpy(d,s,len) macro
154 # define bcopy xbcopy macro
/macosx-10.10.1/Libc-1044.1.2/string/
H A Dbcopy.c26 void bcopy(const void *src, void *dst, size_t n) { function
/macosx-10.10.1/xnu-2782.1.97/osfmk/x86_64/
H A Dbcopy.s90 ENTRY(bcopy) function
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A Dplatform.h52 #define bcopy(s, d, l) memmove(d, s, l) macro
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A Dplatform.h52 #define bcopy(s, d, l) memmove(d, s, l) macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dbcopy.c15 bcopy (const void *src, void *dest, size_t len) function
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/unix/
H A DtclXunixPort.h90 # define bcopy(from, to, length) memmove((to), (from), (length)) macro
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/win/
H A DtclXwinPort.h83 #define bcopy(from, to, length) memmove((to), (from), (length)) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Doslib.c162 # undef bcopy macro
165 bcopy (s,d,n) function
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Dosf1.h60 #define bcopy string_h_bcopy macro
64 #undef bcopy macro
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/string/
H A Dmemcpy.c125 bcopy(const void *s1, void *s2, size_t n) function
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/
H A DckutilsPlatform.h38 #define bcopy(s, d, l) memmove(d, s, l) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/termcap/
H A Dtparam.c35 # define bcopy(s, d, n) memcpy ((d), (s), (n)) macro
41 #define bcopy(s, d, n) memcpy ((d), (s), (n)) macro
H A Dtermcap.c47 # define bcopy(s, d, n) memcpy ((d), (s), (n)) macro
63 #define bcopy(s, d, n) memcpy ((d), (s), (n)) macro
/macosx-10.10.1/emacs-93/emacs/src/m/
H A Dhp9000s300.h186 #define bcopy macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dtparam.c39 #define bcopy(s, d, n) memcpy ((d), (s), (n)) macro
H A Dtermcap.c50 #define bcopy(s, d, n) memcpy ((d), (s), (n)) macro
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dntlib.h49 #define bcopy(s, d, l) memcpy(d, s, l) macro
/macosx-10.10.1/man-16/man/src/
H A Dglob.c118 #define bcopy macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/glob/
H A Dglob.c54 # define bcopy(s, d, n) ((void) memcpy ((d), (s), (n))) macro
/macosx-10.10.1/emacs-93/emacs/mac/inc/
H A Dconfig.h1185 #define bcopy(a,b,s) memcpy (b,a,s) macro
/macosx-10.10.1/man-16/man/gencat/
H A Dgenlib.c57 static int bcopy(src, dst, length) function
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-os.h361 static __inline void bcopy(const void *src, void *dst, size_t size) { memcpy(dst, src, size); } function
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dschoof.c52 #define bcopy(S, D, n) memcpy(D, S, n) macro

Completed in 316 milliseconds

12