HomeSort by relevance Sort by last modified time
    Searched defs:memrchr (Results 1 - 9 of 9) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/string/
memrchr.c 1 /* $OpenBSD: memrchr.c,v 1.3 2015/08/31 02:53:57 guenther Exp $ */
26 memrchr(const void *s, int c, size_t n) __overloadable
39 DEF_WEAK(memrchr); variable
  /external/curl/lib/
curl_memrchr.h 40 #define memrchr(x,y,z) Curl_memrchr((x),(y),(z)) macro
  /bionic/libc/arch-x86/atom/string/
sse2-memrchr-atom.S 87 ENTRY (memrchr) function
778 END (memrchr)
  /bionic/libc/include/
string.h 52 void* memrchr(const void* _Nonnull, int, size_t) __attribute_pure__ __overloadable
53 __RENAME_CLANG(memrchr);
262 void* memrchr(const void* const _Nonnull s __pass_object_size, int c, size_t n)
267 return __call_bypassing_fortify(memrchr)(s, c, n);
416 extern void* __memrchr_real(const void*, int, size_t) __RENAME(memrchr); variable
423 __errordecl(__memrchr_buf_size_error, "memrchr called with size bigger than buffer");
446 void* memrchr(const void* s, int c, size_t n) { function
  /external/bison/lib/
string.in.h 189 _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t)
194 extern "C++" { const void * std::memrchr (const void *, int, size_t); }
195 extern "C++" { void * std::memrchr (void *, int, size_t); } */
196 _GL_CXXALIAS_SYS_CAST2 (memrchr,
201 _GL_CXXALIASWARN1 (memrchr, void *, (void *, int, size_t));
202 _GL_CXXALIASWARN1 (memrchr, void const *, (void const *, int, size_t));
204 _GL_CXXALIASWARN (memrchr); variable
207 # undef memrchr macro
209 _GL_WARN_ON_USE (memrchr, "memrchr is unportable -
    [all...]
  /external/bison/darwin-lib/
string.h 501 _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t)
506 extern "C++" { const void * std::memrchr (const void *, int, size_t); }
507 extern "C++" { void * std::memrchr (void *, int, size_t); } */
508 _GL_CXXALIAS_SYS_CAST2 (memrchr,
513 _GL_CXXALIASWARN1 (memrchr, void *, (void *, int, size_t));
514 _GL_CXXALIASWARN1 (memrchr, void const *, (void const *, int, size_t));
516 _GL_CXXALIASWARN (memrchr);
519 # undef memrchr macro
521 _GL_WARN_ON_USE (memrchr, "memrchr is unportable -
    [all...]
  /external/bison/linux-lib/
string.h 501 _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t)
506 extern "C++" { const void * std::memrchr (const void *, int, size_t); }
507 extern "C++" { void * std::memrchr (void *, int, size_t); } */
508 _GL_CXXALIAS_SYS_CAST2 (memrchr,
513 _GL_CXXALIASWARN1 (memrchr, void *, (void *, int, size_t));
514 _GL_CXXALIASWARN1 (memrchr, void const *, (void const *, int, size_t));
516 _GL_CXXALIASWARN (memrchr);
519 # undef memrchr macro
521 _GL_WARN_ON_USE (memrchr, "memrchr is unportable -
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string.h 514 # define memrchr(s, c, n) __memrchr ((s), (c), (n)) macro
    [all...]
  /external/regex-re2/re2/
dfa.cc 36 #if !defined(__linux__) /* only Linux seems to have memrchr */
37 static void* memrchr(const void* s, int c, size_t n) { function in namespace:re2
    [all...]

Completed in 1465 milliseconds