Searched refs:scanf (Results 51 - 75 of 102) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/ext/
H A Dattrib11.C11 extern int scanf (__const char *__restrict __format, ...) throw ();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/warn/
H A Dformat1.C13 std::scanf ("%d%lc%ls%l[abc]", ip, ls, ls, ls);
14 std::scanf ("%hd", ip); // { dg-warning "format" "scanf warning" }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/warn/
H A Dformat1.C13 std::scanf ("%d%lc%ls%l[abc]", ip, ls, ls, ls);
14 std::scanf ("%hd", ip); // { dg-warning "format" "scanf warning" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/format/
H A Dz-1.c12 scanf ("%zu", &t); /* { dg-bogus "length|format" "bogus scanf warning" } */
H A Dext-6.c37 scanf ("%d", ip);
38 scanf ("%ld", ip); /* { dg-warning "format" "scanf" } */
H A Dformat.h19 #define gnu_attr_scanf scanf
103 extern int scanf (const char *restrict, ...);
168 #undef scanf macro
169 #define scanf scanf_gnu macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/format/
H A Dz-1.c12 scanf ("%zu", &t); /* { dg-bogus "length|format" "bogus scanf warning" } */
H A Dattr-2.c10 extern void tformatscanf (const char *, ...) __attribute__((format(scanf, 1, 2)));
18 extern void t__format__scanf (const char *, ...) __attribute__((__format__(scanf, 1, 2)));
36 tformatscanf ("%"); /* { dg-warning "format" "attribute format scanf" } */
52 t__format__scanf ("%"); /* { dg-warning "format" "attribute __format__ scanf" } */
H A Dext-6.c37 scanf ("%d", ip);
38 scanf ("%ld", ip); /* { dg-warning "format" "scanf" } */
H A Dformat.h57 extern int scanf (const char *restrict, ...);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/scanf/
H A DMakefile.am26 doscan.c fscanf.c fscanffuns.c scanf.c sscanf.c sscanffuns.c \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/gomp/appendix-a/
H A Da.33.1.c12 scanf ("%f %f %f %f", &a, &b, &x, &y);
H A Da.33.2.c16 scanf ("%f", tmp);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/misc/
H A DMakefile.am24 check_PROGRAMS = t-printf t-scanf t-locale
/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dscanf.c1 /* $NetBSD: scanf.c,v 1.11 2003/01/18 11:29:57 thorpej Exp $ */
38 static char sccsid[] = "@(#)scanf.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: scanf.c,v 1.11 2003/01/18 11:29:57 thorpej Exp $");
53 scanf(char const *fmt, ...) function
H A DMakefile.inc18 rget.c scanf.c setbuf.c setbuffer.c setvbuf.c snprintf.c snprintf_ss.c \
35 putc.3 putwc.3 remove.3 scanf.3 setbuf.3 stdio.3 tmpnam.3 \
58 MLINKS+=scanf.3 fscanf.3 scanf.3 sscanf.3 scanf.3 vfscanf.3 scanf.3 vscanf.3 \
59 scanf.3 vsscanf.3
/netbsd-6-1-5-RELEASE/games/trek/
H A Dgetpar.c62 i = scanf("%d", &n);
85 i = scanf("%lf", &d);
138 scanf("%*[ \t;]");
139 if ((c = scanf("%99[^ \t;\n]", input)) < 0)
206 scanf("%*[\t ;]");
207 i = scanf(format, r);
/netbsd-6-1-5-RELEASE/usr.bin/vgrind/RETEST/
H A Dretest.c63 scanf ("%131s", reg);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dstdio.h83 extern int scanf( const char *__format, ...);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/headers/cstdio/
H A Dfunctions_std.cc40 using std::scanf;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/tests/base/
H A Dstdio.h85 extern int scanf( const char *__format, ...);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c/
H A Dstd_cstdio.h72 #undef scanf macro
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/misc/
H A Drawrite.c133 scanf("%s", fname);
141 scanf("%s", fname);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_std/
H A Dstd_cstdio.h86 #undef scanf macro
133 using ::scanf;
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/tools/acpisrc/
H A Dasmain.c180 scanf ("%c", &Response);
197 scanf ("%c", &Response);

Completed in 326 milliseconds

12345