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

/haiku-buildtools/legacy/gcc/libio/stdio/
H A Dvscanf.c29 #undef vscanf macro
40 weak_alias (_IO_vscanf, vscanf)
H A Dstdio.h150 extern int vscanf __P((const char *, _IO_va_list));
/haiku-buildtools/gcc/gmp/scanf/
H A DMakefile.am27 vfscanf.c vscanf.c vsscanf.c
/haiku-buildtools/gcc/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
H A Dxopen-1.c118 /* Can't check the arguments in the vscanf case, so should suppose the
120 vscanf ("%3$d%1$d", va); /* { dg-bogus "before used" "unused $ scanf pointer operand" } */
/haiku-buildtools/gcc/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 *-*-vxworks* } } */
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/cstdio/
H A Dfunctions.cc47 ret = std::tr1::vscanf(format, ap);
/haiku-buildtools/gcc/libstdc++-v3/include/c_compatibility/
H A Dstdio.h58 using std::vscanf;
/haiku-buildtools/gcc/gmp/
H A DMakefile.am226 scanf/vfscanf$U.lo scanf/vscanf$U.lo scanf/vsscanf$U.lo
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc765 INTERCEPTOR(int, vscanf, const char *format, va_list ap)
766 VSCANF_INTERCEPTOR_IMPL(vscanf, true, format, ap)
787 FORMAT_INTERCEPTOR_IMPL(scanf, vscanf, format)
813 COMMON_INTERCEPT_FUNCTION(vscanf); \
/haiku-buildtools/gcc/libstdc++-v3/
H A Dconfigure16977 # Check for the existence in <stdio.h> of vscanf, et. al.
16993 vscanf("%i", args);
17024 vscanf("%i", args);
[all...]

Completed in 225 milliseconds