Searched refs:locale (Results 51 - 75 of 1149) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dtalk.c43 #include <locale.h>
/illumos-gate/usr/src/cmd/sgs/tsort/common/
H A Derrusage.c37 #include <locale.h>
/illumos-gate/usr/src/cmd/locale/
H A DMakefile29 PROG= locale
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.h41 extern char *locale;
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dqstrdup.c36 #include <locale.h>
/illumos-gate/usr/src/ucbcmd/whoami/
H A Dwhoami.c20 #include <locale.h>
36 /* Set locale environment variables local definitions */
/illumos-gate/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...]
/illumos-gate/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
/illumos-gate/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);
/illumos-gate/usr/src/cmd/svc/startd/
H A Dspecials.c44 #include <locale.h>
64 char *locale; local
67 * /usr, with timezone and locale data, is now available.
75 locale = st->st_locale;
82 free(locale);
84 st->st_locale = locale;
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DMakefile85 MSGDIRS = $(ROOT)/usr/share/lib/locale \
86 $(ROOT)/usr/share/lib/locale/com \
87 $(ROOT)/usr/share/lib/locale/com/sun \
88 $(ROOT)/usr/share/lib/locale/com/sun/admin \
89 $(ROOT)/usr/share/lib/locale/com/sun/admin/pm \
90 $(ROOT)/usr/share/lib/locale/com/sun/admin/pm/client
92 MSGDIR = $(ROOT)/usr/share/lib/locale/com/sun/admin/pm/client
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dsetlocale.c27 * and a permanent locale namespace for pointer comparison
28 * and persistent private data for locale related functions
88 * convert locale to native locale name in buf
92 native_locale(const char* locale, char* buf, size_t siz) argument
103 if (locale && *locale)
105 if (!(lc = lcmake(locale)))
142 * locale!=0 here
146 native_setlocale(int category, const char* locale) argument
793 default_setlocale(int category, const char* locale) argument
1012 _ast_setlocale(int category, const char* locale) argument
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/et/
H A Dgssapi_err_generic.c8 #include <locale.h>
H A Dimport_err.c8 #include <locale.h>
H A Dkpasswd_strings.c8 #include <locale.h>
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_errno.c28 #include <locale.h>
/illumos-gate/usr/src/lib/libtsol/common/
H A Dgetlabel.c33 #include <locale.h>
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dstring_decim.c31 #include <locale.h>
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dfunc_decim.c34 #include <locale.h>
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dmbrlen.c31 #include <locale.h>

Completed in 118 milliseconds

1234567891011>>