Searched refs:bcopy (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dmystring.h46 #define memcpy(a,b,c) bcopy(b,a,c)
48 extern "C" void bcopy(const void *, void *, int);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXfuncs.h36 void bcopy();
42 void bcopy();
64 # define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len)) macro
/xsrc/external/mit/xman/dist/
H A Dmain.c148 bcopy(argv, saved_argv, argc * sizeof(char *));
/xsrc/external/mit/libpciaccess/dist/src/
H A Dsolx_devfs.c760 (void) bcopy(prom.memory, buffer, dev->rom_size);
/xsrc/external/mit/xterm/dist/
H A Dxterm.h47 #undef bcopy
H A Dptyx.h73 #undef bcopy

Completed in 16 milliseconds