Home
last modified time | relevance | path

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

123

/freebsd-11-stable/lib/libc/stdio/
HDMakefile.inc21 refill.c remove.c rewind.c rget.c scanf.c setbuf.c setbuffer.c \
42 printf.3 printf_l.3 putc.3 putwc.3 remove.3 scanf.3 scanf_l.3 setbuf.3 \
83 MLINKS+=scanf.3 fscanf.3 scanf.3 sscanf.3 scanf.3 vfscanf.3 scanf.3 vscanf.3 \
84 scanf.3 vsscanf.3
HDscanf.c53 scanf(char const * __restrict fmt, ...) in scanf() function
HDSymbol.map71 scanf;
/freebsd-11-stable/contrib/libstdc++/include/c_std/
Dstd_cstdio.h86 #undef scanf
133 using ::scanf;
/freebsd-11-stable/contrib/ncurses/man/
HDman_db.renames156 scanf.3s scanf.3
175 scanf.3 scanf.3
HDmanhtml.externs15 scanf(3)
/freebsd-11-stable/usr.sbin/route6d/misc/
HDcksum.c42 while (scanf("%x", &i) != EOF) { in main()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_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: ",
/freebsd-11-stable/contrib/libstdc++/include/c/
Dstd_cstdio.h72 #undef scanf
/freebsd-11-stable/contrib/sendmail/libsm/
HDMakefile.m431 smcheck(`t-scanf', `compile-run')
/freebsd-11-stable/sys/xen/xenstore/
HDxenstorevar.h241 __attribute__((format(scanf, 5, 6)));
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HDcstdio58 int scanf(const char* restrict format, ...);
158 using ::scanf;
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
Dstdio.h51 using std::scanf;
/freebsd-11-stable/contrib/ntp/include/
HDl_stdlib.h152 extern int scanf (const char *, ...);
/freebsd-11-stable/lib/ncurses/ncurses/
HDncurses_cfg.h99 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
/freebsd-11-stable/contrib/byacc/
HDconfig_h.in12 /* Define to 1 if the compiler supports gcc-like scanf attribute. */
HDaclocal.m4385 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
396 for cf_attribute in scanf printf unused noreturn
409 (scanf)
437 (scanf)
440 cf_value='__attribute__((format(scanf,fmt,var)))'
441 AC_DEFINE(GCC_SCANF,1,[Define to 1 if the compiler supports gcc-like scanf attribute.])
/freebsd-11-stable/contrib/ofed/opensm/opensm/
HDmain.c493 if (scanf("%u", &choice) <= 0) { in get_port_guid()
495 if (scanf("%127s", junk) <= 0) in get_port_guid()
/freebsd-11-stable/contrib/gcc/cp/
HDcfns.gperf144 #scanf -- POSIX thread cancellation point
/freebsd-11-stable/contrib/gcc/
HDbuiltin-attrs.def93 DEF_ATTR_IDENT (ATTR_SCANF, "scanf")
/freebsd-11-stable/include/
HDstdio.h282 int scanf(const char * __restrict, ...);
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
HDosm_vendor_mtl_hca_guid.c602 scanf("%u", &choice); in get_port_guid()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
HDExternalFunctions.cpp452 GV.IntVal = APInt(32, scanf( Args[0], Args[1], Args[2], Args[3], Args[4], in lle_X_scanf()
/freebsd-11-stable/usr.sbin/quot/
HDquot.c498 while (scanf("%ju", &inode) == 1) { in donames()
/freebsd-11-stable/usr.bin/xlint/llib/
HDllib-lstdc151 int (scanf)(const char *format, ...);

123