sscanf            100 ash/display/display_info.cc   if (sscanf(main_spec.c_str(), "%dx%d*%f",
sscanf            102 ash/display/display_info.cc       sscanf(main_spec.c_str(), "%d+%d-%dx%d*%f", &x, &y, &width, &height,
sscanf            125 ash/display/display_info.cc       if (sscanf(resolution.c_str(),
sscanf             22 ash/display/display_layout_store.cc     if (sscanf(value.c_str(), "%c,%d", &layout, &offset) == 2) {
sscanf            128 base/debug/proc_maps_linux.cc     if (sscanf(line, "%" SCNxPTR "-%" SCNxPTR " %4c %llx %hhx:%hhx %ld %n",
sscanf            664 base/process/process_metrics_linux.cc     int num_res = sscanf(geminfo_data.c_str(),
sscanf            679 base/process/process_metrics_linux.cc     int num_res = sscanf(mali_memory_data.c_str(), "%lld bytes", &mali_size);
sscanf             31 base/sys_info_android.cc     int num_read = sscanf(os_version_str, "%d.%d.%d", major_version,
sscanf            166 chrome/browser/chromeos/external_metrics.cc   int n = sscanf(histogram_data, "%127s %d %d %d %d",
sscanf            190 chrome/browser/chromeos/external_metrics.cc   int n = sscanf(histogram_data, "%127s %d %d", name, &sample, &max);
sscanf            211 chrome/browser/chromeos/external_metrics.cc   int n = sscanf(histogram_data, "%127s %d", name, &sample);
sscanf             41 chrome/browser/extensions/api/system_cpu/cpu_info_provider_linux.cc     int vals = sscanf(line.c_str(), "%*s %"PRIu64" %"PRIu64" %"PRIu64" %"PRIu64,
sscanf            212 chrome/browser/password_manager/password_store_mac.cc   int assignments = sscanf(time_string, "%4d%2d%2d%2d%2d%2dZ",
sscanf             45 chrome/browser/prerender/prerender_util.cc   int num_parsed = sscanf(version.c_str(), "%d.%d.%d.%d-%d",
sscanf             66 chrome/browser/prerender/prerender_util.cc   int num_parsed = sscanf(version.c_str(), "%d_%d_%c%c%c", &a, &b, &c, &d, &e);
sscanf            228 chrome/browser/profiles/profile_info_cache.cc   int assignments = sscanf(base::UTF16ToUTF8(name).c_str(),
sscanf            567 content/child/blink_platform_impl.cc       sscanf(name, "IRC_Composite_C_R0195_T%3d_P%3d", &azimuth, &elevation);
sscanf            247 content/gpu/gpu_watchdog_thread.cc     int num_res = sscanf(tty_string, "tty%d", &tty_number);
sscanf             58 device/bluetooth/bluetooth_device_chromeos.cc   if (sscanf(modalias.c_str(), "bluetooth:v%04xp%04xd%04x",
sscanf             61 device/bluetooth/bluetooth_device_chromeos.cc   } else if (sscanf(modalias.c_str(), "usb:v%04xp%04xd%04x",
sscanf            108 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc   int result = sscanf(iter->second.c_str(),
sscanf             16 native_client_sdk/src/libraries/nacl_io/syscalls/inet_aton.c   int matched = sscanf(cp, "%u.%u.%u.%u%n", &p1, &p2, &p3, &p4,
sscanf             27 native_client_sdk/src/libraries/nacl_io/syscalls/inet_aton.c   matched = sscanf(cp, "%u.%u.%u%n", &p1, &p2, &p3, &consumed);
sscanf             36 native_client_sdk/src/libraries/nacl_io/syscalls/inet_aton.c   matched = sscanf(cp, "%u.%u%n", &p1, &p2, &consumed);
sscanf             45 native_client_sdk/src/libraries/nacl_io/syscalls/inet_aton.c   matched = sscanf(cp, "%u%n", &p1, &consumed);
sscanf             24 native_client_sdk/src/libraries/xray/parsesymbols.c   if (2 != sscanf(line, "%x %1023s", &uiaddr, symbol_text))
sscanf            147 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc   if (sscanf(range.c_str(), "bytes=%u-%u", &lo, &hi) != 2) {
sscanf            192 net/cookies/canonical_cookie.cc       sscanf(
sscanf            147 net/cookies/cookie_util.cc           sscanf(
sscanf            261 third_party/codesighs/codesighs.c         scanRes = sscanf(lineBuffer,
sscanf            408 third_party/codesighs/maptsvdifftool.c             scanRes = sscanf(theLine,
sscanf           1208 third_party/codesighs/msmap2tsv.c                                             scanRes = sscanf(current, "%x:%x %s %x", (unsigned*)&(theSymbol->mPrefix), (unsigned*)&(theSymbol->mOffset), symbolBuf, (unsigned*)&(theSymbol->mRVABase));
sscanf           1273 third_party/codesighs/msmap2tsv.c                                 scanRes = sscanf(current, "entry point at %x:%x", (unsigned*)&(inModule->mEntryPrefix), (unsigned*)&(inModule->mEntryOffset));
sscanf           1333 third_party/codesighs/msmap2tsv.c                                         scanRes = sscanf(current, "%x:%x %s %x", (unsigned*)&(theSymbol->mPrefix), (unsigned*)&(theSymbol->mOffset), symbolBuf, (unsigned *)&(theSymbol->mRVABase));
sscanf           1429 third_party/codesighs/msmap2tsv.c                                     scanRes = sscanf(current, "%x:%x %xH %s %s", (unsigned*)&(theSegment->mPrefix), (unsigned*)&(theSegment->mOffset), (unsigned*)&(theSegment->mLength), nameBuf, classBuf);
sscanf           1488 third_party/codesighs/msmap2tsv.c                     scanRes = sscanf(current, "Preferred load address is %x", (unsigned*)&(inModule->mPreferredLoadAddress));
sscanf           1508 third_party/codesighs/msmap2tsv.c                 scanRes = sscanf(current, "Timestamp is %x", (unsigned*)&(inModule->mTimestamp));
sscanf            660 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp       count = sscanf( buffer, format, &value );
sscanf            665 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp       count = sscanf( buffer.c_str(), format, &value );
sscanf           1109 third_party/libjpeg/jmemmgr.c       if (sscanf(memenv, "%ld%c", &max_to_use, &ch) > 0) {
sscanf            231 third_party/libusb/src/libusb/os/linux_usbfs.c 	if (sscanf(entry->d_name, "usbdev%d.%d", &busnum, &devnum) != 2)
sscanf            330 third_party/libusb/src/libusb/os/linux_usbfs.c 	atoms = sscanf(uts.release, "%d.%d.%d", &kmajor, &kminor, &ksublevel);
sscanf            622 third_party/libusb/src/libusb/os/linux_usbfs.c 			sscanf (dev_node, "/dev/bus/usb/%hhd/%hhd", busnum, devaddr);
sscanf            624 third_party/libusb/src/libusb/os/linux_usbfs.c 			sscanf (dev_node, "/proc/bus/usb/%hhd/%hhd", busnum, devaddr);
sscanf            961 third_party/libusb/src/libusb/os/windows_usb.c 	if (sscanf(parent_priv->path, "\\\\.\\PCI#VEN_%04x&DEV_%04x%*s", &vid, &pid) == 2) {
sscanf           2953 third_party/libxml/src/debugXML.c                 sscanf(arg, "%d", &len);
sscanf           1435 third_party/libxml/src/nanoftp.c 	    if (sscanf (cur, "%u", &temp[0]) != 1) {
sscanf           1449 third_party/libxml/src/nanoftp.c 	    if (sscanf (cur, "%u,%u,%u,%u,%u,%u", &temp[0], &temp[1], &temp[2],
sscanf           3318 third_party/libxml/src/xmllint.c 	     if (sscanf(argv[i], "%d", &maxmem) == 1) {
sscanf            941 third_party/libxml/src/xmlmemory.c          sscanf(breakpoint, "%ud", &xmlMemStopAtBlock);
sscanf            947 third_party/libxml/src/xmlmemory.c          sscanf(breakpoint, "%p", &xmlMemTraceBlockAt);
sscanf           2494 third_party/libxml/src/xmlschemastypes.c                             if (sscanf((const char *) value, "%f",
sscanf           2511 third_party/libxml/src/xmlschemastypes.c                             if (sscanf((const char *) value, "%lf",
sscanf           1493 third_party/libxslt/libxslt/preproc.c 	sscanf((char *)prop, "%d", &comp->numdata.digitsPerGroup);
sscanf            470 third_party/libxslt/libxslt/xsltlocale.c     k = sscanf(lcid, "%lx", (long*)&p->lcid);
sscanf             98 third_party/npapi/npspy/extern/nspr/md/sunos4.h extern int sscanf(const char *, const char *, ...);
sscanf           1448 third_party/sqlite/src/src/test1.c   if( sscanf(argv[2], "%08x%08x", &x2, &x1)!=2 ){
sscanf            890 third_party/tcmalloc/chromium/src/base/sysinfo.cc     if (sscanf(stext_, "%llx-%llx %4s %llx %x:%x %lld %n",
sscanf            909 third_party/tcmalloc/chromium/src/base/sysinfo.cc     if (sscanf(stext_, "0x%"SCNx64" 0x%"SCNx64" %*d %*d %*p %3s %*d %*d 0x%*x %*s %*s %*s %n",
sscanf            946 third_party/tcmalloc/chromium/src/base/sysinfo.cc             sscanf(backing_ptr+1,
sscanf            978 third_party/tcmalloc/chromium/src/base/sysinfo.cc     sscanf(mapinfo->pr_mapname, "ufs.%*d.%*d.%ld", &inode_from_mapname);
sscanf            259 third_party/tcmalloc/chromium/src/profile-handler.cc   if (fr != NULL && (sscanf(fr, "%u%c", &frequency_, &junk) == 1) &&
sscanf            289 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc       sscanf(line_cur, "%*x-%*x %*c%*c%*c%*c %*x %*x:%*x %*d %n",
sscanf            303 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc       sscanf(line_cur, "%*x-%*x: %n", &chars_scanned);
sscanf            715 third_party/tcmalloc/vendor/src/base/sysinfo.cc     if (sscanf(stext_, "%"SCNx64"-%"SCNx64" %4s %"SCNx64" %x:%x %"SCNd64" %n",
sscanf            733 third_party/tcmalloc/vendor/src/base/sysinfo.cc     if (sscanf(stext_, "%llx-%llx %4s %llx %x:%x %lld %n",
sscanf            752 third_party/tcmalloc/vendor/src/base/sysinfo.cc     if (sscanf(stext_, "0x%"SCNx64" 0x%"SCNx64" %*d %*d %*p %3s %*d %*d 0x%*x %*s %*s %*s %n",
sscanf            789 third_party/tcmalloc/vendor/src/base/sysinfo.cc             sscanf(backing_ptr+1, "F %"SCNx64" %"SCNd64") (A %"SCNx64" %"SCNd64")",
sscanf            820 third_party/tcmalloc/vendor/src/base/sysinfo.cc     sscanf(mapinfo->pr_mapname, "ufs.%*d.%*d.%ld", &inode_from_mapname);
sscanf            259 third_party/tcmalloc/vendor/src/profile-handler.cc   if (fr != NULL && (sscanf(fr, "%u%c", &frequency_, &junk) == 1) &&
sscanf            289 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc       sscanf(line_cur, "%*x-%*x %*c%*c%*c%*c %*x %*x:%*x %*d %n",
sscanf            303 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc       sscanf(line_cur, "%*x-%*x: %n", &chars_scanned);
sscanf             55 tools/android/ps_ext/ps_ext.c     if (sscanf(line, "%s %lu %lu %lu %lu",
sscanf             83 tools/android/ps_ext/ps_ext.c     if (sscanf(line, "%s %lu %*s", key, &value) < 2)