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

/haiku-buildtools/legacy/gcc/libio/stdio/
H A Dvfscanf.c29 vfscanf(fp, format, args) function
H A Dstdio.h149 extern int vfscanf __P((FILE*, 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 Dc90-scanf-4.c21 vfscanf (stdin, "%d", v0);
22 vfscanf (stdin, "%Y", v1);
H A Dc99-scanf-3.c20 vfscanf (stdin, "%d", v0);
21 vfscanf (stdin, "%Y", v1); /* { dg-warning "format" "vfscanf" } */
H A Dms_c99-scanf-3.c21 vfscanf (stdin, "%d", v0);
22 vfscanf (stdin, "%Y", v1); /* { dg-warning "format" "vfscanf" } */
H A Dext-6.c41 vfscanf (stdin, "%d", v8);
42 vfscanf (stdin, "%Y", v9); /* { dg-warning "format" "vfscanf" } */
H A Dms_c90-scanf-4.c22 vfscanf (stdin, "%d", v0);
H A Dformat.h105 extern int vfscanf (FILE *restrict, const char *restrict, va_list);
176 #undef vfscanf macro
177 #define vfscanf vfscanf_gnu macro
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/cstdio/
H A Dfunctions.cc46 ret = std::tr1::vfscanf(stream, format, ap);
/haiku-buildtools/gcc/fixincludes/tests/base/
H A Dstdio.h40 int vfscanf(FILE *, const char *, __builtin_va_list) __asm__ (_BSD_STRING(__USER_LABEL_PREFIX__) "__svfscanf");
/haiku-buildtools/gcc/libstdc++-v3/include/c_compatibility/
H A Dstdio.h56 using std::vfscanf;
/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.inc771 INTERCEPTOR(int, vfscanf, void *stream, const char *format, va_list ap)
772 VSCANF_INTERCEPTOR_IMPL(vfscanf, true, stream, format, ap)
790 FORMAT_INTERCEPTOR_IMPL(fscanf, vfscanf, stream, format)
815 COMMON_INTERCEPT_FUNCTION(vfscanf);
/haiku-buildtools/gcc/libstdc++-v3/
H A Dconfigure16992 vfscanf(stderr, "%i", args);
17023 vfscanf(stderr, "%i", args);
[all...]

Completed in 138 milliseconds