HomeSort by relevance Sort by last modified time
    Searched refs:strrchr (Results 101 - 125 of 346) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/
cstring.pass.cpp 44 // static_assert((std::is_same<decltype(std::strrchr(cpc, 0)), const char*>::value), "");
45 static_assert((std::is_same<decltype(std::strrchr(cp, 0)), char*>::value), "");
  /bionic/libc/include/
string.h 49 extern char* strrchr(const char *, int) __purefunc;
244 char* strrchr(const char *s, int c) { function
  /external/chromium/testing/gtest/src/
gtest-filepath.cc 130 const char* const last_sep = strrchr(c_str(), kPathSeparator);
132 const char* const last_alt_sep = strrchr(c_str(), kAlternatePathSeparator);
  /external/gtest/src/
gtest-filepath.cc 130 const char* const last_sep = strrchr(c_str(), kPathSeparator);
132 const char* const last_alt_sep = strrchr(c_str(), kAlternatePathSeparator);
  /external/libvorbis/vq/
distribution.c 57 if(strrchr(argv[1],'.') && strcmp(strrchr(argv[1],'.'),".vqh")==0){
latticebuild.c 86 ptr=strrchr(filename,'.');
latticetune.c 67 ptr=strrchr(filename,'.');
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-filepath.cc 130 const char* const last_sep = strrchr(c_str(), kPathSeparator);
132 const char* const last_alt_sep = strrchr(c_str(), kAlternatePathSeparator);
  /external/llvm/utils/unittest/googletest/
gtest-filepath.cc 128 const char* const last_sep = strrchr(c_str(), kPathSeparator);
130 const char* const last_alt_sep = strrchr(c_str(), kAlternatePathSeparator);
  /external/open-vcdiff/gtest/src/
gtest-filepath.cc 118 const char* const last_sep = strrchr(c_str(), kPathSeparator);
129 const char* const last_sep = strrchr(c_str(), kPathSeparator);
  /external/protobuf/gtest/src/
gtest-filepath.cc 118 const char* const last_sep = strrchr(c_str(), kPathSeparator);
129 const char* const last_sep = strrchr(c_str(), kPathSeparator);
  /external/srec/srec/clib/
voc_read.c 304 strcpy(entryname, strrchr(fname, '/') ? strrchr(fname, '/') + 1 : fname);
  /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
  /bootable/recovery/minadbd/
sysdeps.h 241 char* p = strrchr(path, '/');
242 char* p2 = strrchr(path, '\\');
484 return strrchr(path, '/');
  /ndk/sources/host-tools/make-3.81/
rule.c 104 char *p = strrchr (dep->name, ']');
107 p = strrchr (dep->name, ':');
110 char *p = strrchr (dep->name, '/');
  /system/core/adb/
sysdeps.h 242 char* p = strrchr(path, '/');
243 char* p2 = strrchr(path, '\\');
505 return strrchr(path, '/');
  /bionic/libc/upstream-netbsd/libc/gen/
popen.c 102 xtype = strrchr(xtype, 'r') ? "r" : "w";
  /build/tools/acp/
acp.c 130 srcName = strrchr(src, FSSEP);
  /device/generic/goldfish/libqemu/
test_guest_2.c 65 char* p = strrchr(argv[0], '/');
test_host_1.c 151 char* p = strrchr(argv[0], '/');
  /external/dropbear/
scpmisc.c 210 p = strrchr(argv0, '/');
  /external/icu4c/common/
cstring.h 40 #define uprv_strrchr(s, c) U_STANDARD_CPP_NAMESPACE strrchr(s, c)
  /external/icu4c/tools/toolutil/
pkgitems.cpp 137 itemID=strrchr(itemName, '/');
182 itemID=strrchr(itemName, '/');
190 suffix=strrchr(itemID, '.');
193 suffix=strrchr(itemID, 0);
  /external/iproute2/ip/
ip.c 145 basename = strrchr(argv[0], '/');
  /external/ipsec-tools/src/racoon/
main.c 302 pname = strrchr(*av, '/');

Completed in 1989 milliseconds

1 2 3 45 6 7 8 91011>>