/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | life.c | 62 #ifndef bcopy 63 #define bcopy(a,b,c) memmove(b,a,c) macro 597 bcopy(loc, temploc, lp->ncols); 598 bcopy(loc + lp->ncols + 2, temploc + lp->ncols, lp->ncols); 602 bcopy(loc + ((lp->nrows - 1) * (lp->ncols + 2)), lastloc, lp->ncols);
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1StripChart.c | 36 #ifndef bcopy 37 #define bcopy(a,b,c) memmove(b,a,c) macro 38 #endif /*bcopy*/ 40 extern void bcopy(); 379 bcopy((char *)(w->strip_chart.valuedata + next - j),
|
H A D | Xaw3_1AsciiSrc.c | 98 void bcopy();
|
H A D | Xaw3_1Text.c | 47 #ifndef bcopy 48 #define bcopy(a,b,c) memmove(b,a,c) macro 67 extern void bcopy(); 1408 bcopy((char*)std_targets, (char*)targetP, sizeof(Atom)*std_length);
|
/solaris-x11-s11/open-src/app/mkcookie/sun-src/ |
H A D | mkcookie.c | 60 #ifndef bcopy 61 #define bcopy(a,b,c) memmove(b,a,c) macro 295 bcopy (address, new->address, (int) address_length); 306 bcopy (number, new->number, (int) number_length); 641 bcopy (name, auth_name, name_len); 678 bcopy (name, new->name, namelen); 687 bcopy(netname, new->data, new->data_length);
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | drm_memory.c | 79 bcopy(oldpt, pt, min(oldsize, size));
|
H A D | drm_bufs.c | 496 bcopy(dma->buflist, temp_buflist,
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | csopendi.c | 121 bcopy (name, tmpname, namelen); 132 bcopy (data, tmpdata, datalen);
|
H A D | Xlibnet.h | 210 #define COPYBITS(src, dst) bcopy((char *) src, (char *) dst,\
|
H A D | cslibext.c | 581 bcopy(buf, agent->bufptr, len); 585 bcopy((char *) padAdd, agent->bufptr, pad);
|
H A D | cslibint.h | 209 * we can presume buffer less than 2^16 bytes, so bcopy can be used safely. 214 bcopy(data, dpy->bufptr, (int)len);\
|
H A D | XDPS.c | 329 bcopy((char *) wireevent->data, clientevent->data, wireevent->length); 892 bcopy(data, ((char *) req) + sizeof(xPSGiveInputReq) + req->nunits, 1586 bcopy((char *) oev->data, oce->data, oce->length); 2015 bcopy((char *) oev->data, oce->data, oce->length);
|
H A D | csconndi.c | 53 #define memmove(t,f,c) bcopy(f,t,c)
|
H A D | csfindNX.c | 198 (void) bcopy((char *) &agentList[j], (char *) &agentList[j+1],
|
H A D | cslibint.c | 965 bcopy ((char *)((xKeymapEvent *) event)->map, 1498 bcopy(data, dpy->bufptr, (int)len);
|
H A D | dpsclient.c | 59 #define os_bcopy(f,t,c) bcopy(f,t,c)
|
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_memory.c | 83 bcopy(oldpt, pt, min(oldsize, size));
|
H A D | drm_bufs.c | 661 bcopy(temp_buflist, dma->buflist,
|