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

1 2 3 4 5 6 7

  /bionic/libc/string/
strrchr.c 34 strrchr(const char *p, int ch) function
  /system/core/adb/
get_my_path_windows.c 27 r = strrchr(exe, '\\');
  /external/e2fsprogs/util/
libecho.c 49 while((slash = strrchr(f, '/')) != NULL)
54 slash = strrchr(filepath, '\\');
  /system/core/fastboot/
util_linux.c 49 x = strrchr(path,'/');
util_osx.c 42 x = strrchr(s, '/');
  /bionic/libc/arch-x86/string/
rindex.S 9 #ifdef STRRCHR
10 ENTRY(strrchr) function
  /external/elfutils/lib/
system.h 35 ({ const char *__res = strrchr (gettext (Str), '|'); \
  /system/core/toolbox/
rmmod.c 25 modname = strrchr(argv[1], '/');
toolbox.c 44 char *cmd = strrchr(argv[0], '/');
  /bionic/libstdc++/include/
cstring 59 using ::strrchr;
  /ndk/build/platforms/android-5/arch-x86/usr/include/
cstring 59 using ::strrchr;
  /ndk/build/platforms/android-8/arch-x86/usr/include/
cstring 59 using ::strrchr;
  /external/v8/test/cctest/
cctest.cc 40 char *basename = strrchr(const_cast<char *>(file), '/');
42 basename = strrchr(const_cast<char *>(file), '\\');
50 char *extension = strrchr(basename, '.');
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
vms-code.c 110 if ((p = strrchr(arg0, ':')) != 0) /* device punctuation */
112 if ((p = strrchr(arg0, ']')) != 0) /* directory punctuation */
114 if ((p = strrchr(arg0, '>')) != 0) /* alternate dir punct */
  /external/expat/xmlwf/
xmltchar.h 30 #define tcsrchr strrchr
  /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
  /system/extras/tests/bionic/libstdc++/
test_cstring.cpp 59 using std::strrchr;
  /external/clearsilver/cgi/
static.c 73 p = strrchr (cs_file, '/');
107 p = strrchr (cs_file, '.');
  /external/qemu/android/utils/
bufprint.c 87 x = strrchr(path, '/');
123 x = strrchr(s, '/');
151 sep = strrchr(appDir, '\\');
  /bionic/libc/include/
string.h 50 extern char* strrchr(const char *, int);
  /external/bluetooth/glib/gmodule/
gmodule-os2.c 134 gchar *suffix = strrchr(module_name, '.');
  /external/freetype/include/freetype/config/
ftstdlib.h 89 #define ft_strrchr strrchr
  /external/kernel-headers/original/linux/
string.h 57 extern char * strrchr(const char *,int);
  /external/skia/bench/
DecodeBench.cpp 22 fname = strrchr(fFilename, '/');
  /ndk/build/platforms/android-3/arch-arm/usr/include/
string.h 50 extern char* strrchr(const char *, int);

Completed in 802 milliseconds

1 2 3 4 5 6 7