Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/priv_gettext/
H A Dpriv_gettext.c71 (void) uselocale(LC_GLOBAL_LOCALE); in main()
83 (void) uselocale(LC_GLOBAL_LOCALE); in main()
/illumos-gate/usr/src/head/
H A Dlocale.h92 #define LC_GLOBAL_LOCALE (__global_locale()) macro
/illumos-gate/usr/src/test/libc-tests/tests/catopen/
H A Dcatopen.c70 (void) uselocale(LC_GLOBAL_LOCALE); in main()
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dstrerror.c127 (void) uselocale(LC_GLOBAL_LOCALE); in main()
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dlocale_h.cfg35 value | LC_GLOBAL_LOCALE | locale_t | locale.h | -ALL SUSv4+
/illumos-gate/usr/src/test/libc-tests/tests/newlocale/
H A Dnewlocale_test.c118 if (uselocale(LC_GLOBAL_LOCALE) != cloc) { in testlocale_thr_one()