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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/legacy/src/ports/
SkFontHost_simple.cpp 332 const char* str = strrchr(fPath.c_str(), '/');
  /external/skia/src/ports/
SkFontHost_linux.cpp 344 const char* str = strrchr(fPath.c_str(), '/');
SkFontHost_simple.cpp 332 const char* str = strrchr(fPath.c_str(), '/');
  /external/skia/src/svg/
SkSVGParser.cpp 290 const char* strEnd = strrchr(str, ')');
  /external/zlib/src/test/
minigzip.c 552 bname = strrchr(argv[0], '/');
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 135 const char *slashPos = strrchr(baseURL, '/');
  /frameworks/base/media/jni/mediaeditor/
VideoEditorPropertiesMain.cpp 148 pExtension = (M4OSA_Char *)strrchr((const char *)pFile, (int)'.');
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_file.c 241 char *sep = strrchr(tmpPathBuf1, '/');
  /ndk/sources/host-tools/make-3.81/
make.h 264 # define strrchr(s, c) rindex((s), (c)) macro
vmsify.c 70 s = strrchr (*from, '.');
  /ndk/sources/host-tools/sed-4.2.1/sed/
utils.c 384 if (buf2[0] != '/' && (c = strrchr (buf, '/')) != NULL)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 445 #define SDL_strrchr strrchr
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 445 #define SDL_strrchr strrchr
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 445 #define SDL_strrchr strrchr
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 200 if (!(p = strrchr(optarg, '.'))) {
  /system/core/toolbox/grep/
util.c 158 if ((d = strrchr(p->fts_path, '/')) != NULL) {
  /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/checkpolicy/
module_compiler.c 172 delim = strrchr(role_id, '.');
376 delim = strrchr(user_id, '.');
    [all...]
  /external/icu4c/test/iotest/
iotest.cpp 97 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
739 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
    [all...]
  /external/libpcap/
pcap-dlpi.c 496 cp = strrchr(device, '/');
    [all...]
  /external/linux-tools-perf/util/
event.c 529 name = strrchr(event->mmap.filename, '/');
534 dot = strrchr(name, '.');
  /external/llvm/autoconf/m4/
ltdl.m4 87 AC_CHECK_FUNCS([strrchr rindex], [break])
  /external/llvm/projects/sample/autoconf/m4/
ltdl.m4 87 AC_CHECK_FUNCS([strrchr rindex], [break])
  /external/openssh/
ssh.c 612 if (strrchr(*av, '@')) {
614 cp = strrchr(p, '@');
    [all...]

Completed in 852 milliseconds

1 2 3 4 5 6 7 8 91011>>