| /freebsd/lib/libc/stdio/ |
| H A D | Makefile.inc | 18 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 D | scanf.3 | 36 .Nm scanf , 48 .Fn scanf "const char * restrict format" ... 62 .Fn scanf 73 .Fn scanf 503 .Fn scanf , 513 .Fn scanf ,
|
| H A D | wscanf.3 | 31 .\" 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 D | scanf_l.3 | 62 .Xr scanf 3 ,
|
| H A D | Symbol.map | 65 scanf;
|
| /freebsd/contrib/ncurses/man/ |
| H A D | curs_scanw.3x | 75 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 D | manhtml.externs | 65 scanf(3) 66 scanf(3S)
|
| H A D | man_db.renames.in | 158 scanf.3s scanf.3 314 scanf.3 scanf.3
|
| /freebsd/crypto/krb5/src/lib/crypto/crypto_tests/ |
| H A D | t_cf2.c | 40 * 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 D | xenstorevar.h | 242 * 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 D | p2 | 201 .UL scanf 206 .UL scanf 217 .UL scanf ,
|
| H A D | p9 | 382 .UL scanf(format,\ a1,\ ...)\ char\ *format; 390 .UL scanf 398 .UL scanf 410 .UL scanf
|
| /freebsd/contrib/sendmail/libsm/ |
| H A D | t-scanf.c | 11 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 D | sanitizer_common_interceptors_format.inc | 9 // 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 D | libnvpair.c | 879 /* 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 D | config.h | 13 /* 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 D | cdefs.9 | 168 .Fn scanf 181 .Fa scanf 184 .Fn scanf 193 .Fn scanf
|
| /freebsd/lib/libc/stdlib/ |
| H A D | hcreate.3 | 239 while (scanf("%s%d%d", str, &info_ptr->age, 251 while (scanf("%s", item.key) != EOF) {
|
| H A D | lsearch.3 | 107 if (scanf("%d", &key) != 1) {
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | FormatString.h | 64 /// 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 D | cstdio | 58 int scanf(const char* restrict format, ...); 162 using ::scanf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cstdio | 58 int scanf(const char* restrict format, ...); 167 using ::scanf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/lib/libc/tests/stdio/ |
| H A D | Makefile | 49 # 90: use of assignment suppression and length modifier together in scanf format
|
| /freebsd/contrib/libcbor/examples/ |
| H A D | streaming_array.c | 34 scanf(argv[1], "%zu", &n); in main()
|
| /freebsd/usr.sbin/route6d/misc/ |
| H A D | cksum.c | 42 while (scanf("%x", &i) != EOF) { in main()
|