/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. 54 fscanf(stdin, "%d", &i);
|
taint-tester.c | 94 int fscanf(FILE *restrict stream, const char *restrict format, ...); 105 fscanf(stdin, "%s %d", s, &t); 115 // Test fscanf and fopen. 118 fscanf(fp, "%s%d", s, &t); // expected-warning + {{tainted}} 126 fscanf(stdin, "%d", &i); 134 fscanf(pp, "%d", &ii); 137 fscanf(p, "%d", &ii); 144 fscanf(p, "%d", &ii); 151 fscanf(*ppp, "%d", &iii); 159 fscanf(stdin, "%d", &i) [all...] |
system-header-simulator.h | 13 int fscanf(FILE *restrict, const char *restrict, ...);
|
/bionic/libc/stdio/ |
fscanf.c | 1 /* $OpenBSD: fscanf.c,v 1.9 2005/10/10 17:37:44 espie Exp $ */ 38 fscanf(FILE *fp, const char *fmt, ...) function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
stdio-ldbl.h | 34 __LDBL_REDIR1_DECL (fscanf, __nldbl___isoc99_fscanf) 38 __LDBL_REDIR_DECL (fscanf)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/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.7-4.6/sysroot/usr/include/bits/ |
stdio-ldbl.h | 34 __LDBL_REDIR1_DECL (fscanf, __nldbl___isoc99_fscanf) 38 __LDBL_REDIR_DECL (fscanf)
|
/system/vold/ |
Xwarp.cpp | 54 fscanf(fp, "%d", (int *) ready); 61 fscanf(fp, "%u %u", mirrorPos, maxSize);
|
/bootable/recovery/ |
install.cpp | 217 if (fscanf(f, " %c", &start_char) != 1) goto exit; 223 if (fscanf(f, "%d {", &version) != 1) goto exit; 231 if (fscanf(f, " %i , 0x%x , { %u", 240 if (fscanf(f, " , %u", &(key->n[i])) != 1) goto exit; 242 if (fscanf(f, " } , { %u", &(key->rr[0])) != 1) goto exit; 244 if (fscanf(f, " , %u", &(key->rr[i])) != 1) goto exit; 246 fscanf(f, " } } ");
|
/external/oprofile/libutil/ |
op_lockfile.c | 31 if (fscanf(fp, "%d", &value) != 1) {
|
/hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/ |
iio_utils.h | 152 ret = fscanf(sysfsfp, 235 fscanf(sysfsfp, "%f", output); 316 fscanf(sysfsfp, "%u", &ret); 350 fscanf(sysfsfp, "%u", ¤t->enabled); 386 fscanf(sysfsfp, "%u", ¤t->index); 458 fscanf(sysfsfp, "%d", &test); 507 fscanf(sysfsfp, "%s", temp); 556 fscanf(sysfsfp, "%d\n", &ret); 578 fscanf(sysfsfp, "%f\n", val);
|
/bionic/libstdc++/include/ |
cstdio | 59 using ::fscanf;
|
/ndk/sources/cxx-stl/gabi++/include/ |
cstdio | 59 using ::fscanf;
|
/ndk/sources/cxx-stl/system/include/ |
cstdio | 59 using ::fscanf;
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
cstdio | 57 using ::fscanf;
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
cstdio | 57 using ::fscanf;
|
/prebuilts/ndk/5/sources/cxx-stl/system/include/ |
cstdio | 59 using ::fscanf;
|
/prebuilts/ndk/6/sources/cxx-stl/system/include/ |
cstdio | 59 using ::fscanf;
|
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/ |
cstdio | 59 using ::fscanf;
|
/prebuilts/ndk/7/sources/cxx-stl/system/include/ |
cstdio | 59 using ::fscanf;
|
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/ |
cstdio | 59 using ::fscanf;
|
/prebuilts/ndk/8/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/qemu-pc-bios/bochs/bios/ |
usage.cc | 78 retval = fscanf(org_file, "0x%x\n", &org);
|