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

1 2 3 45 6 7 8 91011

  /external/dbus/tools/
dbus-send.c 358 last_dot = strrchr (name, '.');
377 last_dot = strrchr (name, '.');
  /external/icu4c/test/cintltst/
cintltst.c 315 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
382 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
  /external/ppp/pppd/plugins/
winbind.c 535 if ((username = strrchr(user, '\\')) != NULL)
543 if ((p = strrchr(domainname, '\\')) != NULL) {
  /ndk/sources/host-tools/make-3.81/
arscan.c 175 p = strrchr (VMS_saved_memname, '.');
716 p = strrchr (name, '/');
  /dalvik/dexlist/
DexList.cpp 268 char* meth = strrchr(gParms.argCopy, '.');
  /dalvik/vm/
JarFile.cpp 64 c = strrchr(buf, '.');
  /external/chromium/googleurl/base/
logging.cc 252 const char* last_slash = strrchr(file, '\\');
  /external/clang/test/CodeGen/
builtins.c 96 V(strrchr, (s0, s1[0]));
  /external/e2fsprogs/misc/
util.c 58 cp = strrchr(argv_zero, '/');
  /external/libpng/contrib/visupng/
VisualPng.c 537 strcpy (szImgFileName, strrchr (pstrPathName, '\\') + 1);
540 *(strrchr (szImgFindName, '\\') + 1) = '\0';
571 strcpy (strrchr(*ppFileList + ii, '\\') + 1, finddata.cFileName);
684 sprintf (szTmp, "VisualPng - %s", strrchr(pstrPathName, '\\') + 1);
  /external/netcat/
stupidh 353 strrchr
  /external/opencv/cxcore/src/
cximage.cpp 60 const char* suffix = strrchr( filename, '.' );
  /external/quake/quake/src/QW/client/
common.h 141 #define Q_strrchr(s, c) strrchr((s), (c))
  /external/sonivox/arm-fm-22k/host_src/
eas_main.c 388 p = strrchr(str,'.');
  /external/sonivox/arm-hybrid-22k/host_src/
eas_main.c 388 p = strrchr(str,'.');
  /external/sonivox/arm-wt-22k/host_src/
eas_main.c 391 p = strrchr(str,'.');
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 281 char* p = strrchr(modelmapfile,'/');
282 if(!p) p = strrchr(modelmapfile,'\\');
290 p = strrchr(cfstfile,'/');
291 if(!p) p = strrchr(cfstfile,'\\');
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 549 while ((dot_ptr = VG_(strrchr) (dsymfile, '.')))
573 /* NULL terminate the string at the '.' locatated by the strrchr()
581 slash_ptr = VG_(strrchr) (dsymfile, '/');
729 UChar *soname = VG_(strrchr)(dylibname, '/');
738 UChar *soname = VG_(strrchr)(dylinkername, '/');
    [all...]
  /external/valgrind/main/include/
pub_tool_libcbase.h 96 extern Char* VG_(strrchr) ( const Char* s, Char c );
  /frameworks/base/media/libstagefright/rtsp/
ASessionDescription.cpp 204 const char *lastSpacePos = strrchr(format.c_str(), ' ');
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 316 module_name = strrchr(module_path,'/');
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mf-runtime.h 117 #pragma redefine_extname strrchr __mfwrap_strrchr
  /sdk/emulator/qtools/
dmtrace.cpp 184 char *dot = (char*)strrchr(name, '.');
  /system/core/toolbox/
ps.c 80 ptr = strrchr(ptr, ')'); // Skip to *last* occurence of ')',
  /external/bluetooth/glib/glib/
gutils.c 176 p = strrchr (retval, G_DIR_SEPARATOR);
374 const gchar *last_dot = strrchr (program, '.');
709 base = strrchr (file_name, G_DIR_SEPARATOR);
713 gchar *q = strrchr (file_name, '/');
902 base = strrchr (file_name, G_DIR_SEPARATOR);
905 gchar *q = strrchr (file_name, '/');
    [all...]

Completed in 2286 milliseconds

1 2 3 45 6 7 8 91011