Symbol: uselocale
usr/src/head/locale.h
90
extern locale_t uselocale(locale_t);
usr/src/test/libc-tests/tests/catopen/catopen.c
67
(void) uselocale(loc);
usr/src/test/libc-tests/tests/catopen/catopen.c
70
(void) uselocale(LC_GLOBAL_LOCALE);
usr/src/test/libc-tests/tests/catopen/catopen.c
81
(void) uselocale(loc);
usr/src/test/libc-tests/tests/getlocname.c
202
if (getlocalename_l(0x7777, uselocale(NULL)) != NULL) {
usr/src/test/libc-tests/tests/getlocname.c
257
if (uselocale(loc) == NULL) {
usr/src/test/libc-tests/tests/getlocname.c
262
if (!locname_check_all(desc, uselocale(NULL), locales[i]))
usr/src/test/libc-tests/tests/getlocname.c
264
if (uselocale(LC_GLOBAL_LOCALE) == NULL) {
usr/src/test/libc-tests/tests/localeconv.c
99
if (uselocale(locales[i].loc) == NULL) {
usr/src/test/libc-tests/tests/newlocale/newlocale_test.c
116
cloc = uselocale(NULL);
usr/src/test/libc-tests/tests/newlocale/newlocale_test.c
144
(void) uselocale(loc);
usr/src/test/libc-tests/tests/newlocale/newlocale_test.c
162
if (uselocale(cloc) != loc) {
usr/src/test/libc-tests/tests/newlocale/newlocale_test.c
166
if (uselocale(LC_GLOBAL_LOCALE) != cloc) {
usr/src/test/libc-tests/tests/priv_gettext/priv_gettext.c
68
(void) uselocale(loc);
usr/src/test/libc-tests/tests/priv_gettext/priv_gettext.c
71
(void) uselocale(LC_GLOBAL_LOCALE);
usr/src/test/libc-tests/tests/priv_gettext/priv_gettext.c
80
(void) uselocale(loc);
usr/src/test/libc-tests/tests/priv_gettext/priv_gettext.c
83
(void) uselocale(LC_GLOBAL_LOCALE);
usr/src/test/libc-tests/tests/strerror.c
120
(void) uselocale(loc);
usr/src/test/libc-tests/tests/strerror.c
127
(void) uselocale(LC_GLOBAL_LOCALE);
usr/src/test/libc-tests/tests/strtox.c
104
if (uselocale(loc) == NULL) {
usr/src/test/libc-tests/tests/wcsftime.c
98
if (uselocale(loc) == NULL) {