Searched refs:fmt1 (Results 1 – 1 of 1) sorted by relevance
/stdio-common/ |
A D | bug17.c | 11 static const char fmt1[] = "%0d, %0ld, %0lld"; in do_test() local 12 snprintf (buf, sizeof (buf), fmt1, 0, 0L, 0LL); in do_test() 15 printf ("\"%s\": got \"%s\", expected \"%s\"\n", fmt1, buf, expect); in do_test()
|
Completed in 3 milliseconds