Searched defs:memmove (Results 1 - 6 of 6) sorted by relevance
/forgerock/web-agents-v4/expat/ |
H A D | xmlparse.c | 78 /* Handle the case where memmove() doesn't exist. */ 81 #define memmove(d,s,l) bcopy((s),(d),(l)) macro 83 #error memmove does not exist on this platform, nor is a substitute available 1705 memmove(buffer, &buffer[offset], bufferEnd - bufferPtr + keep); 1710 memmove(buffer, bufferPtr, bufferEnd - bufferPtr);
|
/forgerock/web-agents-v4/pcre/ |
H A D | pcre_internal.h | 373 #define memmove(d,s,n) _memmove(d,s,n) macro 377 /* To cope with SunOS4 and other systems that lack memmove() but have bcopy(), 378 define a macro for memmove() if HAVE_MEMMOVE is false, provided that HAVE_BCOPY 383 #undef memmove /* some systems may have a macro */ macro 385 #define memmove(a, b, c) bcopy(b, a, c) macro 406 #define memmove(a, b, c) pcre_memmove(a, b, c) macro
|
/forgerock/opendj-b2.6/ext/svnkit/ |
H A D | sqljet.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |
/forgerock/opendj2/ext/svnkit/lib/ |
H A D | sqljet-1.1.10.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |
/forgerock/opendj2.6.2/ext/svnkit/ |
H A D | sqljet.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |
/forgerock/opendj2-hg/ext/svnkit/lib/ |
H A D | sqljet-1.1.10.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |
Completed in 56 milliseconds