HomeSort by relevance Sort by last modified time
    Searched refs:fscanf (Results 1 - 25 of 202) sorted by null

1 2 3 4 5 6 7 8 9

  /device/linaro/bootloader/edk2/BeagleBoardPkg/Tools/
generate_image.c 142 fscanf(DataFile, "PRM_CLKSRC_CTRL=0x%08x\n", &Value);
144 fscanf(DataFile, "PRM_CLKSEL=0x%08x\n", &Value);
146 fscanf(DataFile, "CM_CLKSEL1_EMU=0x%08x\n", &Value);
150 fscanf(DataFile, "CM_CLKSEL_CORE=0x%08x\n", &Value);
152 fscanf(DataFile, "CM_CLKSEL_WKUP=0x%08x\n", &Value);
156 fscanf(DataFile, "CM_CLKEN_PLL_DPLL3=0x%08x\n", &Value);
158 fscanf(DataFile, "CM_AUTOIDLE_PLL_DPLL3=0x%08x\n", &Value);
160 fscanf(DataFile, "CM_CLKSEL1_PLL=0x%08x\n", &Value);
164 fscanf(DataFile, "CM_CLKEN_PLL_DPLL4=0x%08x\n", &Value);
166 fscanf(DataFile, "CM_AUTOIDLE_PLL_DPLL4=0x%08x\n", &Value);
    [all...]
  /external/clang/test/Analysis/
global-region-invalidation.c 30 fscanf(stdin, "%d", &i);
33 fscanf(stdin, "%d", &i);
42 fscanf(stdin, "%d", &i);
44 fscanf(stdin, "%d", &i); // errno gets invalidated here.
49 fscanf(stdin, "%d", &i); // errno gets invalidated here.
57 fscanf(stdin, "%d", &i);
taint-tester.c 92 fscanf(stdin, "%s %d", s, &t);
102 // Test fscanf and fopen.
105 fscanf(fp, "%s%d", s, &t); // expected-warning + {{tainted}}
113 fscanf(stdin, "%d", &i);
121 fscanf(pp, "%d", &ii);
124 fscanf(p, "%d", &ii);
131 fscanf(p, "%d", &ii);
138 fscanf(*ppp, "%d", &iii);
146 fscanf(stdin, "%d", &i);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fscanf.c 2 Implementation of fscanf as declared in <stdio.h>.
43 NetBSD: fscanf.c,v 1.12 2003/08/07 16:43:25 agc Exp
44 fscanf.c 8.1 (Berkeley) 6/4/93
57 fscanf(FILE *fp, char const *fmt, ...) function
  /hardware/akm/AK8975_FS/akmdfs/
AKFS_FileIO.c 58 if (fscanf(fp, AKFS_SCANF_FORMAT, buf, &prms->mfv_ho.u.x) != 2) {
65 if (fscanf(fp, AKFS_SCANF_FORMAT, buf, &prms->mfv_ho.u.y) != 2) {
72 if (fscanf(fp, AKFS_SCANF_FORMAT, buf, &prms->mfv_ho.u.z) != 2) {
  /external/ltp/lib/
tst_pid.c 49 rc = fscanf(f, "%i", &used_pids);
tst_process_state.c 64 if (fscanf(f, "%*i %*s %c", &cur_state) != 1) {
  /bootable/recovery/
verifier.cpp 318 if (fscanf(file, " %i , 0x%x", &key_len_words, &n0inv) != 2) {
329 if (fscanf(file, " , { %u", &modulus[0]) != 1) {
333 if (fscanf(file, " , %u", &modulus[i]) != 1) {
346 if (fscanf(file, " } , { %u", &rr_value) != 1) {
350 if (fscanf(file, " , %u", &rr_value) != 1) {
354 if (fscanf(file, " } } ") != 0) {
386 if (fscanf(file, " %i", &key_len_bytes) != 1) {
407 if (fscanf(file, " , { %u", &byte) != 1) {
413 if (fscanf(file, " , %u", &byte) != 1) {
424 if (fscanf(file, " }") != 0)
    [all...]
  /external/google-breakpad/src/client/mac/handler/testcases/
breakpad_nlist_test.cc 64 fscanf(fd, "%s %c %s", oneNMAddr, &symbolType, symbolName);
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/include/
AlaLib.h 94 Result = fscanf(stream, format, &dwVal);
  /external/ltp/testcases/kernel/containers/netns/
netns_helper.h 46 n = fscanf(ipf, "ip utility, iproute2-ss%u", &ipver);
  /external/ltp/testcases/open_posix_testsuite/include/
affinity.h 50 fscanf(f, "%d", &cpu);
proc.h 35 if (fscanf(f, "%*i %*s %c", &cur_state) != 1) {
  /external/strace/tests/
attach-p-cmd-p.c 66 if (fscanf(fp, "%d", &pid) < 0)
67 perror_msg_and_fail("fscanf: %s", pidfile);
  /external/strace/tests-m32/
attach-p-cmd-p.c 66 if (fscanf(fp, "%d", &pid) < 0)
67 perror_msg_and_fail("fscanf: %s", pidfile);
  /external/strace/tests-mx32/
attach-p-cmd-p.c 66 if (fscanf(fp, "%d", &pid) < 0)
67 perror_msg_and_fail("fscanf: %s", pidfile);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio-ldbl.h 34 __LDBL_REDIR1_DECL (fscanf, __nldbl___isoc99_fscanf)
38 __LDBL_REDIR_DECL (fscanf)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio-ldbl.h 34 __LDBL_REDIR1_DECL (fscanf, __nldbl___isoc99_fscanf)
38 __LDBL_REDIR_DECL (fscanf)
  /external/tensorflow/tensorflow/core/platform/profile_utils/
cpu_utils.cc 75 const int retval_of_bogomips = fscanf(fp, "bogomips : %lf", &bogomips);
93 if (fscanf(fp, "%lld", &freq_hz) != 1) {
  /system/extras/ext4_utils/
blk_alloc_to_base_fs.c 57 if (fscanf(blk_alloc_file, "Base EXT4 version %" ___STRING(MAX_FILE_VERSION) "s", file_version) > 0) {
70 while(fscanf(blk_alloc_file, "%" ___STRING(MAX_PATH) "s ", filename) != EOF) {
  /external/ltp/testcases/kernel/sched/hyperthreading/ht_interrupt/
ht_interrupt.c 45 fscanf(pFile, "%s %d %d %d %d %d %d %d %d \
61 fscanf(pFile, "%s %d %d %d %d %d %d %d %d \
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cstdio 59 using ::fscanf;
  /external/blktrace/btt/
devmap.c 74 while (fscanf(fp, "%255[a-zA-Z0-9 :.,/_-]\n", line) == 1) {
  /external/iproute2/netem/
stats.c 36 fscanf(fp, "%lf", &x[i]);
  /external/ltp/testcases/kernel/syscalls/ipc/semget/
semget05.c 79 if (fscanf(fp, "%*d %*d %*d %d", &getmaxid) == 1)

Completed in 417 milliseconds

1 2 3 4 5 6 7 8 9