Searched defs:memmove (Results 1 - 25 of 52) sorted by relevance

123

/macosx-10.9.5/tcl-102/tcl/tcl/compat/
H A Dstring.h38 #define memmove(d, s, n) bcopy ((s), (d), (n)) macro
/macosx-10.9.5/tcl-102/tcl84/tcl/compat/
H A Dstring.h40 #define memmove(d, s, n) bcopy ((s), (d), (n)) macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dmemmove.c21 memmove (PTR s1, const PTR s2, size_t n) function
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A Dregutils.h52 #define memmove(d, s, c) bcopy(s, d, c) macro
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexp_memmove.c9 memmove(dest,src,n) function
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/i386/
H A Dmemmove.c54 memmove(void *dst, const void *src, size_t ulen) function
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dmemmove.c45 memmove(void *s1, const void *s2, size_t n) function
/macosx-10.9.5/Libc-997.90.3/regex/FreeBSD/
H A Dutils.h53 #define memmove(d, s, c) bcopy(s, d, c) macro
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Dstring.h210 #define memmove(a,b,c) bcopy(b,a,c) macro
/macosx-10.9.5/cups-372.4/cups/vcnet/regex/
H A Dutils.h21 #define memmove(d, s, c) bcopy(s, d, c) macro
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Dmemmove.c13 memmove (void *dest0, void const *source0, size_t length) function
/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Dstring.h210 #define memmove(a,b,c) bcopy(b,a,c) macro
/macosx-10.9.5/ruby-104/ruby/missing/
H A Dmemmove.c7 memmove(void *d, const void *s, size_t n) function
/macosx-10.9.5/ntp-88/include/
H A Dntp_string.h47 #define memmove(t, f, c) bcopy(f, t, (int)(c)) macro
/macosx-10.9.5/Libc-997.90.3/include/secure/
H A D_string.h69 #undef memmove macro
70 #define memmove(dest, src, len) \ macro
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/ac/
H A Dstring.h45 # undef memmove macro
46 # define memmove(d, s, n) ((void) bcopy ((s), (d), (n))) macro
/macosx-10.9.5/emacs-92/emacs/src/m/
H A D7300.h82 #define memmove(d, s, n) safe_bcopy (s, d, n) macro
H A Datt3b.h144 #define memmove(d, s, n) safe_bcopy (s, d, n) macro
/macosx-10.9.5/emacs-92/emacs/src/s/
H A Dsunos4shr.h67 #define memmove(to, from, size) bcopy (from, to, size) macro
/macosx-10.9.5/expat-12/expat/vms/
H A Dexpat_config.h47 #define memmove(d,s,l) bcopy((s),(d),(l)) macro
49 #define memmove(d,s,l) ;punting on memmove; macro
/macosx-10.9.5/ntp-88/libntp/
H A Dmemmove.c68 memmove( function
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/mac/
H A Dmacconfig.h58 #define memmove(d,s,l) bcopy((s),(d),(l)) macro
60 #define memmove(d,s,l) ;punting on memmove; macro
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtc.decls.h182 # define memmove(a, b, c) xmemmove(a, b, c) macro
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_general.h156 #define memmove(a,b,c) bcopy(b,a,c) macro
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_general.h156 #define memmove(a,b,c) bcopy(b,a,c) macro

Completed in 154 milliseconds

123