HomeSort by relevance Sort by last modified time
    Searched defs:strrchr (Results 1 - 15 of 15) 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/
rindex.S 9 #ifdef STRRCHR
10 ENTRY(strrchr) 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...]
  /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
  /prebuilt/linux-x86/toolchain/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
  /prebuilt/linux-x86/toolchain/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
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/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
  /external/wpa_supplicant/
os.h 442 #define os_strrchr(s, c) strrchr((s), (c))
480 #define strrchr OS_DO_NOT_USE_strrchr macro
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os.h 442 #define os_strrchr(s, c) strrchr((s), (c))
493 #define strrchr OS_DO_NOT_USE_strrchr macro
  /external/wpa_supplicant_8/src/utils/
os.h 449 #define os_strrchr(s, c) strrchr((s), (c))
500 #define strrchr OS_DO_NOT_USE_strrchr macro
  /external/valgrind/main/coregrind/
m_libcbase.c 350 Char* VG_(strrchr) ( const Char* s, Char c ) function
  /ndk/sources/host-tools/make-3.81/
make.h 264 # define strrchr(s, c) rindex((s), (c)) macro
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 168 # define strrchr rindex macro
508 filename = strrchr (pattern, '/');
    [all...]

Completed in 1013 milliseconds