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

/freebsd-11-stable/usr.sbin/route6d/misc/
H A Dcksum.c42 while (scanf("%x", &i) != EOF) {
/freebsd-11-stable/lib/libc/stdio/
H A Dscanf.c39 static char sccsid[] = "@(#)scanf.c 8.1 (Berkeley) 6/4/93";
42 __FBSDID("$FreeBSD: stable/11/lib/libc/stdio/scanf.c 320942 2017-07-13 09:27:11Z kib $");
53 scanf(char const * __restrict fmt, ...) function
H A DMakefile.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
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cstdio.h72 #undef scanf macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h86 #undef scanf macro
133 using ::scanf;
/freebsd-11-stable/contrib/sendmail/libsm/
H A DMakefile.m431 smcheck(`t-scanf', `compile-run')
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h51 using std::scanf;
/freebsd-11-stable/sys/xen/xenstore/
H A Dxenstorevar.h226 * Single file read and scanf parsing of the result.
232 * of scanf).
234 * scanf input arguments.
241 __attribute__((format(scanf, 5, 6)));
275 * Multi-file read within a single directory and scanf parsing of
281 * the file name, scanf-style format string, and
/freebsd-11-stable/lib/ncurses/ncurses/
H A Dncurses_cfg.h99 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
/freebsd-11-stable/contrib/ntp/include/
H A Dl_stdlib.h152 extern int scanf (const char *, ...);
/freebsd-11-stable/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: ",
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dmain.c493 if (scanf("%u", &choice) <= 0) {
495 if (scanf("%127s", junk) <= 0)
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mtl_hca_guid.c602 scanf("%u", &choice);
/freebsd-11-stable/include/
H A Dstdio.h282 int scanf(const char * __restrict, ...);
/freebsd-11-stable/usr.sbin/quot/
H A Dquot.c498 while (scanf("%ju", &inode) == 1) {
/freebsd-11-stable/contrib/llvm-project/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!");
452 GV.IntVal = APInt(32, scanf( Args[0], Args[1], Args[2], Args[3], Args[4],
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h910 extern int scanf(const char *, ...);
/freebsd-11-stable/contrib/byacc/
H A Dconfigure4276 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
4287 for cf_attribute in scanf printf unused noreturn
4302 (scanf)
4347 (scanf)
4350 cf_value='__attribute__((format(scanf,fmt,var)))'
/freebsd-11-stable/contrib/dialog/
H A Dconfigure4558 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
4569 for cf_attribute in scanf printf unused noreturn
4584 scanf) #(vi
4629 scanf) #(vi
4632 cf_value='__attribute__((format(scanf,fmt,var)))'
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure12718 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
12729 for cf_attribute in scanf printf unused noreturn
12744 scanf) #(vi
12789 scanf) #(vi
12792 cf_value='__attribute__((format(scanf,fmt,var)))'

Completed in 415 milliseconds