Home
last modified time | relevance | path

Searched refs:sscanf (Results 1 – 17 of 17) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Darscan.c399 sscanf (fl_header_big.fl_fstmoff, "%20ld", &member_offset); in ar_scan()
400 sscanf (fl_header_big.fl_lstmoff, "%20ld", &last_member_offset); in ar_scan()
405 sscanf (fl_header.fl_fstmoff, "%12ld", &member_offset); in ar_scan()
406 sscanf (fl_header.fl_lstmoff, "%12ld", &last_member_offset); in ar_scan()
467 sscanf (member_header_big.ar_namlen, "%4d", &name_len); in ar_scan()
478 sscanf (member_header_big.ar_date, "%12ld", &dateval); in ar_scan()
479 sscanf (member_header_big.ar_uid, "%12d", &uidval); in ar_scan()
480 sscanf (member_header_big.ar_gid, "%12d", &gidval); in ar_scan()
481 sscanf (member_header_big.ar_mode, "%12o", &eltmode); in ar_scan()
482 sscanf (member_header_big.ar_size, "%20ld", &eltsize); in ar_scan()
[all …]
Dgetloadavg.c599 count = sscanf (ldavgbuf, "%lf %lf %lf", in getloadavg()
Dmain.c1662 if (sscanf (cp, "%d,%d", &job_fds[0], &job_fds[1]) != 2) in main()
/ndk/sources/android/support/tests/
Dstdio_unittest.cc25 TEST(stdio,sscanf) { in TEST() argument
29 EXPECT_EQ(1, sscanf("0x1p-2", "%a", &f)); in TEST()
32 EXPECT_EQ(1, sscanf("0x1p-2", "%la", &d)); in TEST()
/ndk/sources/android/support/src/stdio/
Dsscanf.c48 sscanf(const char *str, const char *fmt, ...) in sscanf() function
/ndk/sources/host-tools/nawk-20071023/
Dmaketab.c145 n = sscanf(buf, "%1c %s %s %d", &c, def, name, &tok); in main()
Dlex.c414 sscanf(xbuf, "%x", &n); in string()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cstdio.h114 using _STLP_VENDOR_CSTD::sscanf;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdio62 int sscanf(const char* restrict s, const char* restrict format, ...);
188 using ::sscanf;
Dlocale3238 if (sscanf(__nbuf, "%Lf", &__v) != 1)
/ndk/sources/cxx-stl/system/include/
Dcstdio79 using ::sscanf;
/ndk/sources/cxx-stl/gabi++/include/
Dcstdio79 using ::sscanf;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdio_h.pass.cpp106 static_assert((std::is_same<decltype(sscanf("","")), int>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcstdio.pass.cpp107 static_assert((std::is_same<decltype(std::sscanf("","")), int>::value), ""); in main()
/ndk/sources/android/crazy_linker/tests/
Dtest_util.h349 if (sscanf(line, "%" SCNx64 "-%" SCNx64, &vma_start, &vma_end) != 2) in CheckRelroMaps()
/ndk/sources/android/support/
DAndroid.mk52 src/stdio/sscanf.c \
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Ddebug.ipp282 std::sscanf( name_end+1, "%*s%d", &m_parent_pid );