Home
last modified time | relevance | path

Searched refs:memrchr (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/string/
H A Dt_memchr.c173 ATF_CHECK(memrchr(buf, 'a', 0) == NULL); in ATF_TC_BODY()
174 ATF_CHECK(memrchr(buf, 'g', 0) == NULL); in ATF_TC_BODY()
175 ATF_CHECK(memrchr(buf, 'x', 8) == NULL); in ATF_TC_BODY()
177 ATF_CHECK(memrchr("\0", 'x', 0) == NULL); in ATF_TC_BODY()
178 ATF_CHECK(memrchr("\0", 'x', 1) == NULL); in ATF_TC_BODY()
180 ATF_CHECK(memrchr(buf, 'a', 8) == buf + 4); in ATF_TC_BODY()
181 ATF_CHECK(memrchr(buf, 'b', 8) == buf + 5); in ATF_TC_BODY()
182 ATF_CHECK(memrchr(buf, 'c', 8) == buf + 6); in ATF_TC_BODY()
183 ATF_CHECK(memrchr(buf, 'd', 8) == buf + 7); in ATF_TC_BODY()
/freebsd/lib/libc/amd64/string/
H A Dmemrchr.S13 ARCHFUNCS(memrchr)
14 ARCHFUNC(memrchr, scalar)
15 ARCHFUNC(memrchr, baseline)
16 ENDARCHFUNCS(memrchr)
18 ARCHENTRY(memrchr, scalar)
71 ARCHEND(memrchr, scalar)
73 ARCHENTRY(memrchr, baseline)
164 ARCHEND(memrchr, baseline)
H A DMakefile.inc9 memrchr.S \
/freebsd/lib/libc/string/
H A Dmemrchr.c26 memrchr(const void *s, int c, size_t n) in memrchr() function
H A DMakefile.inc12 memccpy.c memchr.c memrchr.c memcmp.c \
64 MLINKS+=memchr.3 memrchr.3
H A DSymbol.map79 memrchr;
/freebsd/lib/libc/aarch64/string/
H A DMakefile.inc11 memrchr \
/freebsd/contrib/arm-optimized-routines/string/test/
H A Dmemrchr.c30 F(memrchr, 0)
/freebsd/lib/libc/tests/string/
H A Dmemrchr_test.c108 memrchr_fn = memrchr; in ATF_TP_ADD_TCS()
/freebsd/include/
H A Dstring.h62 void *memrchr(const void *, int, size_t) __pure;
/freebsd/contrib/arm-optimized-routines/string/
H A DDir.mk30 build/bin/test/memrchr \
/freebsd/usr.sbin/daemon/
H A Ddaemon.c698 cp = memrchr(state->buf, '\n', state->pos); in listen_child()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1745 /// void *memrchr(const void *s, int c, size_t n);
1746 TLI_DEFINE_ENUM_INTERNAL(memrchr)
1747 TLI_DEFINE_STRING_INTERNAL("memrchr")
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc894 INTERCEPTOR(void*, memrchr, const void *s, int c, SIZE_T n) {
896 COMMON_INTERCEPTOR_ENTER(ctx, memrchr, s, c, n);
898 return REAL(memrchr)(s, c, n);
901 #define INIT_MEMRCHR COMMON_INTERCEPT_FUNCTION(memrchr)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2281 fun:memrchr=uninstrumented