Searched refs:locale (Results 26 - 50 of 1149) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/svr4pkg/pkgname/
H A Dpkgname.c33 #include <locale.h>
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dagettxt.c37 #include <locale.h>
/illumos-gate/usr/src/lib/libc/port/gen/
H A D_libc_gettext.h31 #include <locale.h>
H A Dcatopen.c44 #include <locale.h>
92 char *nlspath, *lang, *territory, *codeset, *locale; local
97 * locale=language_territory.codeset
106 locale = current_locale(loc, LC_MESSAGES);
108 locale = getenv("LANG");
117 * extract lang, territory and codeset from locale name
119 if (locale) {
120 lang = s = libc_strdup(locale);
138 } /* if (locale) */
158 s = replace_nls_option(s, name, pathname, locale,
219 replace_nls_option(char *s, char *name, char *pathname, char *locale, char *lang, char *territory, char *codeset) argument
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DParser.java123 * @param locale Locale in which to interpret query strings.
130 Locale locale,
159 ParserRecord rec = parseFilter(tk, ev, locale, false, true);
284 Locale locale,
310 ret = parseFilterlist(tk, ev, locale, (char)tok, invert, eval);
313 ret = parseFilter(tk, ev, locale, !invert, eval);
317 ret = parseItem(tk, ev, locale, invert, eval);
326 ret = parseItem(tk, ev, locale, invert, eval);
351 Locale locale,
367 prex = parseFilter(tk, ev, locale, inver
128 parseAndEvaluateQuery(String query, Parser.QueryEvaluator ev, Locale locale, ParserRecord ret) argument
282 parseFilter(StreamTokenizer tk, Parser.QueryEvaluator ev, Locale locale, boolean invert, boolean eval) argument
349 parseFilterlist(StreamTokenizer tk, Parser.QueryEvaluator ev, Locale locale, char op, boolean invert, boolean eval) argument
406 parseItem(StreamTokenizer tk, Parser.QueryEvaluator ev, Locale locale, boolean invert, boolean eval) argument
514 parseAttr(StreamTokenizer tk, Locale locale) argument
582 parseValue(StreamTokenizer tk, Locale locale) argument
[all...]
H A DServiceLocationManager.java66 * @param locale The Locale of the Locator object. Use null for default.
73 public static Locator getLocator(Locale locale) argument
77 if (locale == null) {
78 locale = config.getLocale();
82 String lang = locale.getLanguage();
96 locator = (Locator)getInstance(locatorClass, locale);
111 * @param locale The Locale of the Advertiser object. Use null for default.
118 public static Advertiser getAdvertiser(Locale locale) argument
121 if (locale == null) {
122 locale
293 getInstance(Class cobj, Locale locale) argument
[all...]
H A DSARequester.java58 private Locale locale; field in class:SARequester
63 Assert.nonNullParameter(nlocale, "locale");
69 locale = nlocale;
94 * Return the Locator's locale object. All requests are made in
95 * this locale.
101 return locale;
107 * the Advertiser's locale.
145 * Add attributes to a service URL in the locale of the Advertiser.
167 * Delete the attributes from a service URL in the locale of
230 locale,
[all...]
H A DCAttrMsg.java98 CAttrMsg(Locale locale, ServiceURL url, Vector scopes, Vector tags) argument
101 this.hdr = new SLPHeaderV2(SrvLocHeader.AttrRqst, false, locale);
110 CAttrMsg(Locale locale, ServiceType type, Vector scopes, Vector tags) argument
113 this.hdr = new SLPHeaderV2(SrvLocHeader.AttrRqst, false, locale);
H A DCSrvReg.java55 Locale locale,
98 locale,
110 Locale locale,
119 SLPHeaderV2 hdr = new SLPHeaderV2(SrvLocHeader.SrvReg, fresh, locale);
54 CSrvReg(boolean fresh, Locale locale, ServiceURL urlEntry, Vector scopes, Vector attrs, Hashtable URLSignatures, Hashtable attrSignatures) argument
109 initialize(boolean fresh, Locale locale, ServiceURL urlEntry, Vector scopes, Vector attrs, Hashtable URLSignatures, Hashtable attrSignatures) argument
/illumos-gate/usr/src/cmd/fm/dicts/
H A DMakefile68 ROOTLCDIR = $(ROOTLIB)/locale/C/LC_MESSAGES
88 $(ROOTLIB)/locale:
91 $(ROOTLIB)/locale/C: $(ROOTLIB)/locale
94 $(ROOTLCDIR): $(ROOTLIB)/locale/C
/illumos-gate/usr/src/test/libc-tests/tests/wcsrtombs/
H A Dwcsrtombs_test.c25 #include <locale.h>
72 const char *locale; member in struct:__anon4441
81 test_wcsrtombs_1(const char *locale, struct wcsrtombs_test *test) argument
87 t = test_start("wcsrtombs (locale %s)", locale);
89 v = setlocale(LC_ALL, locale);
93 if (strcmp(v, locale) != 0) {
94 test_failed(t, "setlocale got %s instead of %s", v, locale);
121 test_wcsrtombs_l(const char *locale, struct wcsrtombs_test *test) argument
128 t = test_start("wcsrtombs_l (locale
167 test_wcsrtombs_thr_iter(test_t t, const char *locale, struct wcsrtombs_test *test) argument
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dtranslate.c48 int debug; /* special debug locale */
49 const char* locale; /* message catalog locale */ member in struct:__anon2654
74 const char* debug; /* debug locale name */
126 * find catalog in locale and return catopen() descriptor
130 find(const char* locale, const char* catalog) argument
137 if (mcfind(path, locale, catalog, LC_MESSAGES, 0))
140 sfprintf(sfstderr, "AHA#%d:%s %s %s %s\n", __LINE__, __FILE__, locale, ocatalog, catalog);
146 * initialize the catalog s by loading in the default locale messages
173 * locate the default locale catalo
[all...]
/illumos-gate/usr/src/test/libc-tests/tests/nl_langinfo/
H A Dnl_langinfo_test.c25 #include <locale.h>
36 * MacOS Mavericks uses "Eu" for Euro symbol, instead of €. If the locale
168 const char *locale; member in struct:__anon4439
179 test_nl_langinfo_1(const char *locale, struct langinfo_test *test) argument
185 (void) snprintf(tname, sizeof (tname), "nl_langinfo (locale %s)",
186 locale);
189 v = setlocale(LC_ALL, locale);
193 if (strcmp(v, locale) != 0) {
194 test_failed(t, "setlocale got %s instead of %s", v, locale);
211 test_nl_langinfo_l(const char *locale, struc argument
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dsetlocale.c34 #include <locale.h>
105 /* The array Default holds the systems notion of default locale. It is normally
107 * default locale spanning all categories
149 setlocale(int category, char *locale) argument
173 if (locale == NULL) {
191 * of all the locale values, in order,
214 if (strchr(locale, '/') != NULL) {
218 if (strlen(locale) > sizeof buf - 1)
220 (void) strcpy(buf, locale);
275 if ((ret = getlocale_ctype(locale , my_ctyp
357 getlocale_ctype(char *locale, char *ctypep, char *newlocale) argument
374 getlocale_numeric(char *locale, struct lconv *lconvp, char *newlocale) argument
424 getlocale_monetary(char *locale, struct lconv *lconvp, char *newlocale) argument
615 openlocale(char *category, int cat_id, char *locale, char *newlocale) argument
[all...]
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd.x21 %#include <locale.h>
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/et/
H A Dadb_err.c12 #include <locale.h>
H A Dchpass_util_strings.c8 #include <locale.h>
H A Dgssapi_err_krb5.c8 #include <locale.h>
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dstring_decim.c34 #include <locale.h>
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dbtowc.c32 #include <locale.h>
H A Dmblen.c32 #include <locale.h>
H A Dwcswidth.c41 #include <locale.h>
H A Dwctob.c33 #include <locale.h>
H A Dwctomb.c32 #include <locale.h>
/illumos-gate/usr/src/cmd/pwd/
H A Dpwd.c40 #include <locale.h>

Completed in 102 milliseconds

1234567891011>>