Searched refs:memccpy (Results 1 – 8 of 8) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libm/test/ |
D | string.c | 479 check(memccpy(one, "abc", 'q', 4) == NULL); /* Returned value. */ in test_string() 483 (void) memccpy(one+1, "xyz", 'q', 2); in test_string() 487 (void) memccpy(one, "xyz", 'q', 0); in test_string() 492 (void) memccpy(two, one, 'q', 9); in test_string() 498 check(memccpy(two, one, 'f', 9) == two+6); /* Returned value. */ in test_string() 504 check(memccpy(two, one, 'a', 4) == two+1); /* First char. */ in test_string() 506 check(memccpy(two, one, 'd', 4) == two+4); /* Last char. */ in test_string() 509 check(memccpy(two, one, 'x', 1) == two+1); /* Singleton. */ in test_string()
|
/picolibc-3.5.0-3.4.0/newlib/libc/string/ |
D | memccpy.c | 61 memccpy (void *__restrict dst0, in memccpy() function
|
D | strings.tex | 29 * memccpy:: Copy memory regions up to end-token 89 @include string/memccpy.def
|
D | CMakeLists.txt | 47 memccpy.c
|
D | meson.build | 47 'memccpy.c',
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/ |
D | string.h | 99 void * memccpy (void *__restrict, const void *__restrict, int, size_t);
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | ChangeLog-2015 | 1497 * libc/string/memccpy.c (memccpy): Fix warning about signed-unsigned 2655 * libc/include/string.h, libc/string/memccpy.c, libc/string/memcpy.c, 4667 * libc/string/memccpy.c: Likewise. 17104 * libc/string/strings.tex: Fix typo for memccpy. 17185 * libc/string/Makefile.am: Add strdup.c, strdup_r.c, memccpy.c, 17188 * libc/string/memccpy.c: New file. 17194 * libc/string/strings.tex: Add memccpy and mempcpy documentation.
|
/picolibc-3.5.0-3.4.0/ |
D | COPYING.picolibc | 2845 newlib/libc/string/memccpy.c 3654 Files: newlib/libc/machine/i960/memccpy.S
|