Home
last modified time | relevance | path

Searched defs:memchr (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/
H A Dstring.h95 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const void* memchr(const void* __s, int __c… in memchr() function
98 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD void* memchr(void* __s, int __c, size_t __n… in memchr() function
/openbsd-src/lib/libc/string/
H A Dmemchr.c37 memchr(const void *s, int c, size_t n) in memchr() function
/openbsd-src/gnu/lib/libiberty/src/
H A Dmemchr.c21 memchr (register const PTR src_void, int c, size_t length) in memchr() function
/openbsd-src/sys/lib/libkern/
H A Dmemchr.c39 memchr(const void *s, int c, size_t n) in memchr() function
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/ansi/
H A Dstring.h15 inline void *memchr(void *__1, int __2, size_t __3) in memchr() function
/openbsd-src/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cstring.h101 memchr(void* __p, int __c, size_t __n) in memchr() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cstring.h100 memchr(void* __p, int __c, size_t __n) in memchr() function
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcfns.gperf122 memchr keyword
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-hooks2.c169 WRAPPER2(void *, memchr, const void *s, int c, size_t n) in WRAPPER2() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2456 TEST(MemorySanitizer, memchr) { in TEST() argument