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

1 2

  /bionic/libc/bionic/
strrchr.cpp 32 char* strrchr(const char* p, int ch) { function
  /external/clang/test/Preprocessor/
pragma_poison.c 14 #define strrchr rindex2 macro
20 strrchr(some_string, 'h'); // ok.
  /external/syslinux/com32/lib/
strrchr.c 2 * strrchr.c
7 char *strrchr(const char *s, int c) function
  /toolchain/binutils/binutils-2.27/libiberty/
strrchr.c 1 /* Portable version of strrchr().
6 @deftypefn Supplemental char* strrchr (const char *@var{s}, int @var{c})
19 strrchr (register const char *s, int c) function
  /bionic/libc/arch-x86/atom/string/
sse2-strrchr-atom.S 89 ENTRY (strrchr) function
753 END (strrchr)
  /external/libcxx/include/
string.h 43 const char* strrchr(const char* s, int c);
44 char* strrchr( char* s, int c);
88 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);}
90 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
92 char* strrchr( char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
string.h 43 const char* strrchr(const char* s, int c);
44 char* strrchr( char* s, int c);
88 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);}
90 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
92 char* strrchr( char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
string.h 43 const char* strrchr(const char* s, int c);
44 char* strrchr( char* s, int c);
88 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);}
90 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
92 char* strrchr( char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
string.h 43 const char* strrchr(const char* s, int c);
44 char* strrchr( char* s, int c);
88 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);}
90 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
92 char* strrchr( char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
string.h 43 const char* strrchr(const char* s, int c);
44 char* strrchr( char* s, int c);
88 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);}
90 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
92 char* strrchr( char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
string.h 43 const char* strrchr(const char* s, int c);
44 char* strrchr( char* s, int c);
88 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);}
90 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
92 char* strrchr( char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
string.h 43 const char* strrchr(const char* s, int c);
44 char* strrchr( char* s, int c);
88 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);}
90 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
92 char* strrchr( char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
string.h 43 const char* strrchr(const char* s, int c);
44 char* strrchr( char* s, int c);
88 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);}
90 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
92 char* strrchr( char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
string.h 43 const char* strrchr(const char* s, int c);
44 char* strrchr( char* s, int c);
88 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);}
90 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
92 char* strrchr( char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
string.h 43 const char* strrchr(const char* s, int c);
44 char* strrchr( char* s, int c);
88 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);}
90 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
92 char* strrchr( char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
string.h 43 const char* strrchr(const char* s, int c);
44 char* strrchr( char* s, int c);
88 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);}
90 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
92 char* strrchr( char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
string.h 43 const char* strrchr(const char* s, int c);
44 char* strrchr( char* s, int c);
88 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);}
90 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
92 char* strrchr( char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
string.h 43 const char* strrchr(const char* s, int c);
44 char* strrchr( char* s, int c);
88 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);}
90 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
92 char* strrchr( char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
string.h 43 const char* strrchr(const char* s, int c);
44 char* strrchr( char* s, int c);
88 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);}
90 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
92 char* strrchr( char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
string.h 43 const char* strrchr(const char* s, int c);
44 char* strrchr( char* s, int c);
88 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);}
90 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
92 char* strrchr( char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
string.h 43 const char* strrchr(const char* s, int c);
44 char* strrchr( char* s, int c);
88 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);}
90 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
92 char* strrchr( char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
Searching.c 133 /** The strrchr function locates the last occurrence of c (converted to a char)
137 @return The strrchr function returns a pointer to the character, or a
141 strrchr(const char *s, int c) function
  /external/syslinux/gpxe/src/core/
string.c 155 * strrchr - Find the last occurrence of a character in a string
159 char * strrchr(const char * s, int c) function
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
CrtWrapper.c 125 char *strrchr (const char *str, int c) function
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 410 INTERCEPT_LIBRARY_FUNCTION(strrchr); variable

Completed in 1440 milliseconds

1 2