Home | History | Annotate | Download | only in darwin-lib

Lines Matching defs:memchr

407 #   define memchr rpl_memchr
409 _GL_FUNCDECL_RPL (memchr, void *, (void const *__s, int __c, size_t __n)
412 _GL_CXXALIAS_RPL (memchr, void *, (void const *__s, int __c, size_t __n));
415 _GL_FUNCDECL_SYS (memchr, void *, (void const *__s, int __c, size_t __n)
420 extern "C" { const void * std::memchr (const void *, int, size_t); }
421 extern "C++" { void * std::memchr (void *, int, size_t); } */
422 _GL_CXXALIAS_SYS_CAST2 (memchr,
428 _GL_CXXALIASWARN1 (memchr, void *, (void *__s, int __c, size_t __n));
429 _GL_CXXALIASWARN1 (memchr, void const *,
432 _GL_CXXALIASWARN (memchr);
435 # undef memchr
436 /* Assume memchr is always declared. */
437 _GL_WARN_ON_USE (memchr, "memchr has platform-specific bugs - "
438 "use gnulib module memchr for portability" );
527 memchr(S,C,N), at the expense of undefined behavior if C does not