Home
last modified time | relevance | path

Searched refs:scanf (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-14.2/lib/libc/stdio/
H A DMakefile.inc20 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 Dscanf.c52 scanf(char const * __restrict fmt, ...) in scanf() function
H A DSymbol.map67 scanf;
/freebsd-14.2/contrib/ncurses/man/
H A Dmanhtml.externs60 scanf(3)
61 scanf(3S)
H A Dman_db.renames.in158 scanf.3s scanf.3
292 scanf.3 scanf.3
/freebsd-14.2/usr.sbin/route6d/misc/
H A Dcksum.c42 while (scanf("%x", &i) != EOF) { in main()
/freebsd-14.2/usr.bin/yacc/
H A Dconfig.h17 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
/freebsd-14.2/sys/xen/xenstore/
H A Dxenstorevar.h258 __attribute__((format(scanf, 5, 6)));
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc144 // 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 DMakefile.m432 smcheck(`t-scanf', `compile-run')
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdio.inc44 using ::scanf;
/freebsd-14.2/gnu/lib/libdialog/
H A Ddlg_config.h19 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
/freebsd-14.2/contrib/ntp/include/
H A Dl_stdlib.h152 extern int scanf (const char *, ...);
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dcstdio.inc44 using std::scanf;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dcstdio58 int scanf(const char* restrict format, ...);
165 using ::scanf _LIBCPP_USING_IF_EXISTS;
/freebsd-14.2/lib/ncurses/tinfo/
H A Dncurses_cfg.h138 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
/freebsd-14.2/contrib/byacc/
H A Dconfig_h.in12 /* Define to 1 if the compiler supports gcc-like scanf attribute. */
H A Daclocal.m4648 #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 Dmain.c493 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 Dstdio.h282 int scanf(const char * __restrict, ...);
/freebsd-14.2/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mtl_hca_guid.c602 scanf("%u", &choice); in get_port_guid()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp475 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 Dquot.c497 while (scanf("%ju", &inode) == 1) { in donames()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt316 # scanf-like
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def2001 /// int scanf(const char *restrict format, ... );
2002 TLI_DEFINE_ENUM_INTERNAL(scanf)
2003 TLI_DEFINE_STRING_INTERNAL("scanf")

12