Searched refs:memmove (Results 1 - 10 of 10) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | csconndi.c | 53 #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 D | auditwrite.c | 691 * 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 D | tsolextension.c | 1712 memmove(temp_inmsg, inmsg, len);
|
/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | life.c | 63 #define bcopy(a,b,c) memmove(b,a,c)
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1StripChart.c | 37 #define bcopy(a,b,c) memmove(b,a,c)
|
H A D | Xaw3_1Text.c | 48 #define bcopy(a,b,c) memmove(b,a,c)
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | StripChart.c | 395 (void) memmove((char *)(w->strip_chart.valuedata),
|
H A D | MultiSrc.c | 119 #define MyWStrncpy( t,s,wcnt ) (void) memmove( (t), (s), (wcnt)*sizeof(wchar_t))
|
H A D | Text.c | 760 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 D | mkcookie.c | 61 #define bcopy(a,b,c) memmove(b,a,c)
|
Completed in 139 milliseconds