Searched refs:__fprintf_chk (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-fprintf-chk-1.c6 extern int __fprintf_chk (FILE *, int, const char *, ...);
12 __fprintf_chk (fp, 1, "hello");
14 __fprintf_chk (fp, 1, "hello\n");
16 __fprintf_chk (fp, 1, "a");
18 __fprintf_chk (fp, 1, "");
20 __fprintf_chk (fp, 1, "%s", "hello");
22 __fprintf_chk (fp, 1, "%s", "hello\n");
24 __fprintf_chk (fp, 1, "%s", "a");
26 __fprintf_chk (fp, 1, "%c", 'x');
28 __fprintf_chk (f
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-fprintf-chk-1.c6 extern int __fprintf_chk (FILE *, int, const char *, ...);
12 __fprintf_chk (fp, 1, "hello");
14 __fprintf_chk (fp, 1, "hello\n");
16 __fprintf_chk (fp, 1, "a");
18 __fprintf_chk (fp, 1, "");
20 __fprintf_chk (fp, 1, "%s", "hello");
22 __fprintf_chk (fp, 1, "%s", "hello\n");
24 __fprintf_chk (fp, 1, "%s", "a");
26 __fprintf_chk (fp, 1, "%c", 'x');
28 __fprintf_chk (f
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr37337.C8 extern int __fprintf_chk (FILE *, int, const char *, ...);
12 return __fprintf_chk (s, 1, f, __builtin_va_arg_pack ());
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dfprintf-chk-1.c9 __fprintf_chk (FILE *f, int flag, const char *fmt, ...) function
29 __fprintf_chk (stdout, 1, args); \
33 if (__fprintf_chk (stdout, 1, args) != ret) \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A Dfprintf-chk-1.c9 __fprintf_chk (FILE *f, int flag, const char *fmt, ...) function
29 __fprintf_chk (stdout, 1, args); \
33 if (__fprintf_chk (stdout, 1, args) != ret) \

Completed in 152 milliseconds