Searched refs:bcopy (Results 1 – 14 of 14) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/arm/ |
A D | bcopy.S | 48 .global bcopy 49 .type bcopy,%function 54 bcopy: label 62 bcopy: label 70 .size bcopy,.-bcopy
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/avr32/ |
A D | bcopy.S | 14 .global bcopy 15 .type bcopy, @function 17 bcopy: label 24 .size bcopy, . - bcopy
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ia64/ |
A D | bcopy.S | 5 ENTRY(bcopy) 12 END(bcopy)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | strings.h | 37 extern void bcopy (const void *__src, void *__dest, size_t __n) 60 # define bcopy(src,dest,n) (memmove((dest), (src), (n)), (void) 0)
|
A D | string.h | 346 extern void bcopy (const void *__src, void *__dest, size_t __n) 369 # define bcopy(src,dest,n) (memmove((dest), (src), (n)), (void) 0) macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ |
A D | bcopy.c | 11 void bcopy(const void *s2, void *s1, size_t n) in bcopy() function
|
/l4re-core-master/uclibc/doc/ |
A D | general.dox | 28 bcopy, bzero, bcmp
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/string/ |
A D | tester.c | 1379 (void) bcopy("abc", one, 4); in test_bcopy() 1383 (void) bcopy("xyz", one+1, 2); in test_bcopy() 1387 (void) bcopy("xyz", one, 0); in test_bcopy() 1392 (void) bcopy(one, two, 9); in test_bcopy()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc64/sparcv9b/ |
A D | memcpy.S | 41 ENTRY(bcopy) 55 END(bcopy)
|
/l4re-core-master/uclibc/lib/uclibc/ |
A D | contrib_files.mk | 195 bcopy
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc32/ |
A D | memcpy.S | 166 ENTRY(bcopy) 170 END(bcopy)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc64/ |
A D | memcpy.S | 195 ENTRY(bcopy) 209 END(bcopy)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/ |
A D | regex_old.c | 122 # if !defined bzero && !defined bcopy 147 # define memcpy(d, s, n) (bcopy (s, d, n), (d))
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/ |
A D | Config.in | 714 bcmp, bcopy, bzero, index, rindex, ftime, 740 Currently applies to bcopy/bzero/bcmp/index/rindex et al.
|
Completed in 29 milliseconds