/toolchain/binutils/binutils-2.25/libiberty/ |
vsnprintf.c | 95 checkit (char *s, size_t n, const char *format, ...) function 113 status = checkit (buf, 10, "%s:%d", "foobar", 9); 117 status = checkit (buf, 9, "%s:%d", "foobar", 9); 121 status = checkit (buf, 8, "%s:%d", "foobar", 9); 125 status = checkit (buf, 7, "%s:%d", "foobar", 9); 129 status = checkit (buf, 6, "%s:%d", "foobar", 9); 133 status = checkit (buf, 2, "%s:%d", "foobar", 9); 137 status = checkit (buf, 1, "%s:%d", "foobar", 9); 141 status = checkit (buf, 0, "%s:%d", "foobar", 9);
|
_doprnt.c | 219 static int checkit (const char * format, ...) ATTRIBUTE_PRINTF_1; 222 checkit (const char* format, ...) function 237 RESULT(checkit ("<%d>\n", 0x12345678)); 240 RESULT(checkit ("<%200d>\n", 5)); 243 RESULT(checkit ("<%.300d>\n", 6)); 246 RESULT(checkit ("<%100.150d>\n", 7)); 249 RESULT(checkit ("<%s>\n", 256 RESULT(checkit ("<%f><%0+#f>%s%d%s>\n", 261 RESULT(checkit ("<%4f><%.4f><%%><%4.4f>\n", M_PI, M_PI, M_PI)); 264 RESULT(checkit ("<%*f><%.*f><%%><%*.*f>\n", 3, M_PI, 3, M_PI, 3, 3, M_PI)) [all...] |
vasprintf.c | 165 checkit (const char *format, ...) function 187 checkit ("%d", 0x12345678); 188 checkit ("%200d", 5); 189 checkit ("%.300d", 6); 190 checkit ("%100.150d", 7); 191 checkit ("%s", "jjjjjjjjjiiiiiiiiiiiiiiioooooooooooooooooppppppppppppaa\n\ 193 checkit ("%f%s%d%s", 1.0, "foo", 77, "asdjffffffffffffffiiiiiiiiiiixxxxx");
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_long.py | 630 def checkit(*args): function in function:LongTest.test_auto_overflow 640 checkit('-', x) 647 checkit(x, '+', y) 651 checkit(x, '-', y) 655 checkit(x, '*', y) 661 checkit(x, '/', y) 665 checkit(x, '//', y) 669 checkit(x, 'divmod', y) 674 checkit(x, '**', y) 681 checkit('pow', x, y, '%', z [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_long.py | 630 def checkit(*args): function in function:LongTest.test_auto_overflow 640 checkit('-', x) 647 checkit(x, '+', y) 651 checkit(x, '-', y) 655 checkit(x, '*', y) 661 checkit(x, '/', y) 665 checkit(x, '//', y) 669 checkit(x, 'divmod', y) 674 checkit(x, '**', y) 681 checkit('pow', x, y, '%', z [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_long.py | 630 def checkit(*args): function in function:LongTest.test_auto_overflow 640 checkit('-', x) 647 checkit(x, '+', y) 651 checkit(x, '-', y) 655 checkit(x, '*', y) 661 checkit(x, '/', y) 665 checkit(x, '//', y) 669 checkit(x, 'divmod', y) 674 checkit(x, '**', y) 681 checkit('pow', x, y, '%', z [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_long.py | 630 def checkit(*args): function in function:LongTest.test_auto_overflow 640 checkit('-', x) 647 checkit(x, '+', y) 651 checkit(x, '-', y) 655 checkit(x, '*', y) 661 checkit(x, '/', y) 665 checkit(x, '//', y) 669 checkit(x, 'divmod', y) 674 checkit(x, '**', y) 681 checkit('pow', x, y, '%', z [all...] |