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

1 2

  /bionic/libc/bionic/
strchr.cpp 32 char* strchr(const char* p, int ch) { function
  /external/syslinux/com32/lib/
strchr.c 2 * strchr.c
7 char *strchr(const char *s, int c) function
  /external/syslinux/dos/
strchr.c 2 * strchr.c
8 char *strchr(const char *s, int c) function
  /toolchain/binutils/binutils-2.27/libiberty/
strchr.c 1 /* Portable version of strchr()
6 @deftypefn Supplemental char* strchr (const char *@var{s}, int @var{c})
19 strchr (register const char *s, int c) function
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
strchr.c 40 strchr(const char *p, int ch) function
  /bionic/libc/arch-x86/atom/string/
sse2-strchr-atom.S 90 ENTRY (strchr) function
391 END (strchr)
  /external/libcxx/include/
string.h 38 const char* strchr(const char* s, int c);
39 char* strchr( char* s, int c);
74 char* __libcpp_strchr(const char* __s, int __c) {return (char*)strchr(__s, __c);}
76 const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
78 char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
string.h 38 const char* strchr(const char* s, int c);
39 char* strchr( char* s, int c);
74 char* __libcpp_strchr(const char* __s, int __c) {return (char*)strchr(__s, __c);}
76 const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
78 char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
string.h 38 const char* strchr(const char* s, int c);
39 char* strchr( char* s, int c);
74 char* __libcpp_strchr(const char* __s, int __c) {return (char*)strchr(__s, __c);}
76 const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
78 char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
string.h 38 const char* strchr(const char* s, int c);
39 char* strchr( char* s, int c);
74 char* __libcpp_strchr(const char* __s, int __c) {return (char*)strchr(__s, __c);}
76 const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
78 char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
string.h 38 const char* strchr(const char* s, int c);
39 char* strchr( char* s, int c);
74 char* __libcpp_strchr(const char* __s, int __c) {return (char*)strchr(__s, __c);}
76 const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
78 char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
string.h 38 const char* strchr(const char* s, int c);
39 char* strchr( char* s, int c);
74 char* __libcpp_strchr(const char* __s, int __c) {return (char*)strchr(__s, __c);}
76 const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
78 char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
string.h 38 const char* strchr(const char* s, int c);
39 char* strchr( char* s, int c);
74 char* __libcpp_strchr(const char* __s, int __c) {return (char*)strchr(__s, __c);}
76 const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
78 char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
string.h 38 const char* strchr(const char* s, int c);
39 char* strchr( char* s, int c);
74 char* __libcpp_strchr(const char* __s, int __c) {return (char*)strchr(__s, __c);}
76 const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
78 char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
string.h 38 const char* strchr(const char* s, int c);
39 char* strchr( char* s, int c);
74 char* __libcpp_strchr(const char* __s, int __c) {return (char*)strchr(__s, __c);}
76 const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
78 char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
string.h 38 const char* strchr(const char* s, int c);
39 char* strchr( char* s, int c);
74 char* __libcpp_strchr(const char* __s, int __c) {return (char*)strchr(__s, __c);}
76 const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
78 char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
string.h 38 const char* strchr(const char* s, int c);
39 char* strchr( char* s, int c);
74 char* __libcpp_strchr(const char* __s, int __c) {return (char*)strchr(__s, __c);}
76 const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
78 char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
string.h 38 const char* strchr(const char* s, int c);
39 char* strchr( char* s, int c);
74 char* __libcpp_strchr(const char* __s, int __c) {return (char*)strchr(__s, __c);}
76 const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
78 char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
string.h 38 const char* strchr(const char* s, int c);
39 char* strchr( char* s, int c);
74 char* __libcpp_strchr(const char* __s, int __c) {return (char*)strchr(__s, __c);}
76 const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
78 char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
string.h 38 const char* strchr(const char* s, int c);
39 char* strchr( char* s, int c);
74 char* __libcpp_strchr(const char* __s, int __c) {return (char*)strchr(__s, __c);}
76 const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
78 char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
string.h 38 const char* strchr(const char* s, int c);
39 char* strchr( char* s, int c);
74 char* __libcpp_strchr(const char* __s, int __c) {return (char*)strchr(__s, __c);}
76 const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
78 char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
string.h 38 const char* strchr(const char* s, int c);
39 char* strchr( char* s, int c);
74 char* __libcpp_strchr(const char* __s, int __c) {return (char*)strchr(__s, __c);}
76 const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
78 char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} function
  /bionic/libc/arch-arm64/generic/bionic/
strchr.S 76 ENTRY(strchr) function
153 END(strchr)
  /bionic/libc/arch-mips/string/
strchr.c 95 char* strchr(const char* s, int c) function
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt_env.h 74 static inline char *strchr(const char *s, int c) { function

Completed in 601 milliseconds

1 2