Searched refs:scanf (Results 1 – 25 of 58) sorted by relevance
123
| /freebsd-11-stable/lib/libc/stdio/ |
| HD | Makefile.inc | 21 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
|
| HD | scanf.c | 53 scanf(char const * __restrict fmt, ...) in scanf() function
|
| HD | Symbol.map | 71 scanf;
|
| /freebsd-11-stable/contrib/libstdc++/include/c_std/ |
| D | std_cstdio.h | 86 #undef scanf 133 using ::scanf;
|
| /freebsd-11-stable/contrib/ncurses/man/ |
| HD | man_db.renames | 156 scanf.3s scanf.3 175 scanf.3 scanf.3
|
| HD | manhtml.externs | 15 scanf(3)
|
| /freebsd-11-stable/usr.sbin/route6d/misc/ |
| HD | cksum.c | 42 while (scanf("%x", &i) != EOF) { in main()
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_common_interceptors_format.inc | 144 // 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/ |
| D | std_cstdio.h | 72 #undef scanf
|
| /freebsd-11-stable/contrib/sendmail/libsm/ |
| HD | Makefile.m4 | 31 smcheck(`t-scanf', `compile-run')
|
| /freebsd-11-stable/sys/xen/xenstore/ |
| HD | xenstorevar.h | 241 __attribute__((format(scanf, 5, 6)));
|
| /freebsd-11-stable/contrib/llvm-project/libcxx/include/ |
| HD | cstdio | 58 int scanf(const char* restrict format, ...); 158 using ::scanf;
|
| /freebsd-11-stable/contrib/libstdc++/include/c_compatibility/ |
| D | stdio.h | 51 using std::scanf;
|
| /freebsd-11-stable/contrib/ntp/include/ |
| HD | l_stdlib.h | 152 extern int scanf (const char *, ...);
|
| /freebsd-11-stable/lib/ncurses/ncurses/ |
| HD | ncurses_cfg.h | 99 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
|
| /freebsd-11-stable/contrib/byacc/ |
| HD | config_h.in | 12 /* Define to 1 if the compiler supports gcc-like scanf attribute. */
|
| HD | aclocal.m4 | 385 #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/ |
| HD | main.c | 493 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/ |
| HD | cfns.gperf | 144 #scanf -- POSIX thread cancellation point
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | builtin-attrs.def | 93 DEF_ATTR_IDENT (ATTR_SCANF, "scanf")
|
| /freebsd-11-stable/include/ |
| HD | stdio.h | 282 int scanf(const char * __restrict, ...);
|
| /freebsd-11-stable/contrib/ofed/opensm/libvendor/ |
| HD | osm_vendor_mtl_hca_guid.c | 602 scanf("%u", &choice); in get_port_guid()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| HD | ExternalFunctions.cpp | 452 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/ |
| HD | quot.c | 498 while (scanf("%ju", &inode) == 1) { in donames()
|
| /freebsd-11-stable/usr.bin/xlint/llib/ |
| HD | llib-lstdc | 151 int (scanf)(const char *format, ...);
|
123