Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/util-tests/tests/demangle/
H A Drust.c45 #define TEST_LOCALE "C.UTF-8" macro
354 l = setlocale(LC_CTYPE, TEST_LOCALE); in main()
355 if (l == NULL || strcmp(l, TEST_LOCALE) != 0) in main()
356 errx(EXIT_FAILURE, "failed to set locale to %s", TEST_LOCALE); in main()