Home
last modified time | relevance | path

Searched refs:memccpy (Results 1 – 8 of 8) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libm/test/
Dstring.c479 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/
Dmemccpy.c61 memccpy (void *__restrict dst0, in memccpy() function
Dstrings.tex29 * memccpy:: Copy memory regions up to end-token
89 @include string/memccpy.def
DCMakeLists.txt47 memccpy.c
Dmeson.build47 'memccpy.c',
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dstring.h99 void * memccpy (void *__restrict, const void *__restrict, int, size_t);
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-20151497 * 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/
DCOPYING.picolibc2845 newlib/libc/string/memccpy.c
3654 Files: newlib/libc/machine/i960/memccpy.S