Searched refs:locale (Results 1 - 25 of 1149) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dusage.c35 #include <locale.h>
/illumos-gate/usr/src/lib/libintl/common/
H A Dllib-lintl37 #include <locale.h>
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/et/
H A Dkdc5_err.c8 #include <locale.h>
H A Dasn1_err.c8 #include <locale.h>
H A Dpty_err.c8 #include <locale.h>
H A Dss_err.c8 #include <locale.h>
/illumos-gate/usr/src/cmd/audio/include/
H A Daudio_i18n.h36 #include <locale.h>
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dlibmai.c30 #include <locale.h>
/illumos-gate/usr/src/lib/libgen/common/
H A Disencrypt.c33 #include <locale.h>
47 char *locale; local
63 locale = setlocale(LC_CTYPE, 0);
64 if (strcmp(locale, "C") == 0 || strcmp(locale, "ascii") == 0)
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStore.java108 * Return the locale in which this record is registered.
110 * @return The language locale in which this record is registered.
183 * @param locale The Locale.
196 Vector scopes, Locale locale,
201 * Deregister a ServiceURL from the database for every locale
203 * and locale deregistered, regardless of the number of scopes in
205 * same in each scope if the locale is the same.
226 * @param locale The Locale.
235 Vector scopes, Locale locale)
240 * Delete for every locale tha
195 register(ServiceURL url, Vector attrs, Vector scopes, Locale locale, Hashtable urlSig, Hashtable attrSig) argument
234 updateRegistration(ServiceURL url, Vector attrs, Vector scopes, Locale locale) argument
258 deleteAttributes(ServiceURL url, Vector scopes, Vector attrTags, Locale locale) argument
312 findServices(String serviceType, Vector scopes, String query, Locale locale) argument
344 findAttributes(ServiceURL url, Vector scopes, Vector attrTags, Locale locale) argument
372 findAttributes(String serviceType, Vector scopes, Vector attrTags, Locale locale) argument
394 getServiceRecord(ServiceURL URL, Locale locale) argument
[all...]
H A DServerAttribute.java60 ServerAttribute(String id_in, Vector values_in, Locale locale) argument
65 idPattern = new AttributeString(id, locale);
78 AttributeString as = new AttributeString(s, locale);
90 ServerAttribute(ServiceLocationAttribute attr, Locale locale) { argument
91 this(attr.id, attr.getValues(), locale);
H A DCSrvDereg.java53 CSrvDereg(Locale locale, argument
70 this.initialize(locale, url, scopes, tags, auth);
76 void initialize(Locale locale, argument
85 new SLPHeaderV2(SrvLocHeader.SrvDereg, false, locale);
/illumos-gate/usr/src/lib/libxcurses/src/libc/i18n/
H A Dm_text.c44 #include <locale.h>
52 static char *locale = NULL; /* remember locale loaded */ variable
120 nlocale = setlocale(LC_MESSAGES, NULL); /* Query current locale */
123 || locale == NULL /* locale never set */
124 || strcmp(locale, nlocale)!=0) { /* locale changed */
127 if (locale != NULL && nlocale != NULL && domain != NULL
128 && strcmp(locale, nlocal
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkglocale.h35 #include <locale.h>
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dmbsinit.c17 #include <locale.h>
/illumos-gate/usr/src/cmd/locale/
H A DMakefile.com29 PROG= locale
31 OBJS= locale.o
36 POFILE= locale.po
/illumos-gate/usr/src/cmd/ldap/common/
H A Dconvutf8.c31 #include <locale.h>
221 char *locale; local
223 locale = setlocale(LC_CTYPE, "");
224 if (locale && *locale) {
225 len = strlen(locale);
227 locale = "C";
231 if ((!strncmp(locale, "/\x03:", 3)) &&
232 (!strcmp(&locale[len - 2], ";/"))) {
233 locale
565 GetCharsetFromLocale(char *locale) argument
655 char *locale, *newcharset; local
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_cr_6904557_wc_no_longer_counts_number_of_bytes_correctly.sh97 # save locale information
105 typeset locale="<unicode>"
112 typeset locale="<unicode>"
119 typeset locale="<unicode>"
126 typeset locale="ja_JP.eucJP"
133 typeset locale="ja_JP.eucJP"
144 if [[ "${tc.locale}" == "<unicode>" ]] ; then
149 export LC_ALL="${tc.locale}"
155 # restore locale settings
/illumos-gate/usr/src/cmd/bnu/
H A Dgetargs.c168 ** locale can be saved and then restored.
171 _uu_setlocale(int category, char *locale) argument
176 /* get current locale */
180 /* allocate space for the current locale and copy it */
188 /* now set the new locale */
189 if (setlocale(category, locale) == NULL) {
197 ** Reset the previous locale, free memory
200 _uu_resetlocale(int category, char *locale) argument
202 if (locale == NULL)
204 (void) setlocale(category, locale);
[all...]
/illumos-gate/usr/src/cmd/localedef/
H A DMakefile34 CPPFLAGS += -I $(SRC)/lib/libc/port/locale
35 NATIVE_CPPFLAGS += -I $(SRC)/lib/libc/port/locale
217 LOCDIRS = $(LOCNAMES:%=locale/%)
257 ROOTTRANSLATIONS = $(TRANSLOCS:%=$(ROOTLIB)/locale/%/$(OSTMOFILE))
258 ROOTPRIVTRANS = $(PRIVTRANSLOCS:%=$(ROOTLIB)/locale/%/$(PRIVFILE))
315 locale $(ROOTLOCDIRS) $(ROOTCATDIRS):
323 locale/%.UTF-8/stamp: data/%.UTF-8.src UTF-8.cm \
324 UTF-8.ct locale $(NPROG)
329 locale/%.ISO8859-1/stamp: data/%.UTF-8.src 8859-1.cm locale
[all...]
/illumos-gate/usr/src/cmd/unlink/
H A Dunlink.c36 #include <locale.h>
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dscadm.c34 #include <locale.h>
/illumos-gate/usr/src/cmd/sort/common/
H A Dinitialize.h37 #include <locale.h>
/illumos-gate/usr/src/cmd/spell/
H A Dhashmake.c35 #include <locale.h>
46 /* Set locale environment variables local definitions */
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dbackup.c32 #include <locale.h>

Completed in 156 milliseconds

1234567891011>>