Home
last modified time | relevance | path

Searched refs:fmt2 (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/stdio-common/
Dbug17.c19 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/
Dtst-swapcontext1.c27 const char *fmt2 = "\e[34m"; variable
69 func3(&uctx_func2, &uctx_main, str2, fmt2); in func2()