HomeSort by relevance Sort by last modified time
    Searched refs:sscanf (Results 551 - 575 of 581) sorted by null

<<21222324

  /external/ipsec-tools/src/racoon/
crypto_openssl.c 443 if (sscanf(path, pname, &data) == 1) {
    [all...]
oakley.c     [all...]
  /external/libxml2/
debugXML.c     [all...]
xmllint.c     [all...]
  /external/openssl/apps/
apps.c     [all...]
  /external/qemu/
vnc-android.c     [all...]
vnc.c     [all...]
  /external/v8/src/mips/
simulator-mips.cc 65 // This macro provides a platform independent use of sscanf. The reason for
66 // SScanF not being implemented in a platform independent was through
69 #define SScanF sscanf // NOLINT
232 return SScanF(desc, "%x", reinterpret_cast<uint32_t*>(value)) == 1;
234 return SScanF(desc, "%i", value) == 1;
397 // Use sscanf to parse the individual parts of the command line. At the
399 int argc = SScanF(line,
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 184 if (1 == sscanf(val_str, "%u", &int_val)) {
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c     [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp     [all...]
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c     [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c     [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test1.c     [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 47 // This macro provides a platform independent use of sscanf. The reason for
48 // SScanF not being implemented in a platform independent way through
51 #define SScanF sscanf // NOLINT
185 return SScanF(desc + 2, "%x", reinterpret_cast<uint32_t*>(value)) == 1;
187 return SScanF(desc, "%u", reinterpret_cast<uint32_t*>(value)) == 1;
302 // Use sscanf to parse the individual parts of the command line. At the
304 int argc = SScanF(line,
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /external/icu4c/test/cintltst/
cloctst.c     [all...]
  /external/v8/src/arm/
simulator-arm.cc 46 // This macro provides a platform independent use of sscanf. The reason for
47 // SScanF not being implemented in a platform independent way through
50 #define SScanF sscanf // NOLINT
184 return SScanF(desc + 2, "%x", reinterpret_cast<uint32_t*>(value)) == 1;
186 return SScanF(desc, "%u", reinterpret_cast<uint32_t*>(value)) == 1;
301 // Use sscanf to parse the individual parts of the command line. At the
303 int argc = SScanF(line,
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_test.c     [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp     [all...]
  /external/genext2fs/
configure     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c     [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c     [all...]

Completed in 2236 milliseconds

<<21222324