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

  /bionic/libc/string/
memrchr.c 31 void *memrchr(const void *s, int c, size_t n) function
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 106 extern void *memrchr (void const *, int, size_t)
110 # undef memrchr macro
111 # define memrchr(a,b,c) \ macro
112 (GL_LINK_WARNING ("memrchr is unportable - " \
113 "use gnulib module memrchr for portability"), \
114 memrchr (a, b, c))

Completed in 54 milliseconds