Home
last modified time | relevance | path

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

12

/src/crypto/krb5/src/lib/crypto/crypto_tests/ !
H A Dt_cf2.c61 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 DMakefile.inc18 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 Dscanf.c49 scanf(char const * __restrict fmt, ...) in scanf() function
H A DSymbol.map65 scanf;
/src/contrib/ncurses/man/ !
H A Dmanhtml.externs65 scanf(3)
66 scanf(3S)
H A Dman_db.renames.in158 scanf.3s scanf.3
314 scanf.3 scanf.3
/src/usr.sbin/route6d/misc/ !
H A Dcksum.c42 while (scanf("%x", &i) != EOF) { in main()
/src/usr.bin/yacc/ !
H A Dconfig.h17 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
/src/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",
/src/sys/xen/xenstore/ !
H A Dxenstorevar.h257 __attribute__((format(scanf, 5, 6)));
/src/contrib/sendmail/libsm/ !
H A DMakefile.m432 smcheck(`t-scanf', `compile-run')
/src/gnu/lib/libdialog/ !
H A Ddlg_config.h19 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
/src/contrib/ntp/include/ !
H A Dl_stdlib.h152 extern int scanf (const char *, ...);
/src/contrib/llvm-project/libcxx/modules/std.compat/ !
H A Dcstdio.inc44 using ::scanf _LIBCPP_USING_IF_EXISTS;
/src/contrib/llvm-project/libcxx/include/ !
H A Dcstdio58 int scanf(const char* restrict format, ...);
164 using ::scanf _LIBCPP_USING_IF_EXISTS;
/src/contrib/llvm-project/libcxx/modules/std/ !
H A Dcstdio.inc44 using std::scanf _LIBCPP_USING_IF_EXISTS;
/src/crypto/krb5/src/lib/crypto/builtin/des/ !
H A Ddestest.c81 while (scanf("%16s %16s %16s", block1, block2, block3) == 3) { in main()
/src/lib/ncurses/tinfo/ !
H A Dncurses_cfg.h139 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
/src/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.])
/src/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()
/src/include/ !
H A Dstdio.h298 int scanf(const char * __restrict, ...);
/src/contrib/llvm-project/clang/include/clang/Basic/ !
H A DBuiltins.def90 // s:N: -> this is a scanf-like function whose Nth argument is the format
/src/contrib/ofed/opensm/libvendor/ !
H A Dosm_vendor_mtl_hca_guid.c602 scanf("%u", &choice); in get_port_guid()
/src/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()

12