Searched refs:memmove (Results 1 - 10 of 10) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcsconndi.c53 #define memmove(t,f,c) bcopy(f,t,c) macro
460 memmove(dnaddr.a_addr, np->n_addr, np->n_length);
469 memmove (*saddrp, (char *)&dnaddr, *saddrlenp);
599 memmove ((char *)&t, (char *)hp->h_addr, sizeof(t));
603 memmove ((char *)&inaddr.sin_addr, (char *)hp->h_addr,
686 memmove (*saddrp, cp, len);
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dauditwrite.c691 * bcopy(3C) that we previously used here. memmove(3C) does the same
711 (void) memmove(*b1, b2, l2);
722 (void) memmove(*b1+*l1, b2, l2);
745 (void) memmove(*b1, b2, l2);
756 (void) memmove(*b1+l2, *b1, *l1);
758 (void) memmove(*b1, b2, l2);
H A Dtsolextension.c1712 memmove(temp_inmsg, inmsg, len);
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dlife.c63 #define bcopy(a,b,c) memmove(b,a,c)
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1StripChart.c37 #define bcopy(a,b,c) memmove(b,a,c)
H A DXaw3_1Text.c48 #define bcopy(a,b,c) memmove(b,a,c)
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DStripChart.c395 (void) memmove((char *)(w->strip_chart.valuedata),
H A DMultiSrc.c119 #define MyWStrncpy( t,s,wcnt ) (void) memmove( (t), (s), (wcnt)*sizeof(wchar_t))
H A DText.c760 memmove(tempResult, text.ptr, text.length * bytes);
1547 (void) memmove((char*)targetP, (char*)std_targets, sizeof(Atom)*std_length);
/solaris-x11-s11/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c61 #define bcopy(a,b,c) memmove(b,a,c)

Completed in 139 milliseconds