/external/clang/test/Analysis/ |
D | global-region-invalidation.c | 30 fscanf(stdin, "%d", &i); in stdinTest() 33 fscanf(stdin, "%d", &i); in stdinTest() 42 fscanf(stdin, "%d", &i); in testErrnoSystem() 44 fscanf(stdin, "%d", &i); // errno gets invalidated here. in testErrnoSystem() 49 fscanf(stdin, "%d", &i); // errno gets invalidated here. in testErrnoSystem() 57 fscanf(stdin, "%d", &i); in testErrnoInternal()
|
D | taint-tester.c | 92 fscanf(stdin, "%s %d", s, &t); in fscanfTest() 105 fscanf(fp, "%s%d", s, &t); // expected-warning + {{tainted}} in fscanfTest() 113 fscanf(stdin, "%d", &i); in stdinTest1() 121 fscanf(pp, "%d", &ii); in stdinTest2() 124 fscanf(p, "%d", &ii); in stdinTest2() 131 fscanf(p, "%d", &ii); in stdinTest2() 138 fscanf(*ppp, "%d", &iii); in stdinTest3() 146 fscanf(stdin, "%d", &i); in stdinTest4()
|
D | taint-generic.c | 8 int fscanf(FILE *restrict stream, const char *restrict format, ...); 78 fscanf(stdin, "%s", s); in testUncontrolledFormatString()
|
/external/libaom/libaom/aom_dsp/ |
D | grain_table.c | 46 fscanf(file, "E %" PRId64 " %" PRId64 " %d %hd %d\n", &entry->start_time, in grain_table_entry_read() 56 num_read = fscanf(file, "p %d %d %d %d %d %d %d %d %d %d %d %d\n", in grain_table_entry_read() 68 if (!fscanf(file, "\tsY %d ", &pars->num_y_points)) { in grain_table_entry_read() 74 if (2 != fscanf(file, "%d %d", &pars->scaling_points_y[i][0], in grain_table_entry_read() 81 if (!fscanf(file, "\n\tsCb %d", &pars->num_cb_points)) { in grain_table_entry_read() 87 if (2 != fscanf(file, "%d %d", &pars->scaling_points_cb[i][0], in grain_table_entry_read() 94 if (!fscanf(file, "\n\tsCr %d", &pars->num_cr_points)) { in grain_table_entry_read() 100 if (2 != fscanf(file, "%d %d", &pars->scaling_points_cr[i][0], in grain_table_entry_read() 108 fscanf(file, "\n\tcY"); in grain_table_entry_read() 111 if (1 != fscanf(file, "%d", &pars->ar_coeffs_y[i])) { in grain_table_entry_read() [all …]
|
/external/libvpx/libvpx/test/ |
D | non_greedy_mv_test.cc | 26 fscanf(input, "%d,%d\n", rows_ptr, cols_ptr); in read_in_mf() 31 fscanf(input, "%d,%d;", &row, &col); in read_in_mf() 48 fscanf(input, "%d,%d\n", rows_ptr, cols_ptr); in read_in_local_var() 54 fscanf(input, "%d,%d,%d,%d;", &M00, &M01, &M10, &M11); in read_in_local_var() 94 fscanf(input, "%d,%d\n", &(ref_frame_ptr->y_height), in load_frame_info() 103 fscanf(input, "%d,", &value); in load_frame_info()
|
/external/mesa3d/src/intel/tools/ |
D | i965_disasm.c | 63 if (fscanf(fp, " { ") == EOF) { in i965_disasm_read_c_literal_file() 68 if (fscanf(fp, "0x%x , 0x%x", &temp[0], &temp[1]) == 2) { in i965_disasm_read_c_literal_file() 76 while (fscanf(fp, " , 0x%x , 0x%x ", &temp[0], &temp[1]) == 2) { in i965_disasm_read_c_literal_file() 81 if (fscanf(fp, "}") == EOF) { in i965_disasm_read_c_literal_file()
|
/external/v8/src/base/platform/ |
D | platform-linux.cc | 63 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break; in GetSharedLibraryAddresses() 64 if (fscanf(fp, " %c%c%c%c", &attr_r, &attr_w, &attr_x, &attr_p) != 4) break; in GetSharedLibraryAddresses() 65 if (fscanf(fp, "%" V8PRIxPTR, &offset) != 1) break; in GetSharedLibraryAddresses()
|
D | platform-openbsd.cc | 58 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break; in GetSharedLibraryAddresses() 59 if (fscanf(fp, " %c%c%c%c", &attr_r, &attr_w, &attr_x, &attr_p) != 4) break; in GetSharedLibraryAddresses()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
D | kenny.cc | 388 if (fscanf(f_bn, "%d", &aux_var) == EOF) { in main() 391 if (fscanf(f_bn, "%d", &aux_var) == EOF) { in main() 636 if (fscanf(f_bn, "%d", &aux_var) == EOF) { in main() 639 if (fscanf(f_bn, "%d", &aux_var) == EOF) { in main() 674 if (fscanf(fp_gns, "%d", &cur_delay) == EOF) { in main() 676 if (fscanf(fp_gns, "%d", &cur_delay) == EOF) { in main()
|
D | test_iSACfixfloat.c | 224 if (fscanf(f_bn, "%d", &bottleneck) == EOF) { in main() 227 fscanf(f_bn, "%d", &bottleneck); in main() 438 if (fscanf(f_bn, "%d", &bottleneck) == EOF) { in main() 441 fscanf(f_bn, "%d", &bottleneck); in main()
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | insert_packet_with_timing.cc | 223 EXPECT_EQ(1, fscanf(send_ts_fid_, "%u\n", &t)); in SendTimestamp() 229 EXPECT_EQ(1, fscanf(receive_ts_fid_, "%u\n", &t)); in ReceiveTimestamp() 235 EXPECT_EQ(1, fscanf(seq_num_fid_, "%d\n", &n)); in SequenceNumber()
|
/external/igt-gpu-tools/assembler/ |
D | disasm-main.c | 51 if (fscanf (input, "x%x", &inst[n]) == 1) { in read_program() 82 if (fscanf (input, "x%2x", &temp) == 1) { in read_program_binary()
|
/external/toybox/toys/other/ |
D | xxd.c | 113 while (fscanf(fp, " 0x%02x,", &tmp) == 1) { in do_xxd_reverse() 125 if (fscanf(fp, "%llx: ", &pos) == 1) { in do_xxd_reverse()
|
/external/clang/test/Sema/ |
D | format-strings-scanf.c | 11 int fscanf(FILE * restrict, const char * restrict, ...) ; 72 …fscanf(f, "%ld", i); // expected-warning{{format specifies type 'long *' but the argument has type… in test_variants()
|
/external/icu/icu4c/source/test/iotest/ |
D | filetst.c | 1035 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility() 1041 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility() 1047 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility() 1054 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility() 1060 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility() 1066 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility() 1084 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility() 1090 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility() 1099 n += fscanf(myCFile, "%c", &cVal); in TestFilePrintCompatibility() 1105 n += fscanf(myCFile, "%c", &cVal); in TestFilePrintCompatibility() [all …]
|
/external/curl/tests/libtest/ |
D | lib1900.c | 66 if(fscanf(f, "%d %199s\n", &filetime, buf)) { in parse_url_file() 73 if(fscanf(f, "blacklist_site %199s\n", buf)) { in parse_url_file()
|
/external/grpc-grpc/src/cpp/server/load_reporter/ |
D | get_cpu_stats_linux.cc | 35 fscanf(fp, "cpu %lu %lu %lu %lu", &user, &nice, &system, &idle); in GetCpuStatsImpl()
|
/external/ltp/lib/ |
D | tst_pid.c | 49 rc = fscanf(f, "%i", &used_pids); in tst_get_free_pids_()
|
D | tst_process_state.c | 64 if (fscanf(f, "%*i %*s %c", &cur_state) != 1) { in tst_process_state_wait2()
|
/external/ltp/testcases/kernel/containers/netns/ |
D | netns_helper.h | 46 n = fscanf(ipf, "ip utility, iproute2-ss%u", &ipver); in check_iproute()
|
/external/bcc/src/cc/ |
D | bcc_proc.c | 102 if (fscanf(procmap, "%lx-%lx %4s %llx %7s %lu%[^\n]", &begin, &end, perm, in bcc_procutils_each_module() 350 ret = fscanf(fp, "%*x-%*x %*s %*x %*s %*d"); in which_so_in_process() 437 ret = fscanf(procfile, "%llx-%llx %s %llx %s %lld", &begin, &end, perm, in bcc_procutils_language()
|
/external/ltp/testcases/open_posix_testsuite/include/ |
D | affinity.h | 49 fscanf(f, "%d", &cpu); in get_online_cpu_from_sysfs()
|
/external/strace/tests-mx32/ |
D | attach-p-cmd-p.c | 66 if (fscanf(fp, "%d", &pid) < 0) in wait_for_peer_termination()
|
/external/strace/tests-m32/ |
D | attach-p-cmd-p.c | 66 if (fscanf(fp, "%d", &pid) < 0) in wait_for_peer_termination()
|
/external/strace/tests/ |
D | attach-p-cmd-p.c | 66 if (fscanf(fp, "%d", &pid) < 0) in wait_for_peer_termination()
|