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

1 2 3 4 5 6 7 8 91011>>

  /external/linux-tools-perf/
builtin-kmem.c 103 sscanf(dent1->d_name, "node%u", &mem) < 1)
112 sscanf(dent2->d_name, "cpu%u", &cpu) < 1)
  /external/openssl/crypto/
cryptlib.c 699 if (!sscanf(env+off,"%I64i",&vec)) vec = strtoul(env+off,NULL,0);
701 if (!sscanf(env+off,"%lli",(long long *)&vec)) vec = strtoul(env+off,NULL,0);
  /external/quake/quake/src/WinQuake/
net_ipx.cpp 610 if (sscanf (buf, "%x", &val) != 1) \
626 sscanf (&string[22], "%u", &val);
net_udp.cpp 424 sscanf(string, "%d.%d.%d.%d:%d", &ha1, &ha2, &ha3, &ha4, &hp);
  /external/tinyxml/
tinyxml.cpp 1232 if ( sscanf( value.c_str(), "%d", ival ) == 1 )
1239 if ( sscanf( value.c_str(), "%lf", dval ) == 1 )
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 417 if (sscanf(l, "%d %d %d", &width, &height, &fps) == 3) {
423 else if (sscanf(l, " %c %d %d %s", &pathType, &count, &pause, path) == 4) {
  /system/core/libusbhost/
usbhost.c 301 sscanf(device->dev_name, USB_FS_ID_SCANNER, &bus, &dev);
308 sscanf(name, USB_FS_ID_SCANNER, &bus, &dev);
  /external/blktrace/btt/
devs.c 224 while (p && ((i = sscanf(p, "%u,%u", &mjr, &mnr)) == 2)) {
iostat.c 213 while (p && ((i = sscanf(p, "%u,%u", &mjr, &mnr)) == 2)) {
  /external/bluetooth/bluez/test/
scotest.c 381 if (sscanf(optarg, "0x%4hx", &pkt_type) != 1) {
  /external/chromium/third_party/libjingle/source/talk/base/
diskcache.cc 300 if (1 != sscanf(pathname.extension().c_str(), ".%u", &tempdex))
  /external/iproute2/tc/
m_police.c 95 if (sscanf(arg, "%d%c", &res, &dummy) != 1)
  /external/iptables/extensions/
libxt_string.c 149 if (! sscanf(hextmp, "%x", &schar))
  /external/iptables/iptables/
ip6tables-restore.c 84 ret = sscanf(string, "[%llu:%llu]", &pcnt, &bcnt);
iptables-restore.c 84 ret = sscanf(string, "[%llu:%llu]", &pcnt, &bcnt);
  /external/libxslt/libxslt/
xsltlocale.c 470 k = sscanf(lcid, "%lx", (long*)&p->lcid);
  /external/openssl/apps/
dhparam.c 233 else if (((sscanf(*argv,"%d",&num) == 0) || (num <= 0)))
dsaparam.c 198 else if (sscanf(*argv,"%d",&num) == 1)
  /external/openssl/crypto/evp/
evp_test.c 90 sscanf((char *)s,"%2x",&n);
  /external/qemu/android/
multitouch-port.c 351 if (sscanf(qresp, "%dx%d", &width, &height) == 2) {
  /external/qemu/
usb-linux.c 1202 if (sscanf(line, "%d", &addr) != 1)
1208 if (sscanf(line, "%x", &class_id) != 1)
1213 if (sscanf(line, "%x", &vendor_id) != 1)
1219 if (sscanf(line, "%x", &product_id) != 1)
    [all...]
  /frameworks/base/core/jni/
android_net_TrafficStats.cpp 97 if (sscanf(buffer, "%31s %d %llu %llu %llu %llu %llu %llu %llu %llu", cur_iface, &active,
  /gdk/samples/quake/jni/
net_udp.cpp 424 sscanf(string, "%d.%d.%d.%d:%d", &ha1, &ha2, &ha3, &ha4, &hp);
  /system/core/init/
util.c 221 r = sscanf(pmtdbufp, "mtd%d: %x %x %15s",
  /system/core/toolbox/
schedtop.c 113 if(sscanf(line, "%llu %llu %u", &info->exec_time, &info->delay_time, &info->run_count) != 3)

Completed in 1665 milliseconds

1 2 3 4 5 6 7 8 91011>>