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

  /bionic/libc/string/
strrchr.c 35 __strrchr_chk(const char *p, int ch, size_t s_len) function
53 return __strrchr_chk(p, ch, __BIONIC_FORTIFY_UNKNOWN_SIZE);
  /bionic/libc/include/
string.h 241 extern char* __strrchr_chk(const char *, int, size_t);
247 // Compiler doesn't know destination size. Don't call __strrchr_chk
257 return __strrchr_chk(s, c, bos);

Completed in 37 milliseconds