Home
last modified time | relevance | path

Searched refs:scanf (Results 1 - 25 of 35) sorted by relevance

12

/third_party/ltp/include/
H A Dsafe_file_ops_fn.h31 * 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 Dtst_cgroup.h237 __attribute__ ((format (scanf, 5, 6), nonnull));
247 __attribute__ ((format (scanf, 5, 6), nonnull));
/third_party/musl/src/stdio/
H A Dscanf.c4 int scanf(const char *restrict fmt, ...) in scanf() function
14 weak_alias(scanf,__isoc99_scanf);
/third_party/backends/frontend/
H A Dtest.c48 scanf ("%s", username); in auth_callback()
50 scanf ("%s", password); in auth_callback()
/third_party/alsa-lib/include/
H A Dinput.h72 __attribute__ ((format (scanf, 2, 3)))
/third_party/ltp/testcases/lib/
H A Dtst_hexdump.c20 while ((ret = scanf("%2x", &val)) == 1) in decode_hex()
/third_party/ltp/testcases/kernel/controllers/freezer/
H A Dtimed_forkbomb.c58 while (scanf("%as", &word) < 1) { in main()
/third_party/musl/porting/linux/user/include/sys/
H A Dcdefs.h90 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y)))
/third_party/musl/include/sys/linux/
H A Dcdefs.h90 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y)))
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
H A D2-2.c175 while (scanf("*%i*", &child_count) == 0) in main()
H A D2-1.c172 while (scanf("*%i*", &child_count) == 0) in main()
/third_party/libfuse/test/
H A Dstracedecode.c177 res = scanf("%x", &val); in main()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h117 int scanf(const char *__restrict, ...);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h119 int scanf(const char *__restrict, ...);
/third_party/musl/porting/linux/user/include/
H A Dstdio.h120 int scanf(const char *__restrict, ...);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h117 int scanf(const char *__restrict, ...);
/third_party/musl/include/
H A Dstdio.h120 int scanf(const char *__restrict, ...);
/third_party/musl/libc-test/src/api/
H A Dstdio.c83 {int(*p)(const char*restrict,...) = scanf;} in f()
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dminizip.c351 ret = scanf("%1s",answer);
H A Dminiunz.c389 ret = scanf("%1s",answer);
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dminizip.c352 ret = scanf("%1s",answer);
H A Dminiunz.c390 ret = scanf("%1s",answer);
/third_party/zlib/contrib/minizip/
H A Dminizip.c350 ret = scanf("%1s",answer); in main()
H A Dminiunz.c443 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 DExternalFunctions.cpp443 // 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()

Completed in 11 milliseconds

12