Home | History | Annotate | Download | only in tests

Lines Matching full:bcopy

1248   it = "bcopy";
1249 (void) bcopy("abc", one, 4);
1253 (void) bcopy("xyz", one+1, 2);
1257 (void) bcopy("xyz", one, 0);
1262 (void) bcopy(one, two, 9);
1508 /* bcopy. */