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

<<11121314151617

  /frameworks/base/media/jni/mediaeditor/
VideoEditorPropertiesMain.cpp 150 pExtension = (M4OSA_Char *)strrchr((const char *)pFile, (int)'.');
  /ndk/sources/host-tools/make-3.81/
make.h 264 # define strrchr(s, c) rindex((s), (c)) macro
vmsify.c 70 s = strrchr (*from, '.');
variable.c     [all...]
  /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/core/init/
util.c 337 slash = strrchr(newpath, '/');
devices.c 470 slash = strrchr(uevent->path, '/');
526 name = strrchr(uevent->path, '/');
  /system/core/toolbox/grep/
util.c 158 if ((d = strrchr(p->fts_path, '/')) != NULL) {
  /bionic/libc/arch-x86/string/
sse2-strrchr-atom.S 89 ENTRY (strrchr) function
753 END (strrchr)
  /bionic/tests/
fortify_test.cpp 191 ASSERT_EXIT(printf("%s", strrchr(myfoo.a, 'a')),
352 ASSERT_EXIT(printf("%s", strrchr(buf, 'a')), testing::KilledBySignal(SIGABRT), "");
  /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/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c     [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/openssh/
ssh.c 612 if (strrchr(*av, '@')) {
614 cp = strrchr(p, '@');
    [all...]
  /external/ppp/pppd/
utils.c 957 while ((p = strrchr(lockdev, '/')) != NULL) {
962 if ((p = strrchr(dev, '/')) != NULL)
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 539 char *c = strrchr(line, '\n');
577 char *c = strrchr(line, '\n');
    [all...]
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 168 # define strrchr rindex macro
508 filename = strrchr (pattern, '/');
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc     [all...]

Completed in 5254 milliseconds

<<11121314151617