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

<<11121314151617181920>>

  /external/opencv3/apps/createsamples/
utility.cpp 851 dir = strrchr( filename, '\\' );
854 dir = strrchr( filename, '/' );
    [all...]
  /bionic/libc/arch-x86/atom/string/
sse2-strrchr-atom.S 89 ENTRY (strrchr) function
753 END (strrchr)
  /development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/libr2/
libc.so 
  /development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/libr6/
libc.so 
  /development/ndk/platforms/android-3/arch-arm/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/libr2/
libc.so 
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/libr6/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/
libc.so 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/
eclipse_1310.so 
  /external/google-breakpad/src/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 132 const char* const last_sep = strrchr(c_str(), kPathSeparator);
134 const char* const last_alt_sep = strrchr(c_str(), kAlternatePathSeparator);
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftrandom/
ftrandom.c 233 pt = strrchr( filename, '.' );
236 if ( pt < strrchr( filename, '/' ) )
  /external/libmicrohttpd/src/testcurl/
perf_get.c 505 oneone = (NULL != strrchr (argv[0], (int) '/')) ?
506 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
test_get.c 609 oneone = (NULL != strrchr (argv[0], (int) '/')) ?
610 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
test_post.c 641 oneone = (NULL != strrchr (argv[0], (int) '/')) ?
642 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
test_post_loop.c 483 oneone = (NULL != strrchr (argv[0], (int) '/')) ?
484 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
  /external/llvm/lib/Support/Unix/
Signals.inc 330 const char* name = strrchr(dlinfo.dli_fname, '/');
345 const char* name = strrchr(dlinfo.dli_fname, '/');
  /external/llvm/utils/unittest/googletest/src/
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/mdnsresponder/mDNSPosix/
Identify.c 272 const char *progname = strrchr(argv[0], '/') ? strrchr(argv[0], '/') + 1 : argv[0];
  /external/mesa3d/src/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/ppp/pppd/plugins/
winbind.c 529 if ((username = strrchr(user, '\\')) != NULL)
537 if ((p = strrchr(domainname, '\\')) != NULL) {

Completed in 947 milliseconds

<<11121314151617181920>>