Searched refs:vscanf (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/lib/libc/stdio/
H A Dvscanf.c39 static char sccsid[] = "@(#)vscanf.c 8.1 (Berkeley) 6/4/93";
42 __FBSDID("$FreeBSD: stable/11/lib/libc/stdio/vscanf.c 320942 2017-07-13 09:27:11Z kib $");
63 vscanf(const char * __restrict fmt, __va_list ap) function
H A DMakefile.inc26 vfwprintf.c vfwscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \
83 MLINKS+=scanf.3 fscanf.3 scanf.3 sscanf.3 scanf.3 vfscanf.3 scanf.3 vscanf.3 \
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h151 #undef vscanf macro
162 extern "C" int (vscanf)(const char * restrict, __gnuc_va_list);
172 using ::vscanf;
183 using ::__gnu_cxx::vscanf;
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h58 using std::vscanf;
/freebsd-11-stable/include/
H A Dstdio.h305 int vscanf(const char * __restrict, __va_list) __scanflike(1, 0);
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure7532 # Check for the existence in <stdio.h> of vscanf, et. al.
7551 vscanf("%i", args);
[all...]

Completed in 225 milliseconds