Home
last modified time | relevance | path

Searched full:scanf (Results 1 – 25 of 109) sorted by relevance

12345

/freebsd/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.336 .Nm scanf ,
48 .Fn scanf "const char * restrict format" ...
62 .Fn scanf
73 .Fn scanf
503 .Fn scanf ,
513 .Fn scanf ,
H A Dwscanf.331 .\" FreeBSD: src/lib/libc/stdio/scanf.3,v 1.24 2003/06/28 09:03:25 das Exp
450 .Xr scanf 3 ,
470 .Xr scanf 3 ,
H A Dscanf_l.362 .Xr scanf 3 ,
H A DSymbol.map65 scanf;
/freebsd/contrib/ncurses/man/
H A Dcurs_scanw.3x75 are analogous to \fI\%scanf\fP(3).
121 use these functions with the \fI\%scanf\fP(3) conversions \*(``%lc\*(''
158 Since the underlying \fI\%scanf\fP(3) returns the number of successful
235 tersely as \*(``scanf through
237 and \*(``scanf through
246 [t]hese routines correspond to \fIscanf\fP(3S),
297 \fB\%scanf\fP(3),
H A Dmanhtml.externs65 scanf(3)
66 scanf(3S)
H A Dman_db.renames.in158 scanf.3s scanf.3
314 scanf.3 scanf.3
/freebsd/crypto/krb5/src/lib/crypto/crypto_tests/
H A Dt_cf2.c40 * scanf is used to read the file, so interior spaces are not permitted. The
61 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()
/freebsd/sys/xen/xenstore/
H A Dxenstorevar.h242 * Single file read and scanf parsing of the result.
248 * of scanf).
249 * \param fmt Scanf format string followed by a variable number of
250 * scanf input arguments.
257 __attribute__((format(scanf, 5, 6)));
291 * Multi-file read within a single directory and scanf parsing of
297 * the file name, scanf-style format string, and
/freebsd/share/doc/psd/04.uprog/
H A Dp2201 .UL scanf
206 .UL scanf
217 .UL scanf ,
H A Dp9382 .UL scanf(format,\ a1,\ ...)\ char\ *format;
390 .UL scanf
398 .UL scanf
410 .UL scanf
/freebsd/contrib/sendmail/libsm/
H A Dt-scanf.c11 SM_IDSTR(id, "@(#)$Id: t-scanf.c,v 1.6 2013-11-22 20:51:43 ca Exp $")
28 sm_test_begin(argc, argv, "test scanf point stuff");
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc9 // Scanf/printf implementation for use in *Sanitizer interceptors.
148 // Printf promotes floats to doubles but scanf does not
176 // Parse scanf format string. If a valid directive in encountered, it is
248 // if scanf will parse it as POSIX %a [h-j %d ] or
302 // Common part of *scanf interceptors.
331 Report("%s: WARNING: unexpected format specifier in scanf interceptor: %.*s\n",
/freebsd/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c879 /* scanf uchar_t from value and check for match */ in nvpair_value_match_regex()
902 /* scanf int8_t from value and check for match */ in nvpair_value_match_regex()
925 /* scanf uint8_t from value and check for match */ in nvpair_value_match_regex()
948 /* scanf int16_t from value and check for match */ in nvpair_value_match_regex()
971 /* scanf uint16_t from value and check for match */ in nvpair_value_match_regex()
994 /* scanf int32_t from value and check for match */ in nvpair_value_match_regex()
1017 /* scanf uint32_t from value and check for match */ in nvpair_value_match_regex()
1040 /* scanf int64_t from value and check for match */ in nvpair_value_match_regex()
1063 /* scanf uint64_t from value and check for match */ in nvpair_value_match_regex()
1087 /* scanf boolean_t from value and check for match */ in nvpair_value_match_regex()
/freebsd/usr.bin/yacc/
H A Dconfig.h13 /* Define to 1 if the compiler supports gcc-like scanf attribute. */
17 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
/freebsd/share/man/man9/
H A Dcdefs.9168 .Fn scanf
181 .Fa scanf
184 .Fn scanf
193 .Fn scanf
/freebsd/lib/libc/stdlib/
H A Dhcreate.3239 while (scanf("%s%d%d", str, &info_ptr->age,
251 while (scanf("%s", item.key) != EOF) {
H A Dlsearch.3107 if (scanf("%d", &key) != 1) {
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h64 /// Represents the length modifier in a format string in scanf/printf.
82 AsAllocate, // for '%as', GNU extension to C90 scanf
83 AsMAllocate, // for '%ms', GNU extension to scanf
199 // ** Scanf-specific **
762 // Scanf-specific handlers.
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcstdio58 int scanf(const char* restrict format, ...);
162 using ::scanf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdio58 int scanf(const char* restrict format, ...);
167 using ::scanf _LIBCPP_USING_IF_EXISTS;
/freebsd/lib/libc/tests/stdio/
H A DMakefile49 # 90: use of assignment suppression and length modifier together in scanf format
/freebsd/contrib/libcbor/examples/
H A Dstreaming_array.c34 scanf(argv[1], "%zu", &n); in main()
/freebsd/usr.sbin/route6d/misc/
H A Dcksum.c42 while (scanf("%x", &i) != EOF) { in main()

12345