Searched refs:fmt2 (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/stdio-common/ |
D | bug17.c | 19 static const char fmt2[] = "%0u, %0lu, %0llu"; in do_test() local 20 snprintf (buf, sizeof (buf), fmt2, 0u, 0uL, 0uLL); in do_test() 23 printf ("\"%s\": got \"%s\", expected \"%s\"\n", fmt2, buf, expect); in do_test()
|
/glibc-2.36/stdlib/ |
D | tst-swapcontext1.c | 27 const char *fmt2 = "\e[34m"; variable 69 func3(&uctx_func2, &uctx_main, str2, fmt2); in func2()
|