Home
last modified time | relevance | path

Searched refs:vfprintf (Results 1 – 25 of 7991) sorted by relevance

12345678910>>...320

/dports/net-p2p/microdc2/microdc2-0.15.6/lib/
H A Dversion-etc.c90 vfprintf (stream, _("Written by %s.\n"), authors); in version_etc_va()
94 vfprintf (stream, _("Written by %s and %s.\n"), authors); in version_etc_va()
98 vfprintf (stream, _("Written by %s, %s, and %s.\n"), authors); in version_etc_va()
104 vfprintf (stream, _("Written by %s, %s, %s,\nand %s.\n"), authors); in version_etc_va()
110 vfprintf (stream, _("Written by %s, %s, %s,\n%s, and %s.\n"), authors); in version_etc_va()
116 vfprintf (stream, _("Written by %s, %s, %s,\n%s, %s, and %s.\n"), in version_etc_va()
123 vfprintf (stream, _("Written by %s, %s, %s,\n%s, %s, %s, and %s.\n"), in version_etc_va()
130 vfprintf (stream, _("\ in version_etc_va()
138 vfprintf (stream, _("\ in version_etc_va()
148 vfprintf (stream, _("\ in version_etc_va()
/dports/games/xblast/xblast-2.10.4/
H A Ddebug.c121 vfprintf (fp, fmt, argList); in Dbg_Out()
123 vfprintf (stderr, fmt, argList); in Dbg_Out()
144 vfprintf (stderr, fmt, argList); in Dbg_Config()
158 vfprintf (stderr, fmt, argList); in Dbg_File()
172 vfprintf (stderr, fmt, argList); in Dbg_Level()
186 vfprintf (stderr, fmt, argList); in Dbg_Game()
200 vfprintf (stderr, fmt, argList); in Dbg_Action()
214 vfprintf (stderr, fmt, argList); in Dbg_Network()
228 vfprintf (stderr, fmt, argList); in Dbg_Server()
242 vfprintf (stderr, fmt, argList); in Dbg_Client()
[all …]
/dports/lang/php73/php-7.3.33/ext/standard/tests/strings/
H A Dvfprintf_error2.phpt2 Test vfprintf() function : error conditions (less than expected arguments)
9 /* Prototype : int vfprintf(resource stream, string format, array args)
19 echo "\n-- Testing vfprintf() function with less than expected no. of arguments --\n";
21 var_dump( vfprintf($fp, $format) );
22 var_dump( vfprintf( $fp ) );
23 var_dump( vfprintf() );
38 -- Testing vfprintf() function with less than expected no. of arguments --
40 Warning: Wrong parameter count for vfprintf() in %s on line %d
43 Warning: Wrong parameter count for vfprintf() in %s on line %d
46 Warning: Wrong parameter count for vfprintf() in %s on line %d
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/strings/
H A Dvfprintf_error2.phpt2 Test vfprintf() function : error conditions (less than expected arguments)
9 /* Prototype : int vfprintf(resource stream, string format, array args)
19 echo "\n-- Testing vfprintf() function with less than expected no. of arguments --\n";
21 var_dump( vfprintf($fp, $format) );
22 var_dump( vfprintf( $fp ) );
23 var_dump( vfprintf() );
38 -- Testing vfprintf() function with less than expected no. of arguments --
40 Warning: Wrong parameter count for vfprintf() in %s on line %d
43 Warning: Wrong parameter count for vfprintf() in %s on line %d
46 Warning: Wrong parameter count for vfprintf() in %s on line %d
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vfprintf-1.c8 extern int vfprintf (FILE *, const char *, va_list);
16 vfprintf (fp, "hello", ap1); in test()
18 vfprintf (fp, "hello\n", ap2); in test()
20 vfprintf (fp, "a", ap3); in test()
22 vfprintf (fp, "", ap4); in test()
24 vfprintf (fp, "%s", ap5); in test()
26 vfprintf (fp, "%c", ap6); in test()
28 vfprintf (fp, "%s\n", ap7); in test()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vfprintf-1.c8 extern int vfprintf (FILE *, const char *, va_list);
16 vfprintf (fp, "hello", ap1); in test()
18 vfprintf (fp, "hello\n", ap2); in test()
20 vfprintf (fp, "a", ap3); in test()
22 vfprintf (fp, "", ap4); in test()
24 vfprintf (fp, "%s", ap5); in test()
26 vfprintf (fp, "%c", ap6); in test()
28 vfprintf (fp, "%s\n", ap7); in test()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vfprintf-1.c8 extern int vfprintf (FILE *, const char *, va_list);
16 vfprintf (fp, "hello", ap1); in test()
18 vfprintf (fp, "hello\n", ap2); in test()
20 vfprintf (fp, "a", ap3); in test()
22 vfprintf (fp, "", ap4); in test()
24 vfprintf (fp, "%s", ap5); in test()
26 vfprintf (fp, "%c", ap6); in test()
28 vfprintf (fp, "%s\n", ap7); in test()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vfprintf-1.c8 extern int vfprintf (FILE *, const char *, va_list);
16 vfprintf (fp, "hello", ap1); in test()
18 vfprintf (fp, "hello\n", ap2); in test()
20 vfprintf (fp, "a", ap3); in test()
22 vfprintf (fp, "", ap4); in test()
24 vfprintf (fp, "%s", ap5); in test()
26 vfprintf (fp, "%c", ap6); in test()
28 vfprintf (fp, "%s\n", ap7); in test()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vfprintf-1.c8 extern int vfprintf (FILE *, const char *, va_list);
16 vfprintf (fp, "hello", ap1); in test()
18 vfprintf (fp, "hello\n", ap2); in test()
20 vfprintf (fp, "a", ap3); in test()
22 vfprintf (fp, "", ap4); in test()
24 vfprintf (fp, "%s", ap5); in test()
26 vfprintf (fp, "%c", ap6); in test()
28 vfprintf (fp, "%s\n", ap7); in test()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vfprintf-1.c8 extern int vfprintf (FILE *, const char *, va_list);
16 vfprintf (fp, "hello", ap1); in test()
18 vfprintf (fp, "hello\n", ap2); in test()
20 vfprintf (fp, "a", ap3); in test()
22 vfprintf (fp, "", ap4); in test()
24 vfprintf (fp, "%s", ap5); in test()
26 vfprintf (fp, "%c", ap6); in test()
28 vfprintf (fp, "%s\n", ap7); in test()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vfprintf-1.c8 extern int vfprintf (FILE *, const char *, va_list);
16 vfprintf (fp, "hello", ap1); in test()
18 vfprintf (fp, "hello\n", ap2); in test()
20 vfprintf (fp, "a", ap3); in test()
22 vfprintf (fp, "", ap4); in test()
24 vfprintf (fp, "%s", ap5); in test()
26 vfprintf (fp, "%c", ap6); in test()
28 vfprintf (fp, "%s\n", ap7); in test()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vfprintf-1.c8 extern int vfprintf (FILE *, const char *, va_list);
16 vfprintf (fp, "hello", ap1); in test()
18 vfprintf (fp, "hello\n", ap2); in test()
20 vfprintf (fp, "a", ap3); in test()
22 vfprintf (fp, "", ap4); in test()
24 vfprintf (fp, "%s", ap5); in test()
26 vfprintf (fp, "%c", ap6); in test()
28 vfprintf (fp, "%s\n", ap7); in test()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vfprintf-1.c8 extern int vfprintf (FILE *, const char *, va_list);
16 vfprintf (fp, "hello", ap1); in test()
18 vfprintf (fp, "hello\n", ap2); in test()
20 vfprintf (fp, "a", ap3); in test()
22 vfprintf (fp, "", ap4); in test()
24 vfprintf (fp, "%s", ap5); in test()
26 vfprintf (fp, "%c", ap6); in test()
28 vfprintf (fp, "%s\n", ap7); in test()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vfprintf-1.c8 extern int vfprintf (FILE *, const char *, va_list);
16 vfprintf (fp, "hello", ap1); in test()
18 vfprintf (fp, "hello\n", ap2); in test()
20 vfprintf (fp, "a", ap3); in test()
22 vfprintf (fp, "", ap4); in test()
24 vfprintf (fp, "%s", ap5); in test()
26 vfprintf (fp, "%c", ap6); in test()
28 vfprintf (fp, "%s\n", ap7); in test()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vfprintf-1.c8 extern int vfprintf (FILE *, const char *, va_list);
16 vfprintf (fp, "hello", ap1); in test()
18 vfprintf (fp, "hello\n", ap2); in test()
20 vfprintf (fp, "a", ap3); in test()
22 vfprintf (fp, "", ap4); in test()
24 vfprintf (fp, "%s", ap5); in test()
26 vfprintf (fp, "%c", ap6); in test()
28 vfprintf (fp, "%s\n", ap7); in test()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vfprintf-1.c8 extern int vfprintf (FILE *, const char *, va_list);
16 vfprintf (fp, "hello", ap1); in test()
18 vfprintf (fp, "hello\n", ap2); in test()
20 vfprintf (fp, "a", ap3); in test()
22 vfprintf (fp, "", ap4); in test()
24 vfprintf (fp, "%s", ap5); in test()
26 vfprintf (fp, "%c", ap6); in test()
28 vfprintf (fp, "%s\n", ap7); in test()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vfprintf-1.c8 extern int vfprintf (FILE *, const char *, va_list);
16 vfprintf (fp, "hello", ap1); in test()
18 vfprintf (fp, "hello\n", ap2); in test()
20 vfprintf (fp, "a", ap3); in test()
22 vfprintf (fp, "", ap4); in test()
24 vfprintf (fp, "%s", ap5); in test()
26 vfprintf (fp, "%c", ap6); in test()
28 vfprintf (fp, "%s\n", ap7); in test()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vfprintf-1.c8 extern int vfprintf (FILE *, const char *, va_list);
16 vfprintf (fp, "hello", ap1); in test()
18 vfprintf (fp, "hello\n", ap2); in test()
20 vfprintf (fp, "a", ap3); in test()
22 vfprintf (fp, "", ap4); in test()
24 vfprintf (fp, "%s", ap5); in test()
26 vfprintf (fp, "%c", ap6); in test()
28 vfprintf (fp, "%s\n", ap7); in test()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vfprintf-1.c8 extern int vfprintf (FILE *, const char *, va_list);
16 vfprintf (fp, "hello", ap1); in test()
18 vfprintf (fp, "hello\n", ap2); in test()
20 vfprintf (fp, "a", ap3); in test()
22 vfprintf (fp, "", ap4); in test()
24 vfprintf (fp, "%s", ap5); in test()
26 vfprintf (fp, "%c", ap6); in test()
28 vfprintf (fp, "%s\n", ap7); in test()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vfprintf-1.c8 extern int vfprintf (FILE *, const char *, va_list);
16 vfprintf (fp, "hello", ap1); in test()
18 vfprintf (fp, "hello\n", ap2); in test()
20 vfprintf (fp, "a", ap3); in test()
22 vfprintf (fp, "", ap4); in test()
24 vfprintf (fp, "%s", ap5); in test()
26 vfprintf (fp, "%c", ap6); in test()
28 vfprintf (fp, "%s\n", ap7); in test()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vfprintf-1.c8 extern int vfprintf (FILE *, const char *, va_list);
16 vfprintf (fp, "hello", ap1); in test()
18 vfprintf (fp, "hello\n", ap2); in test()
20 vfprintf (fp, "a", ap3); in test()
22 vfprintf (fp, "", ap4); in test()
24 vfprintf (fp, "%s", ap5); in test()
26 vfprintf (fp, "%c", ap6); in test()
28 vfprintf (fp, "%s\n", ap7); in test()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vfprintf-1.c8 extern int vfprintf (FILE *, const char *, va_list);
16 vfprintf (fp, "hello", ap1); in test()
18 vfprintf (fp, "hello\n", ap2); in test()
20 vfprintf (fp, "a", ap3); in test()
22 vfprintf (fp, "", ap4); in test()
24 vfprintf (fp, "%s", ap5); in test()
26 vfprintf (fp, "%c", ap6); in test()
28 vfprintf (fp, "%s\n", ap7); in test()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vfprintf-1.c8 extern int vfprintf (FILE *, const char *, va_list);
16 vfprintf (fp, "hello", ap1); in test()
18 vfprintf (fp, "hello\n", ap2); in test()
20 vfprintf (fp, "a", ap3); in test()
22 vfprintf (fp, "", ap4); in test()
24 vfprintf (fp, "%s", ap5); in test()
26 vfprintf (fp, "%c", ap6); in test()
28 vfprintf (fp, "%s\n", ap7); in test()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vfprintf-1.c8 extern int vfprintf (FILE *, const char *, va_list);
16 vfprintf (fp, "hello", ap1); in test()
18 vfprintf (fp, "hello\n", ap2); in test()
20 vfprintf (fp, "a", ap3); in test()
22 vfprintf (fp, "", ap4); in test()
24 vfprintf (fp, "%s", ap5); in test()
26 vfprintf (fp, "%c", ap6); in test()
28 vfprintf (fp, "%s\n", ap7); in test()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vfprintf-1.c8 extern int vfprintf (FILE *, const char *, va_list);
16 vfprintf (fp, "hello", ap1); in test()
18 vfprintf (fp, "hello\n", ap2); in test()
20 vfprintf (fp, "a", ap3); in test()
22 vfprintf (fp, "", ap4); in test()
24 vfprintf (fp, "%s", ap5); in test()
26 vfprintf (fp, "%c", ap6); in test()
28 vfprintf (fp, "%s\n", ap7); in test()

12345678910>>...320