Home
last modified time | relevance | path

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

/stdio-common/
A Dtst-printf.c76 static char shortstr[] = "Hi, Z."; in do_test() local
109 printf("zero-padded string:\t\"%010s\"\n", shortstr); in do_test()
110 printf("left-adjusted Z string:\t\"%-010s\"\n", shortstr); in do_test()
111 printf("space-padded string:\t\"%10s\"\n", shortstr); in do_test()
112 printf("left-adjusted S string:\t\"%-10s\"\n", shortstr); in do_test()

Completed in 3 milliseconds