| /freebsd-14.2/lib/libc/stdio/ |
| H A D | Makefile.inc | 20 refill.c remove.c rewind.c rget.c scanf.c setbuf.c setbuffer.c \ 41 printf.3 printf_l.3 putc.3 putwc.3 remove.3 scanf.3 scanf_l.3 setbuf.3 \ 82 MLINKS+=scanf.3 fscanf.3 scanf.3 sscanf.3 scanf.3 vfscanf.3 scanf.3 vscanf.3 \ 83 scanf.3 vsscanf.3
|
| H A D | scanf.c | 52 scanf(char const * __restrict fmt, ...) in scanf() function
|
| H A D | Symbol.map | 67 scanf;
|
| /freebsd-14.2/contrib/ncurses/man/ |
| H A D | manhtml.externs | 60 scanf(3) 61 scanf(3S)
|
| H A D | man_db.renames.in | 158 scanf.3s scanf.3 292 scanf.3 scanf.3
|
| /freebsd-14.2/usr.sbin/route6d/misc/ |
| H A D | cksum.c | 42 while (scanf("%x", &i) != EOF) { in main()
|
| /freebsd-14.2/usr.bin/yacc/ |
| H A D | config.h | 17 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
|
| /freebsd-14.2/sys/xen/xenstore/ |
| H A D | xenstorevar.h | 258 __attribute__((format(scanf, 5, 6)));
|
| /freebsd-14.2/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",
|
| /freebsd-14.2/contrib/sendmail/libsm/ |
| H A D | Makefile.m4 | 32 smcheck(`t-scanf', `compile-run')
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cstdio.inc | 44 using ::scanf;
|
| /freebsd-14.2/gnu/lib/libdialog/ |
| H A D | dlg_config.h | 19 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
|
| /freebsd-14.2/contrib/ntp/include/ |
| H A D | l_stdlib.h | 152 extern int scanf (const char *, ...);
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cstdio.inc | 44 using std::scanf;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | cstdio | 58 int scanf(const char* restrict format, ...); 165 using ::scanf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-14.2/lib/ncurses/tinfo/ |
| H A D | ncurses_cfg.h | 138 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
|
| /freebsd-14.2/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.])
|
| /freebsd-14.2/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()
|
| /freebsd-14.2/include/ |
| H A D | stdio.h | 282 int scanf(const char * __restrict, ...);
|
| /freebsd-14.2/contrib/ofed/opensm/libvendor/ |
| H A D | osm_vendor_mtl_hca_guid.c | 602 scanf("%u", &choice); in get_port_guid()
|
| /freebsd-14.2/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()
|
| /freebsd-14.2/usr.sbin/quot/ |
| H A D | quot.c | 497 while (scanf("%ju", &inode) == 1) { in donames()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 316 # scanf-like
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 2001 /// int scanf(const char *restrict format, ... ); 2002 TLI_DEFINE_ENUM_INTERNAL(scanf) 2003 TLI_DEFINE_STRING_INTERNAL("scanf")
|