/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | stdio-read.c | 93 retval = vfscanf (stdin, format, args); in scanf() 110 retval = vfscanf (stream, format, args); in fscanf() 123 return vfscanf (stdin, format, args); in vscanf() 131 vfscanf (FILE *stream, const char *format, va_list args) in vfscanf() function 132 #undef vfscanf in vfscanf() 134 CALL_WITH_ERRNO_FIX (int, vfscanf (stream, format, args), ret == EOF) in vfscanf()
|
H A D | stdio.in.h | 1562 # undef vfscanf 1563 # define vfscanf rpl_vfscanf 1565 _GL_FUNCDECL_RPL (vfscanf, int, 1570 _GL_CXXALIAS_RPL (vfscanf, int, 1574 _GL_CXXALIAS_SYS (vfscanf, int, 1579 _GL_CXXALIASWARN (vfscanf);
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_std/ |
H A D | cstdio | 150 #undef vfscanf 162 (vfscanf)(FILE * __restrict, const char * __restrict, __gnuc_va_list); 174 using ::vfscanf; 184 using ::__gnu_cxx::vfscanf;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/ |
H A D | cstdio | 152 #undef vfscanf 164 (vfscanf)(FILE * __restrict, const char * __restrict, __gnuc_va_list); 176 using ::vfscanf; 186 using ::__gnu_cxx::vfscanf;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/ |
H A D | cstdio | 150 #undef vfscanf 162 (vfscanf)(FILE * __restrict, const char * __restrict, __gnuc_va_list); 174 using ::vfscanf; 184 using ::__gnu_cxx::vfscanf;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/ |
H A D | cstdio | 152 #undef vfscanf 164 (vfscanf)(FILE * __restrict, const char * __restrict, __gnuc_va_list); 176 using ::vfscanf; 186 using ::__gnu_cxx::vfscanf;
|
/netbsd-src/lib/libc/stdio/ |
H A D | Makefile.inc | 19 vasprintf.c vdprintf.c vfprintf.c vfscanf.c vfwprintf.c vfwscanf.c \ 58 MLINKS+=scanf.3 fscanf.3 scanf.3 sscanf.3 scanf.3 vfscanf.3 scanf.3 vscanf.3 \ 76 LINTFLAGS.vfscanf.c += -X 207 # XXX: lint is wrong
|
/netbsd-src/external/lgpl3/gmp/dist/scanf/ |
H A D | Makefile.am | 38 vfscanf.c vscanf.c vsscanf.c
|
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/ |
H A D | stdio.h | 40 int vfscanf(FILE *, const char *, __builtin_va_list) __asm__ (_BSD_STRING(__USER_LABEL_PREFIX__) "_…
|
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
H A D | stdio.h | 40 int vfscanf(FILE *, const char *, __builtin_va_list) __asm__ (_BSD_STRING(__USER_LABEL_PREFIX__) "_…
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | cstdio | 63 int vfscanf(FILE* restrict stream, const char* restrict format, va_list arg); // C99 121 using ::vfscanf;
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/ |
H A D | stdio.h | 2073 # undef vfscanf 2074 # define vfscanf rpl_vfscanf 2076 _GL_FUNCDECL_RPL (vfscanf, int, 2081 _GL_CXXALIAS_RPL (vfscanf, int, 2085 _GL_CXXALIAS_SYS (vfscanf, int, 2090 _GL_CXXALIASWARN (vfscanf);
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/vax/gnulib/import/ |
H A D | stdio.h | 2073 # undef vfscanf 2074 # define vfscanf rpl_vfscanf 2076 _GL_FUNCDECL_RPL (vfscanf, int, 2081 _GL_CXXALIAS_RPL (vfscanf, int, 2085 _GL_CXXALIAS_SYS (vfscanf, int, 2090 _GL_CXXALIASWARN (vfscanf);
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/ |
H A D | stdio.h | 2073 # undef vfscanf 2074 # define vfscanf rpl_vfscanf 2076 _GL_FUNCDECL_RPL (vfscanf, int, 2081 _GL_CXXALIAS_RPL (vfscanf, int, 2085 _GL_CXXALIAS_SYS (vfscanf, int, 2090 _GL_CXXALIASWARN (vfscanf);
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/ |
H A D | stdio.h | 2073 # undef vfscanf 2074 # define vfscanf rpl_vfscanf 2076 _GL_FUNCDECL_RPL (vfscanf, int, 2081 _GL_CXXALIAS_RPL (vfscanf, int, 2085 _GL_CXXALIAS_SYS (vfscanf, int, 2090 _GL_CXXALIASWARN (vfscanf);
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/ |
H A D | stdio.h | 2073 # undef vfscanf 2074 # define vfscanf rpl_vfscanf 2076 _GL_FUNCDECL_RPL (vfscanf, int, 2081 _GL_CXXALIAS_RPL (vfscanf, int, 2085 _GL_CXXALIAS_SYS (vfscanf, int, 2090 _GL_CXXALIASWARN (vfscanf);
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/ |
H A D | stdio.h | 2073 # undef vfscanf 2074 # define vfscanf rpl_vfscanf 2076 _GL_FUNCDECL_RPL (vfscanf, int, 2081 _GL_CXXALIAS_RPL (vfscanf, int, 2085 _GL_CXXALIAS_SYS (vfscanf, int, 2090 _GL_CXXALIASWARN (vfscanf);
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
H A D | stdio.h | 2073 # undef vfscanf 2074 # define vfscanf rpl_vfscanf 2076 _GL_FUNCDECL_RPL (vfscanf, int, 2081 _GL_CXXALIAS_RPL (vfscanf, int, 2085 _GL_CXXALIAS_SYS (vfscanf, int, 2090 _GL_CXXALIASWARN (vfscanf);
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/ |
H A D | stdio.h | 2073 # undef vfscanf 2074 # define vfscanf rpl_vfscanf 2076 _GL_FUNCDECL_RPL (vfscanf, int, 2081 _GL_CXXALIAS_RPL (vfscanf, int, 2085 _GL_CXXALIAS_SYS (vfscanf, int, 2090 _GL_CXXALIASWARN (vfscanf);
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/ |
H A D | stdio.h | 2073 # undef vfscanf 2074 # define vfscanf rpl_vfscanf 2076 _GL_FUNCDECL_RPL (vfscanf, int, 2081 _GL_CXXALIAS_RPL (vfscanf, int, 2085 _GL_CXXALIAS_SYS (vfscanf, int, 2090 _GL_CXXALIASWARN (vfscanf);
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/ |
H A D | stdio.h | 2073 # undef vfscanf 2074 # define vfscanf rpl_vfscanf 2076 _GL_FUNCDECL_RPL (vfscanf, int, 2081 _GL_CXXALIAS_RPL (vfscanf, int, 2085 _GL_CXXALIAS_SYS (vfscanf, int, 2090 _GL_CXXALIASWARN (vfscanf);
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
H A D | stdio.h | 2073 # undef vfscanf 2074 # define vfscanf rpl_vfscanf 2076 _GL_FUNCDECL_RPL (vfscanf, int, 2081 _GL_CXXALIAS_RPL (vfscanf, int, 2085 _GL_CXXALIAS_SYS (vfscanf, int, 2090 _GL_CXXALIASWARN (vfscanf);
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
H A D | stdio.h | 2073 # undef vfscanf 2074 # define vfscanf rpl_vfscanf 2076 _GL_FUNCDECL_RPL (vfscanf, int, 2081 _GL_CXXALIAS_RPL (vfscanf, int, 2085 _GL_CXXALIAS_SYS (vfscanf, int, 2090 _GL_CXXALIASWARN (vfscanf);
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
H A D | stdio.h | 2073 # undef vfscanf 2074 # define vfscanf rpl_vfscanf 2076 _GL_FUNCDECL_RPL (vfscanf, int, 2081 _GL_CXXALIAS_RPL (vfscanf, int, 2085 _GL_CXXALIAS_SYS (vfscanf, int, 2090 _GL_CXXALIASWARN (vfscanf);
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sparc64/gnulib/import/ |
H A D | stdio.h | 2073 # undef vfscanf 2074 # define vfscanf rpl_vfscanf 2076 _GL_FUNCDECL_RPL (vfscanf, int, 2081 _GL_CXXALIAS_RPL (vfscanf, int, 2085 _GL_CXXALIAS_SYS (vfscanf, int, 2090 _GL_CXXALIASWARN (vfscanf);
|