Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libc/string/
H A Dt_memcpy.c128 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/lib/libc/tests/string/
H A Dmemccpy_test.c178 ATF_CHECK_EQ(memccpy(buf, "foobar", 'r', sizeof(buf)), buf + sizeof("foobar") - 1); in ATF_TC_BODY()
182 ATF_CHECK_EQ(memccpy(buf, "foobar", mask | 'r', sizeof(buf)), buf + sizeof("foobar") - 1); in ATF_TC_BODY()
221 memccpy_fn = memccpy; in ATF_TP_ADD_TCS()
/freebsd/lib/libc/string/
H A Dmemccpy.c35 memccpy(void * restrict t, const void * restrict f, int c, size_t n) in memccpy() function
H A DMakefile.inc12 memccpy.c memchr.c memrchr.c memcmp.c \
48 MAN+= bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 index.3 memccpy.3 memchr.3 \
H A DSymbol.map12 memccpy;
/freebsd/lib/libc/amd64/string/
H A DMakefile.inc6 memccpy.S \
/freebsd/lib/libc/aarch64/string/
H A DMakefile.inc30 memccpy.S \
H A Dmemccpy.S9 .weak memccpy
10 .set memccpy, __memccpy define
/freebsd/include/
H A Dstring.h58 void *memccpy(void * __restrict, const void * __restrict, int, size_t);
/freebsd/tools/build/
H A Ddepend-cleanup.sh316 ALL_libcompats= clean_dep lib/libc memccpy c
/freebsd/stand/libsa/
H A DMakefile30 memccpy.c memchr.c memcmp.c memcpy.c memmove.c memset.c \
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp147 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/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1715 /// 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/bin/sh/
H A Dparser.c2119 end = memccpy(tfmt, fmt, '}', sizeof(tfmt)); in getprompt()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2273 fun:memccpy=uninstrumented
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td3174 let Spellings = ["memccpy"];
/freebsd/contrib/ncurses/
H A DNEWS14030 memccpy() (reported by Sidik Isani <isani@cfht.hawaii.edu>)