Searched refs:vfscanf (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h150 #undef vfscanf macro
161 (vfscanf)(FILE * restrict, const char * restrict, __gnuc_va_list);
171 using ::vfscanf;
182 using ::__gnu_cxx::vfscanf;
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h56 using std::vfscanf;
/freebsd-11-stable/lib/libsm/
H A DMakefile31 vasprintf.c vfprintf.c vfscanf.c vprintf.c vsnprintf.c \
/freebsd-11-stable/lib/libc/stdio/
H A DMakefile.inc25 vfscanf.c \
83 MLINKS+=scanf.3 fscanf.3 scanf.3 sscanf.3 scanf.3 vfscanf.3 scanf.3 vscanf.3 \
H A Dvfscanf.c39 static char sccsid[] = "@(#)vfscanf.c 8.1 (Berkeley) 6/4/93";
42 __FBSDID("$FreeBSD: stable/11/lib/libc/stdio/vfscanf.c 320942 2017-07-13 09:27:11Z kib $");
107 __weak_reference(__vfscanf, vfscanf);
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dvsscanf.c178 return (vfscanf(&strbuf, format, ap));
/freebsd-11-stable/include/
H A Dstdio.h303 int vfscanf(FILE * __restrict, const char * __restrict, __va_list)
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp1841 result = vfscanf(f, format, args);
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure7550 vfscanf(stderr, "%i", args);
[all...]

Completed in 325 milliseconds