/third_party/ltp/include/ |
H A D | safe_file_ops_fn.h | 31 * NOTE: This is not 100% correct for complex scanf strings, but will do for 37 * All-in-one function to scanf value(s) from a file. 41 __attribute__ ((format (scanf, 4, 5))); 46 __attribute__ ((format (scanf, 5, 6))); 51 __attribute__ ((format (scanf, 6, 7)));
|
H A D | tst_cgroup.h | 237 __attribute__ ((format (scanf, 5, 6), nonnull)); 247 __attribute__ ((format (scanf, 5, 6), nonnull));
|
/third_party/musl/src/stdio/ |
H A D | scanf.c | 4 int scanf(const char *restrict fmt, ...) in scanf() function 14 weak_alias(scanf,__isoc99_scanf);
|
/third_party/backends/frontend/ |
H A D | test.c | 48 scanf ("%s", username); in auth_callback() 50 scanf ("%s", password); in auth_callback()
|
/third_party/alsa-lib/include/ |
H A D | input.h | 72 __attribute__ ((format (scanf, 2, 3)))
|
/third_party/ltp/testcases/lib/ |
H A D | tst_hexdump.c | 20 while ((ret = scanf("%2x", &val)) == 1) in decode_hex()
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
H A D | timed_forkbomb.c | 58 while (scanf("%as", &word) < 1) { in main()
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | cdefs.h | 90 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y)))
|
/third_party/musl/include/sys/linux/ |
H A D | cdefs.h | 90 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y)))
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
H A D | 2-2.c | 175 while (scanf("*%i*", &child_count) == 0) in main()
|
H A D | 2-1.c | 172 while (scanf("*%i*", &child_count) == 0) in main()
|
/third_party/libfuse/test/ |
H A D | stracedecode.c | 177 res = scanf("%x", &val); in main()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdio.h | 117 int scanf(const char *__restrict, ...);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdio.h | 119 int scanf(const char *__restrict, ...);
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdio.h | 120 int scanf(const char *__restrict, ...);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdio.h | 117 int scanf(const char *__restrict, ...);
|
/third_party/musl/include/ |
H A D | stdio.h | 120 int scanf(const char *__restrict, ...);
|
/third_party/musl/libc-test/src/api/ |
H A D | stdio.c | 83 {int(*p)(const char*restrict,...) = scanf;} in f()
|
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | minizip.c | 351 ret = scanf("%1s",answer);
|
H A D | miniunz.c | 389 ret = scanf("%1s",answer);
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | minizip.c | 352 ret = scanf("%1s",answer);
|
H A D | miniunz.c | 390 ret = scanf("%1s",answer);
|
/third_party/zlib/contrib/minizip/ |
H A D | minizip.c | 350 ret = scanf("%1s",answer); in main()
|
H A D | miniunz.c | 443 ret = scanf("%1s",answer); in do_extract_currentfile()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | ExternalFunctions.cpp | 443 // int scanf(const char *format, ...); 445 assert(args.size() < 10 && "Only handle up to 10 args to scanf right now!"); in lle_X_scanf() 452 GV.IntVal = APInt(32, scanf( Args[0], Args[1], Args[2], Args[3], Args[4], in lle_X_scanf()
|