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

1234567891011>>

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/et/
H A Dgssapi_err_krb5.c5 #include <locale.h>
H A Dss_err.c5 #include <locale.h>
H A Dgssapi_err_generic.c8 #include <locale.h>
H A Dimport_err.c5 #include <locale.h>
H A Dkpasswd_strings.c5 #include <locale.h>
/osnet-11/usr/src/lib/libadt_jni/common/
H A Dadt_jni.h42 #include <locale.h>
H A Dadt_jni.c86 char *locale; local
89 locale = I18N_SETUP;
91 (void) setlocale(LC_MESSAGES, locale);
107 char *locale; local
115 locale = I18N_SETUP;
118 (void) setlocale(LC_MESSAGES, locale);
199 char *locale; local
209 locale = I18N_SETUP;
212 (void) setlocale(LC_MESSAGES, locale);
226 char *locale; local
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Di18n.h32 # include <locale.h>
/osnet-11/usr/src/lib/libc/port/fp/
H A Dstring_decim.c34 #include <locale.h>
H A Dfunc_decim.c34 #include <locale.h>
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dutil.py201 auxargs = None, locale = None):
215 locale string, locale
222 return rad.RadConnection(p, locale = locale)
246 def connect_unix(path = RAD_PATH_AFUNIX_AUTH, locale = None):
253 locale string, locale
262 return rad.RadConnection(s, locale = locale)
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A Dslpd.java101 getBundle(ResourceBundle parent, Locale locale) argument
104 return new ServerBundle(parent, locale);
108 private ServerBundle(ResourceBundle parent, Locale locale) argument
118 urls = new URL[] {new URL("file:/usr/share/lib/locale/")};
122 ResourceBundle.getBundle(SERVER_BUNDLE_NAME, locale, ld);
131 ResourceBundle.getBundle(SERVER_BUNDLE_NAME, locale);
715 ResourceBundle getMessageBundle(Locale locale) { argument
719 ResourceBundle parentBundle = super.getMessageBundle(locale);
721 return getMessageBundleInternal(locale, parentBundle);
729 Locale locale,
728 getMessageBundleInternal( Locale locale, ResourceBundle parentBundle) argument
[all...]
H A DUARequester.java56 private Locale locale; field in class:UARequester
60 Assert.nonNullParameter(nlocale, "locale");
70 locale = nlocale;
74 * Return the Locator's locale object. All requests are made in
75 * this locale.
81 return locale;
143 * the query. The services are returned from the locale of the
213 * Return the attributes for the service URL, using the locale
317 * service type in the locale of the Locator.
420 DATable.validateScopes(scopes, locale);
[all...]
H A DServiceTable.java290 Locale locale = rec.getLocale();
303 locale,
336 store.register(surl, attrs, scopes, locale, urlSig, attrSig);
353 locale,
507 Locale locale = hdr.locale;
629 locale,
639 store.updateRegistration(surl, attrs, scopes, locale);
651 locale,
697 locale,
1194 getServiceRecord(ServiceURL URL, Locale locale) argument
[all...]
H A DCSrvMsg.java113 CSrvMsg(Locale locale, argument
119 this.initialize(locale, serviceType, scopes, query);
126 initialize(Locale locale, argument
132 SLPHeaderV2 hdr = new SLPHeaderV2(SrvLocHeader.SrvReq, false, locale);
H A DSSAAdvert.java54 Locale locale,
70 hdr.locale = locale;
95 DATable.validateScopes(scopes, hdr.locale);
52 SSAAdvert(int version, short xid, Locale locale, ServiceURL url, Vector scopes, Vector attrs) argument
H A DAttributeString.java54 Locale locale; // the locale in which this string was created. field in class:AttributeString
56 // Create an attribute string. Use the passed in locale to determine
62 locale = nlocale;
H A DSLPServerHeaderV2.java67 SLPServerHeaderV2(int functionCode, boolean fresh, Locale locale) argument
69 super(functionCode, fresh, locale);
298 " locale = ``" + locale + "''\n" +
327 DATable.validateScopes(scopes, locale);
/osnet-11/usr/src/lib/libslp/clib/
H A DSLPOpen.c58 /* locale property overrides argument */
59 if (!(hp->locale = SLPGetProperty(SLP_CONFIG_LOCALE))) {
60 hp->locale = pcLang;
63 if (!(hp->locale = strdup(hp->locale))) {
106 free((void *) hp->locale);
/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_util.c34 #include <locale.h>
/osnet-11/usr/src/lib/libtsol/common/
H A Dgetlabel.c33 #include <locale.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DCollate.pm8 I18N::Collate - compare 8-bit scalar data according to the current locale
13 setlocale(LC_COLLATE, 'locale-of-your-choice');
23 according to the current locale
51 C<locale -a> shows them or man pages for "locale" or "nlsinfo" or the
53 C<ls /usr/lib/locale>. Not all the locales that your vendor supports
56 locale names are probably something like C<xx_XX.(ISO)?8859-N> or
73 # Purpose: compare 8-bit scalar data according to the current locale
83 # setlocale(LC_COLLATE, 'locale-of-your-choice'); # 4)
97 # try whether "locale
[all...]
/osnet-11/usr/src/lib/libast/common/string/
H A Dstrerror.c115 ast.locale.set |= AST_LC_internal;
120 ast.locale.set &= ~AST_LC_internal;
/osnet-11/usr/src/lib/libxcurses/h/
H A Dm_i18n.h32 * will decide to include locale.h, nls.h and what not).
72 #include <locale.h> /* Local compiler's locale.h */
104 /* locale */
105 #define setlocale(class, locale) ((char *)"POSIX")
/osnet-11/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.c39 * fmd_msg_locale_set - set the default locale (initially based on environ(5))
40 * fmd_msg_locale_get - get the default locale
66 * the corresponding locale directories. The values for the message items are
86 * the process locale and potentially alter text domain bindings. At present,
98 #include <locale.h>
122 char *fmh_locale; /* default program locale from environment */
298 * Initialize the program's locale from the environment if it hasn't
312 * usr/lib/locale into <rootdir>/usr/lib/locale, but handles all of the
320 s = "/usr/lib/locale"; /* substitut
372 fmd_msg_locale_set(fmd_msg_hdl_t *h, const char *locale) argument
1405 fmd_msg_getitem(fmd_msg_hdl_t *h, const char *locale, nvlist_t *nvl, const char *code, fmd_msg_item_t item) argument
1510 fmd_msg_getitem_nv(fmd_msg_hdl_t *h, const char *locale, nvlist_t *nvl, fmd_msg_item_t item) argument
1529 fmd_msg_getitem_id(fmd_msg_hdl_t *h, const char *locale, const char *code, fmd_msg_item_t item) argument
1541 fmd_msg_gettext_key(fmd_msg_hdl_t *h, const char *locale, const char *dict, const char *key) argument
1605 fmd_msg_gettext(fmd_msg_hdl_t *h, const char *locale, nvlist_t *nvl, const char *code) argument
1711 fmd_msg_gettext_nv(fmd_msg_hdl_t *h, const char *locale, nvlist_t *nvl) argument
1724 fmd_msg_gettext_id(fmd_msg_hdl_t *h, const char *locale, const char *code) argument
[all...]

Completed in 58 milliseconds

1234567891011>>