Searched refs:HAVE_BCOPY (Results 1 - 10 of 10) sorted by relevance

/external/expat/
H A Dexpat_config.h8 #define HAVE_BCOPY 1 macro
/external/pcre/dist/
H A Dconfig-cmake.h.in14 #cmakedefine HAVE_BCOPY 1
H A Dconfig.h.in28 HAVE_BCOPY is defined. If your system has neither bcopy() nor memmove(), make
55 #undef HAVE_BCOPY
H A Dpcre_internal.h378 define a macro for memmove() if HAVE_MEMMOVE is false, provided that HAVE_BCOPY
384 #ifdef HAVE_BCOPY
386 #else /* HAVE_BCOPY */
407 #endif /* not HAVE_BCOPY */
/external/openssh/
H A Dconfig.h212 #define HAVE_BCOPY 1 macro
H A Ddefines.h619 #if !defined(HAVE_MEMMOVE) && defined(HAVE_BCOPY)
621 #endif /* !defined(HAVE_MEMMOVE) && defined(HAVE_BCOPY) */
H A Dconfig.h.in217 #undef HAVE_BCOPY
/external/netperf/
H A Dnetlib.h596 #define HAVE_BCOPY macro
607 #ifndef HAVE_BCOPY
609 #endif /* HAVE_BCOPY */
/external/llvm/include/llvm/Config/
H A Dconfig.h.cmake34 #undef HAVE_BCOPY
/external/expat/lib/
H A Dxmlparse.c80 #ifdef HAVE_BCOPY
84 #endif /* HAVE_BCOPY */

Completed in 156 milliseconds