Home
last modified time | relevance | path

Searched defs:bcopy (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/arm/
A Dbcopy.S54 bcopy: label
62 bcopy: label
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/avr32/
A Dbcopy.S17 bcopy: label
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/
A Dbcopy.c11 void bcopy(const void *s2, void *s1, size_t n) in bcopy() function
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstring.h369 # define bcopy(src,dest,n) (memmove((dest), (src), (n)), (void) 0) macro

Completed in 4 milliseconds