Searched refs:locale (Results 201 - 225 of 1149) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/krb5/kadmin/kpasswd/
H A Dtty_kpasswd.c47 #include <locale.h>
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dpkgvolume.c38 #include <locale.h>
/illumos-gate/usr/src/cmd/tbl/
H A Dte.c19 #include <locale.h>
/illumos-gate/usr/src/cmd/tnf/tnfdump/
H A Dtable.c29 #include <locale.h>
/illumos-gate/usr/src/cmd/tsol/getzonepath/
H A Dgetzonepath.c38 #include <locale.h>
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed.h40 #include <locale.h>
/illumos-gate/usr/src/test/libc-tests/tests/newlocale/
H A Dnewlocale_test.c25 #include <locale.h>
37 * MacOS Mavericks uses "Eu" for Euro symbol, instead of €. If the locale
41 const char *locale; member in struct:ldata
70 loc = newlocale(LC_ALL_MASK, l->locale, NULL);
72 test_failed(t, "newlocale %s failed", l->locale);
84 test_failed(t, "C locale day wrong %s != Sunday",
115 test_failed(t, "revert old locale mismatch");
152 test_failed(t, "passed setting bogus locale");
177 test_failed(t, "failed to set locale");
211 test_failed(t, "failed to set composite locale");
[all...]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dlocaleimpl.h28 #include <locale.h>
32 /* private locale structures */
35 * Because some locale data is rather ahem.. large, we would like to keep
39 * freeing it. (This only occurs when locale objects are created or destroyed,
43 * your life as bootstrapping locale data from files is quite expensive.
48 char l_lname[ENCODING_LEN+1]; /* locale name */
H A Dwcscasecmp.c37 #include <locale.h>
/illumos-gate/usr/src/test/libc-tests/tests/catopen/
H A Dcatopen.c17 #include <locale.h>
26 * per-thread locale when opening up a message catalog. To do this, we use the
28 * locales and thus alternate with our test locale zz_AA.UTF-8 which should not
/illumos-gate/usr/src/test/libc-tests/tests/strerror/
H A Dstrerror.c17 #include <locale.h>
27 * For this test, we utilize the poorly named 'zz_AA.UTF_8' locale which
33 * It's otherwise a boring en_US.UTF-8 locale under the hood.
37 * + strerror() honors the global locale before uselocale
38 * + strerror() honors the per-thread locale
39 * + strerror_l() always reflects the chosen locale
/illumos-gate/usr/src/cmd/uuidgen/
H A Duuidgen.c21 #include <locale.h>
/illumos-gate/usr/src/cmd/clinfo/
H A Dclinfo.c37 #include <locale.h>
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpathdup.c37 #include <locale.h>
/illumos-gate/usr/src/cmd/hostname/
H A Dhostname.c43 #include <locale.h>
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSunServerDATable.java173 Defaults.locale);
206 Defaults.locale,
304 Defaults.locale);
376 Defaults.locale);
399 Defaults.locale);
H A DSLPHeaderV2.java202 locale = SLPConfig.langTagToLocale(buf.toString());
288 SLPHeaderV2(int functionCode, boolean fresh, Locale locale) argument
291 // Check for proper function code and nonnull locale.
298 Assert.slpassert((locale != null),
304 this.locale = locale;
313 getStringBytes(SLPConfig.localeToLangTag(locale), Defaults.UTF8);
335 // Convert the locale to a tag. We need the length.
338 getStringBytes(SLPConfig.localeToLangTag(locale), Defaults.UTF8);
1177 byte[] langBytes = getStringBytes(locale
[all...]
/illumos-gate/usr/src/cmd/strings/
H A Dstrings.c49 #include <locale.h>
182 char *locale; local
196 locale = setlocale(LC_CTYPE, NULL);
197 if ((strcmp(locale, "C") == 0) ||
198 (strcmp(locale, "POSIX") == 0)) {
/illumos-gate/usr/src/lib/libadt_jni/
H A Dauditxml_jni354 locale = I18N_SETUP;
357 (void) setlocale(LC_MESSAGES, locale);
388 locale = I18N_SETUP;
391 (void) setlocale(LC_MESSAGES, locale);
418 locale = I18N_SETUP;
421 (void) setlocale(LC_MESSAGES, locale);
467 locale = I18N_SETUP;
470 (void) setlocale(LC_MESSAGES, locale);
493 locale = I18N_SETUP;
496 (void) setlocale(LC_MESSAGES, locale);
[all...]
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c33 #include <locale.h>
89 * locale contains the value of 'category'
138 * If C locale,
174 mp->locale = cur_locale;
189 * b) the default binding path (/usr/lib/locale). Save the original
259 * handle_lang() may have overridden locale
261 mp->locale = cur_locale;
299 if (nnp->locale)
300 free(nnp->locale);
353 strcmp(cur_nls->locale, cur_msglo
571 replace_nls_option(char *s, const char *name, char *pathname, char *locale, char *lang, char *territory, char *codeset) argument
[all...]
H A Dgettext.h129 char *locale; /* key: locale name */ member in struct:nls_node
150 const char *locale; /* locale */ member in struct:msg_pack
/illumos-gate/usr/src/lib/libc/
H A Dmakelibccatalog.sh94 cd ../locale
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c28 #include <locale.h>
110 char *locale; local
113 * Set the locale correctly so that we can correctly identify
116 if ((locale = getenv("LC_ALL")) != NULL)
117 (void) setlocale(LC_ALL, locale);
118 else if ((locale = getenv("LC_CTYPE")) != NULL)
119 (void) setlocale(LC_CTYPE, locale);
120 else if ((locale = getenv("LANG")) != NULL)
121 (void) setlocale(LC_CTYPE, locale);
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapdelete.c32 #include <locale.h>
83 char *locale = setlocale(LC_ALL, ""); local
/illumos-gate/usr/src/lib/mpss/common/
H A Dmpss.c45 #include <locale.h>
312 char *locale; local
315 * If a private error file is indicated then set the locale
318 * and thus come from the default C locale.
323 locale = setlocale(LC_MESSAGES, "");
506 (void) setlocale(LC_MESSAGES, locale);

Completed in 85 milliseconds

1234567891011>>