Home
last modified time | relevance | path

Searched refs:bcopy (Results 1 – 14 of 14) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/arm/
A Dbcopy.S48 .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 Dbcopy.S14 .global bcopy
15 .type bcopy, @function
17 bcopy: label
24 .size bcopy, . - bcopy
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ia64/
A Dbcopy.S5 ENTRY(bcopy)
12 END(bcopy)
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstrings.h37 extern void bcopy (const void *__src, void *__dest, size_t __n)
60 # define bcopy(src,dest,n) (memmove((dest), (src), (n)), (void) 0)
A Dstring.h346 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 Dbcopy.c11 void bcopy(const void *s2, void *s1, size_t n) in bcopy() function
/l4re-core-master/uclibc/doc/
A Dgeneral.dox28 bcopy, bzero, bcmp
/l4re-core-master/uclibc/lib/contrib/uclibc/test/string/
A Dtester.c1379 (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 Dmemcpy.S41 ENTRY(bcopy)
55 END(bcopy)
/l4re-core-master/uclibc/lib/uclibc/
A Dcontrib_files.mk195 bcopy
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc32/
A Dmemcpy.S166 ENTRY(bcopy)
170 END(bcopy)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc64/
A Dmemcpy.S195 ENTRY(bcopy)
209 END(bcopy)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_old.c122 # 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 DConfig.in714 bcmp, bcopy, bzero, index, rindex, ftime,
740 Currently applies to bcopy/bzero/bcmp/index/rindex et al.

Completed in 29 milliseconds