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

1 2 3 4 5 6 7 8 91011

  /bionic/libc/
Android.mk 201 string/strrchr.c \
  /external/qemu/
block.c 112 p1 = strrchr(base_path, '/');
116 p2 = strrchr(base_path, '\\');
    [all...]
vl-android.c     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readxcoff.c     [all...]
readelf.c     [all...]
  /external/valgrind/tsan/
ts_valgrind_intercepts.c     [all...]
  /external/bluetooth/glib/gio/
gcontenttype.c 333 dot = strrchr (basename, '.');
    [all...]
gdesktopappinfo.c 279 if ((p = strrchr (info->icon_name, '.')) != NULL &&
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 231 if ((cp = strrchr(buf, '/')) != NULL)
    [all...]
  /external/icu4c/test/letest/
letest.cpp     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.cpp 1076 char *pos = strrchr(reply, '"');
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
MyHandler.h     [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 525 const char* lastColon = strrchr(qName, ':');
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 893 if (const char *Ext = strrchr(Value, '.'))
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 964 ext_type = strrchr(progname, '/');
    [all...]
  /external/quake/quake/src/QW/client/
common.c 1720 if ((p = strrchr(dir, '/')) != NULL)
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-aix5.c 911 launcher_basename = VG_(strrchr)(path, '/');
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 48 p = strrchr(peer_path, '/');
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/
bcmutils.c 1019 lookup_name = strrchr(name, ':');
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1019 lookup_name = strrchr(name, ':');
    [all...]
  /external/qemu/block/
vvfat.c 1059 i = strrchr(dirname, ':') - dirname;
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-unix.c     [all...]
  /external/dnsmasq/src/
option.c     [all...]
  /external/iproute2/misc/
ss.c 1098 port = strrchr(strchr(addr, '/') ? : addr, ':');
    [all...]
  /external/libvpx/examples/includes/geshi/
geshi.php     [all...]

Completed in 837 milliseconds

1 2 3 4 5 6 7 8 91011