Searched refs:LC_MESSAGES (Results 1 - 25 of 100) sorted by relevance

1234

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_locale_misc.sh74 # test whether LC_ALL correctly overrides LC_MESSAGES in the choice of the system message
91 ${SHELL} -c 'LC_MESSAGES=C ${SHELL} -c "cd no_dir_llkk ; export LC_ALL="ko_KR.UTF-8" ; cd "no_dir_ooo" ; true"' >"out" 2>&1 || err_exit "Test shell failed with non-zero exit code $?"
120 'LC_MESSAGES="C" ; cd "nosuchdir2" ; (LC_MESSAGES="ja_JP.UTF-8" ; cd "nosuchdir2") ; cd "nosuchdir2" ; true'
128 'LC_MESSAGES="C" ; cd "nosuchdir2" ; LC_MESSAGES="ja_JP.UTF-8" ; cd "nosuchdir2" ; unset LC_MESSAGES ; cd "nosuchdir2" ; true'
136 'LC_MESSAGES="C" ; cd "nosuchdir2" ; LC_MESSAGES="ja_JP.UTF-8" ; cd "nosuchdir2" ; LC_MESSAGES
[all...]
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dscadm.c46 (void) setlocale(LC_MESSAGES, "");
/illumos-gate/usr/src/head/
H A Dlocale.h62 #define _LastCategory LC_MESSAGES /* This must be last category */
79 #define LC_MESSAGES_MASK (1 << LC_MESSAGES)
/illumos-gate/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
H A Dlocale23 # ifndef LC_MESSAGES
24 # define LC_MESSAGES LC_ALL
25 # endif /* LC_MESSAGES */
/illumos-gate/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
H A Dlocale23 # ifndef LC_MESSAGES
24 # define LC_MESSAGES LC_ALL
25 # endif /* LC_MESSAGES */
/illumos-gate/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
H A Dlocale23 # ifndef LC_MESSAGES
24 # define LC_MESSAGES LC_ALL
25 # endif /* LC_MESSAGES */
/illumos-gate/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
H A Dlocale23 # ifndef LC_MESSAGES
24 # define LC_MESSAGES LC_ALL
25 # endif /* LC_MESSAGES */
/illumos-gate/usr/src/lib/libadt_jni/common/
H A Dadt_jni.h52 #define I18N_SETUP setlocale(LC_MESSAGES, "");\
H A Dadt_jni.c91 (void) setlocale(LC_MESSAGES, locale);
118 (void) setlocale(LC_MESSAGES, locale);
212 (void) setlocale(LC_MESSAGES, locale);
235 (void) setlocale(LC_MESSAGES, locale);
/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrerror.c116 p = setlocale(LC_MESSAGES, NiL);
117 setlocale(LC_MESSAGES, "C");
119 setlocale(LC_MESSAGES, p);
/illumos-gate/usr/src/cmd/mailx/
H A Dlpaths.c72 loc = setlocale(LC_MESSAGES, NULL);
74 snprintf(buf, sizeof (buf), "%s/%s/LC_MESSAGES/%s",
/illumos-gate/usr/src/head/iso/
H A Dlocale_iso.h101 #define LC_MESSAGES 5 macro
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsgget.c93 if (!mcfind(path, loc, cmd, LC_MESSAGES, 0) && (!cat || !mcfind(path, loc, cat, LC_MESSAGES, 0)))
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext.c98 * the active LC_MESSAGES locale category.
119 * for domain and LC_MESSAGES passed for category.
129 res = _real_gettext_u(NULL, msg_id, NULL, 0, LC_MESSAGES, 0, NULL);
147 res = _real_gettext_u(domain, msg_id, NULL, 0, LC_MESSAGES, 0, NULL);
161 res = _real_gettext_u(domain, msg_id, NULL, 0, LC_MESSAGES, 0, loc);
189 res = _real_gettext_u(NULL, msgid1, msgid2, n, LC_MESSAGES, 1, NULL);
204 res = _real_gettext_u(domain, msgid1, msgid2, n, LC_MESSAGES, 1, NULL);
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dshcalc.sh42 LC_MESSAGES="${LC_ALL}" \
H A Dshlint.sh42 LC_MESSAGES="${LC_ALL}" \
H A Dcpvprint.sh42 LC_MESSAGES="${LC_ALL}" \
H A Dmultifollow.sh38 LC_MESSAGES="${LC_ALL}" \
H A Dprimenumbers1.sh42 LC_MESSAGES="${LC_ALL}" \
H A Dsimplefiletree1.sh42 LC_MESSAGES="${LC_ALL}" \
/illumos-gate/usr/src/cmd/gettxt/
H A Dgettxt.c49 (void) setlocale(LC_MESSAGES, "");
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dlocale.h49 #define LC_MESSAGES 7 macro
/illumos-gate/usr/src/cmd/sgs/messages/
H A DMakefile.com56 MSGDIR= $(ROOT)/usr/lib/locale/piglatin/LC_MESSAGES
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dcatopen.c83 if ((s = mcfind(path, NiL, name, LC_MESSAGES, flag)) && (ip = sfopen(NiL, s, "r")))
94 if (strcmp(setlocale(LC_MESSAGES, NiL), "debug"))
/illumos-gate/usr/src/test/libc-tests/tests/catopen/
H A Dcatopen.c59 (void) setlocale(LC_MESSAGES, "C");

Completed in 86 milliseconds

1234