memmove 373 ext/pcre/pcrelib/pcre_internal.h #define memmove(d,s,n) _memmove(d,s,n) memmove 383 ext/pcre/pcrelib/pcre_internal.h #undef memmove /* some systems may have a macro */ memmove 385 ext/pcre/pcrelib/pcre_internal.h #define memmove(a, b, c) bcopy(b, a, c) memmove 406 ext/pcre/pcrelib/pcre_internal.h #define memmove(a, b, c) pcre_memmove(a, b, c) memmove 197 main/php.h # define memmove(d, s, n) bcopy ((s), (d), (n))