Searched defs:memmove (Results 1 - 25 of 52) sorted by last modified time

123

/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/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLibraryInfo.h220 memmove, enumerator in enum:llvm::LibFunc::Func
/macosx-10.9.5/OpenSSH-186/openssh/
H A Ddefines.h590 # define memmove(s1, s2, n) bcopy((s2), (s1), (n)) 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/xnu-2422.115.4/libsyscall/wrappers/string/
H A Dmemcpy.c118 memmove(void *s1, const void *s2, size_t n) function
/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/tcl-102/tcl84/tcl/unix/
H A Dconfigure7166 memmove(); 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/zsh-60/zsh/Src/
H A Dzsh_system.h711 # define memmove(dest, src, len) bcopy((src), (dest), (len)) macro
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dunormalize.c63 #define memmove(a,b,c) bcopy((char *)(b),(char *)(a),(int)(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/ppp-727.90.1/Helpers/chat/
H A Dchat.c167 #define memmove(to, from, n) bcopy(from, to, n) macro
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dsys_defs.h388 #define memmove(d,s,l) bcopy(s,d,l) 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/expat-12/expat/amiga/
H A Dstdlib.c99 void * memmove (void * t1, const void * t2, size_t len) function
/macosx-10.9.5/expat-12/expat/lib/
H A Dxmlparse.c79 #define memmove(d,s,l) bcopy((s),(d),(l)) 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/apache-786.1/httpd/srclib/apr-util/xml/expat/lib/
H A Dxmlparse.c74 #define memmove(d,s,l) bcopy((s),(d),(l)) macro
/macosx-10.9.5/apr-30/apr-util/apr-util/xml/expat/lib/
H A Dxmlparse.c74 #define memmove(d,s,l) bcopy((s),(d),(l)) macro
/macosx-10.9.5/ncurses-42/ncurses/ncurses/
H A Dcurses.priv.h174 #define memmove(d,s,n) bcopy(s,d,n) macro
176 #define memmove(d,s,n) _nc_memmove(d,s,n) 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/tcl-102/tcl_ext/expect/expect/
H A Dexp_memmove.c9 memmove(dest,src,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/ntp-88/lib/isc/include/isc/
H A Dstring.h210 #define memmove(a,b,c) bcopy(b,a,c) macro
/macosx-10.9.5/ntp-88/libntp/
H A Dmemmove.c68 memmove( function

Completed in 304 milliseconds

123