Home
last modified time | relevance | path

Searched refs:locale (Results 201 – 225 of 321) sorted by relevance

12345678910>>...13

/illumos-gate/usr/src/data/
H A DMakefile20 locale \
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DDATable.java359 static void validateScopes(Vector scopes, Locale locale) in validateScopes() argument
400 str = str.toLowerCase(locale).trim(); in validateScopes()
H A DServiceLocationException.java253 public String getLocalizedMessage(Locale locale) { in getLocalizedMessage() argument
H A DClientLib_en.properties142 null_locale_error = Null locale parameter.
171 template_lang_null = Null language string in template registration locale for template document ``{…
172 …egistered = Template document ``{0}'''' version ``{1}'''' is already registered in locale ``{2}''''
173 …stered = Template for service type ``{0}''' version ``{1}'''' is not registered in locale ``{2}''''
175 …ple = Found multiple template URLs for service type ``{0}'''' version ``{1}'''' in locale ``{2}''''
H A DSLPHeaderV1.java154 locale = new Locale(new String(a_bTemp, IANACharCode.ASCII), ""); in parseHeader()
322 String language = locale.getLanguage(); in externalize()
486 " locale = ``" + locale + "''\n" + in toString()
H A DDefaults.java132 static final Locale locale = new Locale("en", ""); field in Defaults
H A DSLPV1SSrvDereg.java117 hdr.locale); in initialize()
H A DCSAAdvert.java106 DATable.validateScopes(hdr.scopes, hdr.locale); in CSAAdvert()
H A DSrvLocHeader.java117 Locale locale = Defaults.locale; // language locale field in SrvLocHeader
/illumos-gate/usr/src/cmd/localedef/
H A DMakefile.common34 CPPFLAGS += -I$(SRC)/lib/libc/port/locale
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c693 _scf_sanitize_locale(char *locale) in _scf_sanitize_locale() argument
695 for (; *locale != '\0'; locale++) in _scf_sanitize_locale()
696 if (!isalnum(*locale) && *locale != '_') in _scf_sanitize_locale()
697 *locale = '_'; in _scf_sanitize_locale()
708 _add_locale_to_name(const char *name, const char *locale) in _add_locale_to_name() argument
714 if (locale == NULL) in _add_locale_to_name()
715 locale = setlocale(LC_MESSAGES, NULL); in _add_locale_to_name()
716 loc = strdup(locale); in _add_locale_to_name()
2943 const char *locale) in _read_localized_astring_from_pg() argument
2948 str = _add_locale_to_name(name, locale); in _read_localized_astring_from_pg()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A DPROMO.mm22 of C locale message catalogs.
H A Dmsgcc.tst13 errormsg(locale, 2, "%s: bar foo");
/illumos-gate/usr/src/cmd/sgs/messages/
H A DMakefile.com56 MSGDIR= $(ROOT)/usr/lib/locale/piglatin/LC_MESSAGES
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c200 localize_msg(char *locale, const char *msg) in localize_msg() argument
205 (void) setlocale(LC_MESSAGES, locale); in localize_msg()
234 assert(zlogp->locale != NULL); in zerror()
236 fmt = localize_msg(zlogp->locale, fmt); in zerror()
1285 zlog.locale = kernelcall ? DEFAULT_LOCALE : zargp->locale; in server()
1911 errlog.locale = parents_locale; in main()
2062 shstate->log.locale = parents_locale; in main()
2161 logsys.locale = DEFAULT_LOCALE; in main()
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_i18n.h103 #define setlocale(class, locale) ((char *)"POSIX") argument
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp-internal.h127 const char *locale; /* language tag */ member
317 (SLP_HDRLEN + strlen(((slp_handle_impl_t *)(h))->locale))
/illumos-gate/usr/src/test/smbclient-tests/tests/smbfs/mvtest/
H A Dtp_mvtest_006.ksh49 srcdir=/usr/lib/locale/C
H A Dtp_mvtest_007.ksh49 srcdir=/usr/lib/locale/C
/illumos-gate/usr/src/cmd/ast/
H A DMakefile.astmsg49 ASTMSGCATALOG= $(ROOT)/usr/lib/locale/C/LC_MESSAGES/$(MSGLIBNAME)
/illumos-gate/usr/src/pkg/manifests/
H A Dlocale-ar-extra.p5m21 set name=pkg.fmri value=pkg:/locale/ar-extra@$(PKGVERS)
/illumos-gate/usr/src/lib/madv/common/
H A Dmadv.c449 char *locale; in __madvmain() local
460 locale = setlocale(LC_MESSAGES, ""); in __madvmain()
657 (void) setlocale(LC_MESSAGES, locale); in __madvmain()
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A DMakefile35 dlfcns.o config_elf.o locale.o tsort.o \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfw.h93 char _TKFAR *locale; member
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A DMakefile33 dlfcns.o config_elf.o locale.o tsort.o \

12345678910>>...13