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

1 2 3 4 5 6 7 8 91011>>

  /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.
  /external/valgrind/main/memcheck/tests/
strchr.c 5 // aliases, as are 'strrchr' and 'rindex'. In each case, the shorter name
16 b = strrchr(s, '1');
  /system/core/adb/
get_my_path_windows.c 27 r = strrchr(exe, '\\');
  /system/core/fastboot/
util_windows.c 45 r = strrchr( exe, '\\' );
util_linux.c 49 x = strrchr(path,'/');
util_osx.c 42 x = strrchr(s, '/');
  /external/e2fsprogs/util/
libecho.c 49 while((slash = strrchr(f, '/')) != NULL)
54 slash = strrchr(filepath, '\\');
  /external/bison/lib/
mbsrchr.c 48 return strrchr (string, c);
progname.c 59 slash = strrchr (argv0, '/');
  /external/valgrind/unittest/
memory_unittest.cc 64 EXPECT_TRUE(strrchr(foo, 10) != 0);
65 EXPECT_TRUE(strrchr(foo, 0) != 0);
66 EXPECT_TRUE(strrchr(foo, 0) == foo + strlen(foo));
67 EXPECT_TRUE(strrchr(foo, 250) != 0);
68 EXPECT_TRUE(strrchr(foo, -60) == 0);
  /system/core/toolbox/
rmmod.c 25 modname = strrchr(argv[1], '/');
  /bionic/libstdc++/include/
cstring 61 using ::strrchr;
  /ndk/sources/cxx-stl/gabi++/include/
cstring 61 using ::strrchr;
  /ndk/sources/cxx-stl/system/include/
cstring 61 using ::strrchr;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstring 59 using ::strrchr;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstring 59 using ::strrchr;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstring 61 using ::strrchr;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstring 61 using ::strrchr;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstring 61 using ::strrchr;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstring 61 using ::strrchr;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstring 61 using ::strrchr;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstring 61 using ::strrchr;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstring 61 using ::strrchr;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstring 61 using ::strrchr;

Completed in 822 milliseconds

1 2 3 4 5 6 7 8 91011>>