| /src/crypto/krb5/src/lib/crypto/crypto_tests/ ! |
| H A D | t_cf2.c | 61 if (scanf( "%d", &enctype) == EOF) in main() 63 if (scanf("%1024s", &s[0]) == EOF) in main() 71 if (scanf("%1024s", &s[0]) == EOF) in main() 79 if (scanf("%1024s %1024s", pepper1, pepper2) == EOF) in main()
|
| /src/lib/libc/stdio/ ! |
| H A D | Makefile.inc | 18 refill.c remove.c rewind.c rget.c scanf.c setbuf.c setbuffer.c \ 39 printf.3 printf_l.3 putc.3 putwc.3 remove.3 scanf.3 scanf_l.3 setbuf.3 \ 117 MLINKS+=scanf.3 fscanf.3 \ 118 scanf.3 sscanf.3 \ 119 scanf.3 vfscanf.3 \ 120 scanf.3 vscanf.3 \ 121 scanf.3 vsscanf.3
|
| H A D | scanf.c | 49 scanf(char const * __restrict fmt, ...) in scanf() function
|
| H A D | Symbol.map | 65 scanf;
|
| /src/contrib/ncurses/man/ ! |
| H A D | manhtml.externs | 65 scanf(3) 66 scanf(3S)
|
| H A D | man_db.renames.in | 158 scanf.3s scanf.3 314 scanf.3 scanf.3
|
| /src/usr.sbin/route6d/misc/ ! |
| H A D | cksum.c | 42 while (scanf("%x", &i) != EOF) { in main()
|
| /src/usr.bin/yacc/ ! |
| H A D | config.h | 17 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
|
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ ! |
| H A D | sanitizer_common_interceptors_format.inc | 144 // Printf promotes floats to doubles but scanf does not 172 // Parse scanf format string. If a valid directive in encountered, it is 244 // if scanf will parse it as POSIX %a [h-j %d ] or 298 // Common part of *scanf interceptors. 327 Report("%s: WARNING: unexpected format specifier in scanf interceptor: %.*s\n",
|
| /src/sys/xen/xenstore/ ! |
| H A D | xenstorevar.h | 257 __attribute__((format(scanf, 5, 6)));
|
| /src/contrib/sendmail/libsm/ ! |
| H A D | Makefile.m4 | 32 smcheck(`t-scanf', `compile-run')
|
| /src/gnu/lib/libdialog/ ! |
| H A D | dlg_config.h | 19 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
|
| /src/contrib/ntp/include/ ! |
| H A D | l_stdlib.h | 152 extern int scanf (const char *, ...);
|
| /src/contrib/llvm-project/libcxx/modules/std.compat/ ! |
| H A D | cstdio.inc | 44 using ::scanf _LIBCPP_USING_IF_EXISTS;
|
| /src/contrib/llvm-project/libcxx/include/ ! |
| H A D | cstdio | 58 int scanf(const char* restrict format, ...); 164 using ::scanf _LIBCPP_USING_IF_EXISTS;
|
| /src/contrib/llvm-project/libcxx/modules/std/ ! |
| H A D | cstdio.inc | 44 using std::scanf _LIBCPP_USING_IF_EXISTS;
|
| /src/crypto/krb5/src/lib/crypto/builtin/des/ ! |
| H A D | destest.c | 81 while (scanf("%16s %16s %16s", block1, block2, block3) == 3) { in main()
|
| /src/lib/ncurses/tinfo/ ! |
| H A D | ncurses_cfg.h | 139 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
|
| /src/contrib/byacc/ ! |
| H A D | config_h.in | 12 /* Define to 1 if the compiler supports gcc-like scanf attribute. */
|
| H A D | aclocal.m4 | 648 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var))) 659 for cf_attribute in scanf printf unused noreturn 672 (scanf) 700 (scanf) 703 cf_value='__attribute__((format(scanf,fmt,var)))' 704 AC_DEFINE(GCC_SCANF,1,[Define to 1 if the compiler supports gcc-like scanf attribute.])
|
| /src/contrib/ofed/opensm/opensm/ ! |
| H A D | main.c | 493 if (scanf("%u", &choice) <= 0) { in get_port_guid() 495 if (scanf("%127s", junk) <= 0) in get_port_guid()
|
| /src/include/ ! |
| H A D | stdio.h | 298 int scanf(const char * __restrict, ...);
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ ! |
| H A D | Builtins.def | 90 // s:N: -> this is a scanf-like function whose Nth argument is the format
|
| /src/contrib/ofed/opensm/libvendor/ ! |
| H A D | osm_vendor_mtl_hca_guid.c | 602 scanf("%u", &choice); in get_port_guid()
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ ! |
| H A D | ExternalFunctions.cpp | 475 GV.IntVal = APInt(32, scanf( Args[0], Args[1], Args[2], Args[3], Args[4], in lle_X_scanf()
|