Searched refs:formats (Results 1 – 1 of 1) sorted by relevance
44 static const char *formats[] = { "%EY", "%_EY", "%-EY" }; variable69 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