Searched refs:codeset (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/h/
H A Dvariant.h45 char *codeset; member in struct:variant
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcatopen.c92 char *nlspath, *lang, *territory, *codeset, *locale; local
97 * locale=language_territory.codeset
115 codeset = NULL;
117 * extract lang, territory and codeset from locale name
137 codeset = s2;
159 lang, territory, codeset);
220 char *lang, char *territory, char *codeset)
260 if (codeset) {
261 u = codeset;
219 replace_nls_option(char *s, char *name, char *pathname, char *locale, char *lang, char *territory, char *codeset) argument
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_cmd.h67 char codeset[KICONV_MAX_CODENAME_LEN + 1]; member in struct:nfscmd_res::__anon6804::__anon6805
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c222 char *codeset; local
229 codeset = _real_bindtextdomain_u(domain, NULL, TP_CODESET);
230 if (codeset == NULL) {
231 /* no codeset is bound to this domain */
232 codeset = nl_langinfo(CODESET);
237 gprintf(0, " = \"%s\"\n", codeset);
240 return (codeset);
406 gprintf(0, " domain=<%s>, binding=<%s>, codeset=<%s>\n",
409 ppp->codeset ? ppp->codeset
[all...]
H A Dgettext.c85 bind_textdomain_codeset(const char *domain, const char *codeset) argument
91 res = _real_bindtextdomain_u(domain, codeset, TP_CODESET);
H A Dgettext_real.c331 char *codeset; /* our current codeset element */ local
333 char *s2; /* for handling codeset */
400 codeset = s2;
405 * specified as "language_territory.codeset". NLSPATH consists
412 * %c = The codeset element from the LC_MESSAGES category.
458 (char *)cur_msgloc, lang, territory, codeset);
572 char *locale, char *lang, char *territory, char *codeset)
617 if (codeset) {
618 u = codeset;
571 replace_nls_option(char *s, const char *name, char *pathname, char *locale, char *lang, char *territory, char *codeset) argument
[all...]
H A Dgettext.h67 char *codeset; /* codeset */ member in struct:domain_binding
H A Dgettext_gnu.c608 gnu_key_2_text(Msg_g_node *gmnp, const char *codeset, argument
619 (void *)gmnp, codeset ? codeset : "(null)", (void *)mp);
652 char *dupcodeset = strdup(codeset);
687 if (strcmp(gmnp->dst_encoding, codeset) == 0) {
732 char *dupcodeset = strdup(codeset);
777 /* dst codeset hasn't been changed since before */
/illumos-gate/usr/src/cmd/iconv/
H A Diconv_list.c38 typedef struct codeset { struct
151 alias_insert(char *codeset, char *alias) argument
157 * Find the codeset. If non-existent,
158 * ignore aliases of this codeset.
161 tcs.cs_name = codeset;
203 * valid pair of codeset names, so just skip it.
/illumos-gate/usr/src/cmd/troff/
H A Dn9.c566 char *codeset; local
568 codeset = nl_langinfo(CODESET);
573 if (*codeset == '\0' ||
574 (strcmp(codeset, ISO646) == 0)) {
576 * if codeset is an empty string
579 * Or, if codeset is "646"
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnfs_cmd.c188 strcpy(res.result.charmap.codeset, name);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_cmd.c304 res.result.charmap.codeset);
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c43 * target and pargs codeset. Finally, a second pass to escape unprintable
918 * Get LC_CTYPE part of target's locale, and its codeset.
938 * If the codeset of the victim matches our codeset then iconv need
1059 * locale (independent of the current codeset) get taken care of.
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c467 /* Codeset type specific methods for EUC, PCCS, and, UTF-8 codeset types. */
497 * The default codeset is presumably C locale's ISO 646 in EUC but
498 * the data structure at below defined as the default codeset data also
2381 * single-column single-byte codeset character. For multi-byte characters,
3564 * "movtuc will work for all codeset
3615 * the current codeset is not UTF-8 since this is
3617 * For UTF-8 codeset type, we add the display width
3675 * In other codeset types, we safely assume
4303 * the EUC codeset widths currently in use; we
4353 * force codeset
[all...]

Completed in 100 milliseconds