Searched refs:bcopy (Results 1 – 11 of 11) sorted by relevance
/picolibc-latest/newlib/libc/string/ |
D | bcopy.c | 42 #undef bcopy 45 bcopy (const void *b1, in bcopy() function
|
D | strings.tex | 26 * Function bcopy:: Copy memory regions 80 @include string/bcopy.def
|
D | CMakeLists.txt | 37 bcopy.c
|
D | meson.build | 37 'bcopy.c',
|
/picolibc-latest/newlib/libc/posix/ |
D | utils.h | 55 #define memmove(d, s, c) bcopy(s, d, c)
|
/picolibc-latest/newlib/libc/include/ssp/ |
D | strings.h | 39 #define bcopy(src, dst, len) \ macro
|
/picolibc-latest/newlib/libc/include/ |
D | strings.h | 56 void bcopy(const void *, void *, size_t); /* LEGACY */
|
/picolibc-latest/newlib/libm/test/ |
D | string.c | 531 (void) bcopy("abc", one, 4); in test_string() 535 (void) bcopy("xyz", one+1, 2); in test_string() 539 (void) bcopy("xyz", one, 0); in test_string() 544 (void) bcopy(one, two, 9); in test_string()
|
/picolibc-latest/newlib/libc/ssp/ |
D | ssp.tex | 32 bcopy memmove strcpy
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 4001 * libc/stdlib/setenv_r.c: Use "memcpy" instead of obsolete "bcopy". 4005 * libc/misc/ffs.c, libc/string/bcmp.c, libc/string/bcopy.c, 4055 * libc/string/bcopy.c: Include <strings.h> for "bcopy". 18058 * libc/include/string.h (bcmp, bcopy, bzero): Change prototypes 18061 * libc/string/bcopy.c: Ditto. 25696 * bcopy.c: fixed documentation, bcopy was not specified by ANSI. 26925 libc/string/{bcmp.c bcopy.c bzero.c index.c memchr.c memcmp.c 27260 * libc/string/bcopy.c: BSD version works on overlapping strings,
|
/picolibc-latest/ |
D | COPYING.picolibc | 3947 newlib/libc/string/bcopy.c
|