Home
last modified time | relevance | path

Searched refs:vprintf (Results 1 – 25 of 5453) sorted by relevance

12345678910>>...219

/dports/www/mod_php81/php-8.1.1/ext/standard/tests/strings/
H A Dvprintf_variation2.phpt2 Test vprintf() function : usage variations - unexpected values for args argument
6 * Test vprintf() when different unexpected values are passed to
83 $result = vprintf($format,$value);
102 vprintf(): Argument #2 ($values) must be of type array, int given
105 vprintf(): Argument #2 ($values) must be of type array, int given
108 vprintf(): Argument #2 ($values) must be of type array, int given
111 vprintf(): Argument #2 ($values) must be of type array, int given
129 vprintf(): Argument #2 ($values) must be of type array, null given
132 vprintf(): Argument #2 ($values) must be of type array, null given
135 vprintf(): Argument #2 ($values) must be of type array, bool given
[all …]
/dports/lang/php80/php-8.0.15/ext/standard/tests/strings/
H A Dvprintf_variation2.phpt2 Test vprintf() function : usage variations - unexpected values for args argument
6 * Test vprintf() when different unexpected values are passed to
83 $result = vprintf($format,$value);
102 vprintf(): Argument #2 ($values) must be of type array, int given
105 vprintf(): Argument #2 ($values) must be of type array, int given
108 vprintf(): Argument #2 ($values) must be of type array, int given
111 vprintf(): Argument #2 ($values) must be of type array, int given
129 vprintf(): Argument #2 ($values) must be of type array, null given
132 vprintf(): Argument #2 ($values) must be of type array, null given
135 vprintf(): Argument #2 ($values) must be of type array, bool given
[all …]
/dports/lang/php81/php-8.1.1/ext/standard/tests/strings/
H A Dvprintf_variation2.phpt2 Test vprintf() function : usage variations - unexpected values for args argument
6 * Test vprintf() when different unexpected values are passed to
83 $result = vprintf($format,$value);
102 vprintf(): Argument #2 ($values) must be of type array, int given
105 vprintf(): Argument #2 ($values) must be of type array, int given
108 vprintf(): Argument #2 ($values) must be of type array, int given
111 vprintf(): Argument #2 ($values) must be of type array, int given
129 vprintf(): Argument #2 ($values) must be of type array, null given
132 vprintf(): Argument #2 ($values) must be of type array, null given
135 vprintf(): Argument #2 ($values) must be of type array, bool given
[all …]
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/strings/
H A Dvprintf_variation2.phpt2 Test vprintf() function : usage variations - unexpected values for args argument
6 * Test vprintf() when different unexpected values are passed to
83 $result = vprintf($format,$value);
102 vprintf(): Argument #2 ($values) must be of type array, int given
105 vprintf(): Argument #2 ($values) must be of type array, int given
108 vprintf(): Argument #2 ($values) must be of type array, int given
111 vprintf(): Argument #2 ($values) must be of type array, int given
129 vprintf(): Argument #2 ($values) must be of type array, null given
132 vprintf(): Argument #2 ($values) must be of type array, null given
135 vprintf(): Argument #2 ($values) must be of type array, bool given
[all …]
/dports/lang/php73/php-7.3.33/ext/standard/tests/strings/
H A Dvprintf_error.phpt2 Test vprintf() function : error conditions
5 /* Prototype : int vprintf(string $format , array $args)
10 echo "*** Testing vprintf() : error conditions ***\n";
18 echo "\n-- Testing vprintf() function with Zero arguments --\n";
19 var_dump( vprintf() );
22 var_dump( vprintf($format) );
25 var_dump( vprintf($format, $args, $extra_arg) );
30 *** Testing vprintf() : error conditions ***
32 -- Testing vprintf() function with Zero arguments --
39 Warning: Wrong parameter count for vprintf() in %s on line %d
[all …]
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/strings/
H A Dvprintf_error.phpt2 Test vprintf() function : error conditions
5 /* Prototype : int vprintf(string $format , array $args)
10 echo "*** Testing vprintf() : error conditions ***\n";
18 echo "\n-- Testing vprintf() function with Zero arguments --\n";
19 var_dump( vprintf() );
22 var_dump( vprintf($format) );
25 var_dump( vprintf($format, $args, $extra_arg) );
30 *** Testing vprintf() : error conditions ***
32 -- Testing vprintf() function with Zero arguments --
39 Warning: Wrong parameter count for vprintf() in %s on line %d
[all …]
/dports/sysutils/obliterate/obliterate-0.5/
H A Dobliterate.c194 vprintf("\n"); in obliterate_device()
237 vprintf("\n"); in obliterate_file()
245 vprintf("\n"); in obliterate_file()
263 vprintf("\n"); in obliterate_file()
295 vprintf("\n"); in obliterate_file()
305 vprintf("\n"); in obliterate_file()
313 vprintf("\n"); in obliterate_file()
321 vprintf("\n"); in obliterate_file()
346 vprintf("\n"); in obliterate()
355 vprintf("\n"); in obliterate()
[all …]
/dports/www/wget2/wget2-2.0.0/libwget/
H A Dlog.c48 if (info_logger.vprintf) in wget_info_vprintf()
49 info_logger.vprintf(&info_logger, fmt, args); in wget_info_vprintf()
54 if (info_logger.vprintf) { in wget_info_printf()
58 info_logger.vprintf(&info_logger, fmt, args); in wget_info_printf()
65 if (error_logger.vprintf) in wget_error_vprintf()
66 error_logger.vprintf(&error_logger, fmt, args); in wget_error_vprintf()
71 if (error_logger.vprintf) { in wget_error_printf()
75 error_logger.vprintf(&error_logger, fmt, args); in wget_error_printf()
82 if (error_logger.vprintf) { in wget_error_printf_exit()
95 if (debug_logger.vprintf) in wget_debug_vprintf()
[all …]
/dports/lang/pocl/pocl-1.8/lib/kernel/cuda/
H A Dprintf.c28 int vprintf(const char*, char*);
44 vprintf("%%", arg_data); // literal % in printf()
52 vprintf("%c", arg_data); in printf()
58 vprintf("%d", arg_data); in printf()
64 vprintf("%x", arg_data); in printf()
70 vprintf("%lf", arg_data); in printf()
76 vprintf("%s", arg_data); in printf()
81 vprintf("<format error>", &ch); in printf()
89 vprintf("%c", &ch); in printf()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vprintf-1.c6 extern int vprintf (const char *, va_list);
14 vprintf ("hello", ap1); in test()
16 vprintf ("hello\n", ap2); in test()
18 vprintf ("a", ap3); in test()
20 vprintf ("", ap4); in test()
22 vprintf ("%s", ap5); in test()
24 vprintf ("%c", ap6); in test()
26 vprintf ("%s\n", ap7); in test()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vprintf-1.c6 extern int vprintf (const char *, va_list);
14 vprintf ("hello", ap1); in test()
16 vprintf ("hello\n", ap2); in test()
18 vprintf ("a", ap3); in test()
20 vprintf ("", ap4); in test()
22 vprintf ("%s", ap5); in test()
24 vprintf ("%c", ap6); in test()
26 vprintf ("%s\n", ap7); in test()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vprintf-1.c6 extern int vprintf (const char *, va_list);
14 vprintf ("hello", ap1); in test()
16 vprintf ("hello\n", ap2); in test()
18 vprintf ("a", ap3); in test()
20 vprintf ("", ap4); in test()
22 vprintf ("%s", ap5); in test()
24 vprintf ("%c", ap6); in test()
26 vprintf ("%s\n", ap7); in test()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vprintf-1.c6 extern int vprintf (const char *, va_list);
14 vprintf ("hello", ap1); in test()
16 vprintf ("hello\n", ap2); in test()
18 vprintf ("a", ap3); in test()
20 vprintf ("", ap4); in test()
22 vprintf ("%s", ap5); in test()
24 vprintf ("%c", ap6); in test()
26 vprintf ("%s\n", ap7); in test()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vprintf-1.c6 extern int vprintf (const char *, va_list);
14 vprintf ("hello", ap1); in test()
16 vprintf ("hello\n", ap2); in test()
18 vprintf ("a", ap3); in test()
20 vprintf ("", ap4); in test()
22 vprintf ("%s", ap5); in test()
24 vprintf ("%c", ap6); in test()
26 vprintf ("%s\n", ap7); in test()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vprintf-1.c6 extern int vprintf (const char *, va_list);
14 vprintf ("hello", ap1); in test()
16 vprintf ("hello\n", ap2); in test()
18 vprintf ("a", ap3); in test()
20 vprintf ("", ap4); in test()
22 vprintf ("%s", ap5); in test()
24 vprintf ("%c", ap6); in test()
26 vprintf ("%s\n", ap7); in test()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vprintf-1.c6 extern int vprintf (const char *, va_list);
14 vprintf ("hello", ap1); in test()
16 vprintf ("hello\n", ap2); in test()
18 vprintf ("a", ap3); in test()
20 vprintf ("", ap4); in test()
22 vprintf ("%s", ap5); in test()
24 vprintf ("%c", ap6); in test()
26 vprintf ("%s\n", ap7); in test()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vprintf-1.c6 extern int vprintf (const char *, va_list);
14 vprintf ("hello", ap1); in test()
16 vprintf ("hello\n", ap2); in test()
18 vprintf ("a", ap3); in test()
20 vprintf ("", ap4); in test()
22 vprintf ("%s", ap5); in test()
24 vprintf ("%c", ap6); in test()
26 vprintf ("%s\n", ap7); in test()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vprintf-1.c6 extern int vprintf (const char *, va_list);
14 vprintf ("hello", ap1); in test()
16 vprintf ("hello\n", ap2); in test()
18 vprintf ("a", ap3); in test()
20 vprintf ("", ap4); in test()
22 vprintf ("%s", ap5); in test()
24 vprintf ("%c", ap6); in test()
26 vprintf ("%s\n", ap7); in test()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vprintf-1.c6 extern int vprintf (const char *, va_list);
14 vprintf ("hello", ap1); in test()
16 vprintf ("hello\n", ap2); in test()
18 vprintf ("a", ap3); in test()
20 vprintf ("", ap4); in test()
22 vprintf ("%s", ap5); in test()
24 vprintf ("%c", ap6); in test()
26 vprintf ("%s\n", ap7); in test()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vprintf-1.c6 extern int vprintf (const char *, va_list);
14 vprintf ("hello", ap1); in test()
16 vprintf ("hello\n", ap2); in test()
18 vprintf ("a", ap3); in test()
20 vprintf ("", ap4); in test()
22 vprintf ("%s", ap5); in test()
24 vprintf ("%c", ap6); in test()
26 vprintf ("%s\n", ap7); in test()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vprintf-1.c6 extern int vprintf (const char *, va_list);
14 vprintf ("hello", ap1); in test()
16 vprintf ("hello\n", ap2); in test()
18 vprintf ("a", ap3); in test()
20 vprintf ("", ap4); in test()
22 vprintf ("%s", ap5); in test()
24 vprintf ("%c", ap6); in test()
26 vprintf ("%s\n", ap7); in test()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vprintf-1.c6 extern int vprintf (const char *, va_list);
14 vprintf ("hello", ap1); in test()
16 vprintf ("hello\n", ap2); in test()
18 vprintf ("a", ap3); in test()
20 vprintf ("", ap4); in test()
22 vprintf ("%s", ap5); in test()
24 vprintf ("%c", ap6); in test()
26 vprintf ("%s\n", ap7); in test()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vprintf-1.c6 extern int vprintf (const char *, va_list);
14 vprintf ("hello", ap1); in test()
16 vprintf ("hello\n", ap2); in test()
18 vprintf ("a", ap3); in test()
20 vprintf ("", ap4); in test()
22 vprintf ("%s", ap5); in test()
24 vprintf ("%c", ap6); in test()
26 vprintf ("%s\n", ap7); in test()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vprintf-1.c6 extern int vprintf (const char *, va_list);
14 vprintf ("hello", ap1); in test()
16 vprintf ("hello\n", ap2); in test()
18 vprintf ("a", ap3); in test()
20 vprintf ("", ap4); in test()
22 vprintf ("%s", ap5); in test()
24 vprintf ("%c", ap6); in test()
26 vprintf ("%s\n", ap7); in test()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vprintf-1.c6 extern int vprintf (const char *, va_list);
14 vprintf ("hello", ap1); in test()
16 vprintf ("hello\n", ap2); in test()
18 vprintf ("a", ap3); in test()
20 vprintf ("", ap4); in test()
22 vprintf ("%s", ap5); in test()
24 vprintf ("%c", ap6); in test()
26 vprintf ("%s\n", ap7); in test()

12345678910>>...219