Searched defs:memchr (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dmemchr.c1 /* $OpenBSD: memchr.c,v 1.8 2015/08/31 02:53:57 guenther Exp $ */
37 memchr(const void *s, int c, size_t n) __overloadable
49 DEF_STRONG(memchr); variable
/bionic/libc/arch-x86/atom/string/
H A Dsse2-memchr-atom.S90 ENTRY (memchr) function
556 END (memchr)
/bionic/libc/arch-arm64/generic/bionic/
H A Dmemchr.S72 ENTRY(memchr) function
164 END(memchr)
/bionic/libc/include/
H A Dstring.h50 void* memchr(const void* _Nonnull, int, size_t) __attribute_pure__ __overloadable
51 __RENAME_CLANG(memchr);
250 void* memchr(const void* const _Nonnull s __pass_object_size, int c, size_t n)
422 __errordecl(__memchr_buf_size_error, "memchr called with size bigger than buffer");
427 void* memchr(const void *_Nonnull s __pass_object_size, int c, size_t n) { function
612 return memchr(s, c, n);
616 const void* memchr(const void* const _Nonnull s __pass_object_size, int c, size_t n)
622 void* memchr(void* const _Nonnull s __pass_object_size, int c, size_t n) __prefer_this_overload {
/bionic/tools/versioner/current/
H A Dstring.h50 void* memchr(const void* _Nonnull, int, size_t) __attribute_pure__ __overloadable
51 __RENAME_CLANG(memchr);
250 void* memchr(const void* const _Nonnull s __pass_object_size, int c, size_t n)
422 __errordecl(__memchr_buf_size_error, "memchr called with size bigger than buffer");
427 void* memchr(const void *_Nonnull s __pass_object_size, int c, size_t n) { function
612 return memchr(s, c, n);
616 const void* memchr(const void* const _Nonnull s __pass_object_size, int c, size_t n)
622 void* memchr(void* const _Nonnull s __pass_object_size, int c, size_t n) __prefer_this_overload {

Completed in 214 milliseconds