Searched refs:memccpy (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13-stable/contrib/netbsd-tests/lib/libc/string/ |
| HD | t_memcpy.c | 128 ATF_CHECK(memccpy(buf, "foo bar", c, sizeof(buf)) != NULL); in ATF_TC_BODY() 131 ATF_CHECK(memccpy(buf, "foo bar", '\0', sizeof(buf) - 1) != NULL); in ATF_TC_BODY() 134 ATF_CHECK(memccpy(buf, "foo bar", 'x', 7) == NULL); in ATF_TC_BODY() 137 ATF_CHECK(memccpy(buf, "xxxxxxx", 'r', 7) == NULL); in ATF_TC_BODY()
|
| /freebsd-13-stable/lib/libc/string/ |
| HD | memccpy.c | 39 memccpy(void *t, const void *f, int c, size_t n) in memccpy() function
|
| HD | Makefile.inc | 14 memccpy.c memchr.c memrchr.c memcmp.c \ 40 MAN+= bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 index.3 memccpy.3 memchr.3 \
|
| HD | Symbol.map | 15 memccpy;
|
| /freebsd-13-stable/include/ |
| HD | string.h | 56 void *memccpy(void * __restrict, const void * __restrict, int, size_t);
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/ |
| HD | string.h | 37 void *memccpy(void *__restrict, const void *__restrict, int,
|
| /freebsd-13-stable/stand/libsa/ |
| HD | Makefile | 30 memccpy.c memchr.c memcmp.c memcpy.c memmove.c memset.c \
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/ |
| HD | msan_interceptors.cpp | 147 INTERCEPTOR(void *, memccpy, void *dest, const void *src, int c, SIZE_T n) { in INTERCEPTOR() argument 149 void *res = REAL(memccpy)(dest, src, c, n); in INTERCEPTOR() 1790 INTERCEPT_FUNCTION(memccpy); in InitializeInterceptors()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | TargetLibraryInfo.def | 1715 /// void *memccpy(void *s1, const void *s2, int c, size_t n); 1716 TLI_DEFINE_ENUM_INTERNAL(memccpy) 1717 TLI_DEFINE_STRING_INTERNAL("memccpy")
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 2273 fun:memccpy=uninstrumented
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | Builtins.td | 3174 let Spellings = ["memccpy"];
|
| /freebsd-13-stable/contrib/ncurses/ |
| HD | NEWS | 12402 memccpy() (reported by Sidik Isani <isani@cfht.hawaii.edu>)
|