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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dlife.c62 #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 DXaw3_1StripChart.c36 #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 DXaw3_1AsciiSrc.c98 void bcopy();
H A DXaw3_1Text.c47 #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 Dmkcookie.c60 #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 Ddrm_memory.c79 bcopy(oldpt, pt, min(oldsize, size));
H A Ddrm_bufs.c496 bcopy(dma->buflist, temp_buflist,
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcsopendi.c121 bcopy (name, tmpname, namelen);
132 bcopy (data, tmpdata, datalen);
H A DXlibnet.h210 #define COPYBITS(src, dst) bcopy((char *) src, (char *) dst,\
H A Dcslibext.c581 bcopy(buf, agent->bufptr, len);
585 bcopy((char *) padAdd, agent->bufptr, pad);
H A Dcslibint.h209 * we can presume buffer less than 2^16 bytes, so bcopy can be used safely.
214 bcopy(data, dpy->bufptr, (int)len);\
H A DXDPS.c329 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 Dcsconndi.c53 #define memmove(t,f,c) bcopy(f,t,c)
H A DcsfindNX.c198 (void) bcopy((char *) &agentList[j], (char *) &agentList[j+1],
H A Dcslibint.c965 bcopy ((char *)((xKeymapEvent *) event)->map,
1498 bcopy(data, dpy->bufptr, (int)len);
H A Ddpsclient.c59 #define os_bcopy(f,t,c) bcopy(f,t,c)
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_memory.c83 bcopy(oldpt, pt, min(oldsize, size));
H A Ddrm_bufs.c661 bcopy(temp_buflist, dma->buflist,

Completed in 132 milliseconds