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

12

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/scanf/
H A DMakefile.am27 vfscanf.c vscanf.c vsscanf.c
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/format/
H A Dms_no-exargs-2.c25 /* Can't check the arguments in the vscanf case, so should suppose the
27 vscanf ("%3$d%1$d", va);
H A Dno-exargs-2.c24 /* Can't check the arguments in the vscanf case, so should suppose the
26 vscanf ("%3$d%1$d", va);
H A Dc90-scanf-4.c23 vscanf ("%d", v2);
24 vscanf ("%Y", v3);
H A Dc99-scanf-3.c22 vscanf ("%d", v2);
23 vscanf ("%Y", v3); /* { dg-warning "format" "vscanf" } */
H A Dms_c99-scanf-3.c23 vscanf ("%d", v2);
24 vscanf ("%Y", v3); /* { dg-warning "format" "vscanf" } */
H A Dmiss-1.c22 vscanf (fmt, ap); /* { dg-warning "candidate" "scanf attribute warning" } */
H A Dms_miss-1.c23 vscanf (fmt, ap); /* { dg-warning "candidate" "scanf attribute warning" } */
H A Dext-6.c43 vscanf ("%d", v10);
44 vscanf ("%Y", v11); /* { dg-warning "format" "vscanf" } */
H A Dms_c90-scanf-4.c23 vscanf ("%d", v2);
H A Dformat.h106 extern int vscanf (const char *restrict, va_list);
180 #undef vscanf macro
181 #define vscanf vscanf_gnu macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/format/
H A Dno-exargs-2.c24 /* Can't check the arguments in the vscanf case, so should suppose the
26 vscanf ("%3$d%1$d", va);
H A Dc90-scanf-4.c23 vscanf ("%d", v2);
24 vscanf ("%Y", v3);
H A Dc99-scanf-3.c22 vscanf ("%d", v2);
23 vscanf ("%Y", v3); /* { dg-warning "format" "vscanf" } */
H A Dmiss-1.c22 vscanf (fmt, ap); /* { dg-warning "candidate" "scanf attribute warning" } */
H A Dext-6.c43 vscanf ("%d", v10);
44 vscanf ("%Y", v11); /* { dg-warning "format" "vscanf" } */
H A Dformat.h60 extern int vscanf (const char *restrict, va_list);
/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dvscanf.c1 /* $NetBSD: vscanf.c,v 1.12 2003/08/07 16:43:35 agc Exp $ */
38 static char sccsid[] = "@(#)vscanf.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: vscanf.c,v 1.12 2003/08/07 16:43:35 agc Exp $");
52 vscanf(const char *fmt, va_list ap) function
H A DMakefile.inc21 vprintf.c vscanf.c vsnprintf.c vsnprintf_ss.c vsscanf.c vswprintf.c \
58 MLINKS+=scanf.3 fscanf.3 scanf.3 sscanf.3 scanf.3 vfscanf.3 scanf.3 vscanf.3 \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/warn/
H A Dmiss-format-1.C6 /* VxWorks does not provide vscanf, either in kernel or RTP mode. */
26 vscanf (fmt, ap); /* { dg-warning "candidate" "scanf attribute warning" { xfail *-*-solaris2.[7-8] *-*-vxworks* alpha*-dec-osf* } } */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/warn/
H A Dmiss-format-1.C24 vscanf (fmt, ap); /* { dg-warning "candidate" "scanf attribute warning" { xfail *-*-solaris2.5.1 *-*-solaris2.[5-8] } } */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/8_c_compatibility/cstdio/
H A Dfunctions.cc47 ret = std::tr1::vscanf(format, ap);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_std/
H A Dstd_cstdio.h150 #undef vscanf macro
161 extern "C" int (vscanf)(const char * restrict, __gnuc_va_list);
171 using ::vscanf;
181 using __gnu_cxx::vscanf;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dstdio.h58 using std::vscanf;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_compatibility/
H A Dstdio.h58 using std::vscanf;

Completed in 199 milliseconds

12