Searched refs:locale (Results 126 - 150 of 1149) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dquit.c36 #include <locale.h>
/illumos-gate/usr/src/ucbcmd/biff/
H A Dbiff.c52 #include <locale.h>
/illumos-gate/usr/src/cmd/lp/lib/users/
H A Dstorepri.c38 # include <locale.h>
/illumos-gate/usr/src/cmd/lvm/md_monitord/
H A Dmd_monitord.h43 #include <locale.h>
/illumos-gate/usr/src/test/libc-tests/tests/priv_gettext/
H A Dpriv_gettext.c17 #include <locale.h>
24 * the C locale if it can't find anything. To deal with that, we've defined a
25 * dummy translation for the zz_AA.UTF-8 locale which has a translation for the
32 * In the zz_AA.UTF-8 locale it has the following description:
36 * We explicitly verify that things respect the global locale and per-thread
37 * locale.
/illumos-gate/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
H A Dlocale1 /* : : generated from /home/gisburn/ksh93/ast_ksh_20100309/build_i386_64bit/src/cmd/ksh93/features/locale by iffe version 2009-12-04 : : */
11 #define _hdr_locale 1 /* #include <locale.h> ok */
22 # include <locale.h>
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_cr_6904878_join_-t_no_longer_works_with_multibyte_char_separator.sh91 # save locale information
99 typeset locale="C"
107 typeset locale="ja_JP.eucJP"
119 if [[ "${tc.locale}" == "<unicode>" ]] ; then
124 export LC_ALL="${tc.locale}"
127 # build "join_args" array with multibyte characters in the current locale
146 # cleanup and restore locale settings
/illumos-gate/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
H A Dlocale1 /* : : generated from /home/gisburn/ksh93/ast_ksh_20100309/build_i386_32bit/src/cmd/ksh93/features/locale by iffe version 2009-12-04 : : */
11 #define _hdr_locale 1 /* #include <locale.h> ok */
22 # include <locale.h>
/illumos-gate/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
H A Dlocale1 /* : : generated from /home/gisburn/ksh93/ast_ksh_20100309/build_sparc_32bit/src/cmd/ksh93/features/locale by iffe version 2009-12-04 : : */
11 #define _hdr_locale 1 /* #include <locale.h> ok */
22 # include <locale.h>
/illumos-gate/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
H A Dlocale1 /* : : generated from /home/gisburn/ksh93/ast_ksh_20100309/build_sparc_64bit/src/cmd/ksh93/features/locale by iffe version 2009-12-04 : : */
11 #define _hdr_locale 1 /* #include <locale.h> ok */
22 # include <locale.h>
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributePattern.java79 AttributePattern(String str, Locale locale) { argument
81 super(str, locale);
H A DCSrvTypeMsg.java108 CSrvTypeMsg(Locale locale, String na, Vector scopes) argument
112 new SLPHeaderV2(SrvLocHeader.SrvTypeRqst, false, locale);
H A DServerDATable.java67 // The table of regs to forward. Keys are the reg URL and locale, values
191 String key = makeKey(url, hdr.locale); // need locale also...
201 String key = makeKey(smsg.URL, hdr.locale);
253 private String makeKey(ServiceURL url, Locale locale) { argument
255 return url.toString() + "/" + locale.toString();
437 serviceTable.getServiceRecord(regurl, hdr.locale);
488 String key = makeKey(regurl, hdr.locale);
567 hdr.locale,
577 CSrvDereg msg = new CSrvDereg(hdr.locale,
[all...]
H A DServiceStoreInMemory.java1097 private Locale locale = null; // the locale field in class:ServiceStoreInMemory.ServiceRecordInMemory
1122 locale = loc;
1154 * Return the locale of the registration.
1156 * @return The locale of the registration.
1160 return locale;
1239 serviceURL + ", " + locale + ", " + attrList + ", " +
1240 scopes + ", " + locale + ", " + urlSig + ", " + attrSig;
1251 attributeVectorToServerAttribute(Vector attrs, Locale locale) { argument
1259 v.addElement(new ServerAttribute(attr, locale));
1523 register(ServiceURL url, Vector attrs, Vector scopes, Locale locale, Hashtable urlSig, Hashtable attrSig) argument
1666 updateRegistration(ServiceURL url, Vector attrs, Vector scopes, Locale locale) argument
1734 deleteAttributes(ServiceURL url, Vector scopes, Vector attrTags, Locale locale) argument
1963 findServices(String serviceType, Vector scopes, String query, Locale locale) argument
2094 findAttributes(ServiceURL url, Vector scopes, Vector attrTags, Locale locale) argument
2230 findAttributes(String serviceType, Vector scopes, Vector attrTags, Locale locale) argument
2320 getServiceRecord(ServiceURL URL, Locale locale) argument
3217 stringVectorToAttributePattern(Vector tags, Locale locale) argument
[all...]
H A DServiceStoreFactory.java263 Locale locale = SLPConfig.langTagToLocale(slang);
400 DATable.validateScopes(scopes, locale);
410 // locale, so add a record. Note that any crypto is
413 store.register(url, attrs, scopes, locale, null, null);
416 CSrvReg creg = new CSrvReg(true, locale, url, scopes,
439 Locale locale = rec.getLocale();
447 line.append(SLPConfig.localeToLangTag(locale));
/illumos-gate/usr/src/cmd/sgs/messages/
H A DMakefile.com56 MSGDIR= $(ROOT)/usr/lib/locale/piglatin/LC_MESSAGES
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c122 char *locale = NULL; variable
296 if (((locale = getenv("LC_MONETARY")) != NULL) ||
297 ((locale = getenv("LANG")) != NULL)) {
300 /* if there is a locale specific prologue, use it as the default */
301 if ((tmp = calloc(1, strlen(POSTPRINT) + strlen(locale) + 2)) != NULL) {
302 sprintf(tmp, "%s-%s", POSTPRINT, locale);
309 /* if the locale has 8859-15 or euro in it, add the symbol to font */
310 if ((strstr(locale, "8859-15") != NULL) ||
311 (strstr(locale, "euro") != NULL))
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DSysCommand.java121 public void exec(String cmd, String locale) throws Exception argument
128 debug_log(locale + "; " + cmd);
131 envp[0] = locale;
H A DDoPrinterNS.java38 String user, String passwd, String cmd, String locale);
128 String locale = p.getLocale();
129 if (locale == null)
130 locale = "C";
174 ret = dorexec(nshost, user, passwd, cmd, locale);
183 ret = dorexec(nshost, user, passwd, cmd, locale);
255 ret = dorexec(nshost, user, passwd, cmd, locale);
285 ret = dorexec(nshost, user, passwd, cmd, locale);
302 ret = dorexec(nshost, user, passwd, cmd, locale);
318 ret = dorexec(nshost, user, passwd, cmd, locale);
37 dorexec(String nshost, String user, String passwd, String cmd, String locale) argument
[all...]
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodrdn.c13 #include <locale.h>
17 #include <locale.h>
48 char *locale = setlocale(LC_ALL, ""); local
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcache.c51 char* locale; member in struct:State_s
119 * flush the cache if the locale changed
124 if ((s = setlocale(LC_CTYPE, NiL)) != matchstate.locale)
126 matchstate.locale = s;
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs_ses.c38 * its own locale for use in reporting errors to the user. Currently,
39 * this is not possible using multiple threads because the locale
41 * processes are supported until proper locale support is provided
44 * When Solaris supports a different locale in each thread, all
57 #include <locale.h>
343 * Set the locale for the current session. Currently, if multiple threads
344 * are used, the 'C' locale is specified for all cases. Once there is support
345 * for setting a thread specific locale, the requested locale will be used.
346 * If multiple processes are used, an attempt is made to set the locale o
350 ses_setlocale(char *locale) argument
[all...]
/illumos-gate/usr/src/cmd/fmt/
H A Dfmt.c36 #include <locale.h>
119 char *locale; local
124 locale = setlocale(LC_CTYPE, "");
125 if (strcmp(locale, "C") == 0) {
652 #define LIB_WDRESOLVE "/usr/lib/locale/%s/LC_CTYPE/wdresolve.so"
664 char *locale; local
673 locale = setlocale(LC_CTYPE, NULL);
674 if (strcmp(locale, "C") == 0)
677 (void) sprintf(path, LIB_WDRESOLVE, locale);
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathexists.c67 if ((ast.locale.set & (AST_LC_debug|AST_LC_find)) == (AST_LC_debug|AST_LC_find))
68 sfprintf(sfstderr, "locale test %s\n", path);
95 if ((ast.locale.set & (AST_LC_debug|AST_LC_find)) == (AST_LC_debug|AST_LC_find))
96 sfprintf(sfstderr, "locale stat %s\n", path);
/illumos-gate/usr/src/lib/libslp/javalib/
H A DMakefile.conf68 MSGDIR = $(ROOT)/usr/share/lib/locale/$(PKGPATH)
69 MSGDIRS = $(ROOT)/usr/share/lib/locale \
70 $(ROOT)/usr/share/lib/locale/com \
71 $(ROOT)/usr/share/lib/locale/com/sun \

Completed in 90 milliseconds

1234567891011>>