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

  /bionic/libc/string/
strrchr.c 34 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.
  /bionic/libc/arch-x86/string/
sse2-strrchr-atom.S 89 ENTRY (strrchr) function
753 END (strrchr)
  /bionic/libc/include/
string.h 49 extern char* strrchr(const char *, int) __purefunc;
253 char* strrchr(const char *s, int c) { function
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.c 35 # define strrchr rindex macro
execute.c 68 # define strrchr rindex macro
739 if ((p = strrchr(tmpdir, '/')))
    [all...]
  /external/bison/lib/
string.in.h 514 /* strrchr() does not work with multibyte strings if the locale encoding is
516 # undef strrchr macro
517 /* Assume strrchr is always declared. */
518 _GL_WARN_ON_USE (strrchr, "strrchr cannot work correctly on character strings "
773 Unlike strrchr(), this function works correctly in multibyte locales with
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 288 /* strrchr() does not work with multibyte strings if the locale encoding is
290 # undef strrchr macro
291 # define strrchr(s,c) \ macro
292 (GL_LINK_WARNING ("strrchr cannot work correctly on character strings " \
295 strrchr (s, c))
450 Unlike strrchr(), this function works correctly in multibyte locales with
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos.h 90 * index/rindex and strchr/strrchr, so any systems that don't provide them all
115 #define rindex(s,c) (strrchr((s),(c)))
122 #define rindex strrchr
135 #define rindex strrchr
139 #define strrchr rindex macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos.h 81 * index/rindex and strchr/strrchr, so any systems that don't provide them all
106 #define rindex(s,c) (strrchr((s),(c)))
113 #define rindex strrchr
126 #define rindex strrchr
130 #define strrchr rindex macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xos.h 90 * index/rindex and strchr/strrchr, so any systems that don't provide them all
115 #define rindex(s,c) (strrchr((s),(c)))
122 #define rindex strrchr
135 #define rindex strrchr
139 #define strrchr rindex macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos.h 81 * index/rindex and strchr/strrchr, so any systems that don't provide them all
106 #define rindex(s,c) (strrchr((s),(c)))
113 #define rindex strrchr
126 #define rindex strrchr
130 #define strrchr rindex macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos.h 81 * index/rindex and strchr/strrchr, so any systems that don't provide them all
106 #define rindex(s,c) (strrchr((s),(c)))
113 #define rindex strrchr
126 #define rindex strrchr
130 #define strrchr rindex macro
  /external/bison/darwin-lib/
string.h 826 /* strrchr() does not work with multibyte strings if the locale encoding is
828 # undef strrchr macro
829 /* Assume strrchr is always declared. */
830 _GL_WARN_ON_USE (strrchr, "strrchr cannot work correctly on character strings "
    [all...]
  /external/bison/linux-lib/
string.h 826 /* strrchr() does not work with multibyte strings if the locale encoding is
828 # undef strrchr macro
829 /* Assume strrchr is always declared. */
830 _GL_WARN_ON_USE (strrchr, "strrchr cannot work correctly on character strings "
    [all...]
  /external/wpa_supplicant_8/src/utils/
os.h 472 #define os_strrchr(s, c) strrchr((s), (c))
531 #define strrchr OS_DO_NOT_USE_strrchr macro
  /ndk/sources/host-tools/make-3.81/
make.h 264 # define strrchr(s, c) rindex((s), (c)) macro
  /external/valgrind/main/coregrind/
m_libcbase.c 404 Char* VG_(strrchr) ( const Char* s, Char c ) function
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 168 # define strrchr rindex macro
508 filename = strrchr (pattern, '/');
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 552 /// char *strrchr(const char *s, int c);
553 strrchr, enumerator in enum:llvm::LibFunc::Func

Completed in 420 milliseconds