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

  /bionic/libc/bionic/
strchr.cpp 33 char* strchr(const char* p, int ch) { function
  /bionic/libc/arch-x86/atom/string/
sse2-strchr-atom.S 90 ENTRY (strchr) function
391 END (strchr)
  /bionic/libc/arch-arm64/generic/bionic/
strchr.S 2 strchr - find a character in a string
77 ENTRY(strchr) function
154 END(strchr)
  /bionic/libc/include/
string.h 47 extern char* strchr(const char *, int) __purefunc;
242 char* strchr(const char *s, int c) { function
  /development/ndk/platforms/android-L/include/
string.h 46 extern char* strchr(const char *, int) __purefunc;
281 char* strchr(const char *s, int c) { function
  /external/bison/lib/
string.in.h 298 /* strchr() does not work with multibyte strings if the locale encoding is
300 # undef strchr macro
301 /* Assume strchr is always declared. */
302 _GL_WARN_ON_USE (strchr, "strchr cannot work correctly on character strings "
751 Unlike strchr(), this function works correctly in multibyte locales with
    [all...]
  /external/chromium_org/third_party/webrtc/base/
stringutils.h 61 // strchr, vsnprintf, strtoul, tolowercase
90 inline const wchar_t* strchr(const wchar_t* s, wchar_t c) { function
147 const CTYPE* strchr(const CTYPE* str, const CTYPE* chs) { function in namespace:rtc
  /external/bison/darwin-lib/
string.h 610 /* strchr() does not work with multibyte strings if the locale encoding is
612 # undef strchr macro
613 /* Assume strchr is always declared. */
614 _GL_WARN_ON_USE (strchr, "strchr cannot work correctly on character strings "
    [all...]
  /external/bison/linux-lib/
string.h 610 /* strchr() does not work with multibyte strings if the locale encoding is
612 # undef strchr macro
613 /* Assume strchr is always declared. */
614 _GL_WARN_ON_USE (strchr, "strchr cannot work correctly on character strings "
    [all...]
  /external/compiler-rt/lib/asan/
asan_dll_thunk.cc 318 INTERCEPT_LIBRARY_FUNCTION(strchr); variable
  /external/mksh/src/
misc.c 2035 strchr(char *p, int ch) function
    [all...]
sh.h 457 * portability problems (calling strchr(x, 0x80 | 'x') is error prone).
501 #undef strchr macro
502 #define strchr ucstrchr macro
521 #define cstrchr(s,c) ((const char *)strchr((s), (c)))
523 #define vstrchr(s,c) (strchr((s), (c)) != NULL)
547 /* use this ipv strchr(s, 0) but no side effects in s! */
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 565 /// char *strchr(const char *s, int c);
566 strchr, enumerator in enum:llvm::LibFunc::Func

Completed in 600 milliseconds