Searched defs:bcopy (Results 1 - 4 of 4) sorted by relevance
/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_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/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/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);
|
Completed in 25 milliseconds