Home
last modified time | relevance | path

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

/time/
A Dtst-strftime2.c44 static const char *formats[] = { "%EY", "%_EY", "%-EY" }; variable
69 static char ref[array_length (locales)][array_length (formats)]
113 for (j = 0; j < array_length (formats); j++) in mkreftable()
168 for (j = 0; j < array_length (formats); j++) in do_test()
176 r = strftime (buf, sizeof (buf), formats[j], &ttm); in do_test()
178 printf ("%s\t\"%s\"\t\"%s\"", date, formats[j], buf); in do_test()

Completed in 7 milliseconds