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

/opensolaris-onvv-gate/usr/src/lib/libxcurses/h/
H A Dvariant.h45 char *codeset; member in struct:variant
/opensolaris-onvv-gate/usr/src/lib/libparted/common/lib/
H A Dlocalcharset.c288 const char *codeset; local
296 codeset = nl_langinfo (CODESET);
303 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0)
341 codeset = buf;
371 codeset = locale;
381 codeset = buf;
390 /* Allow user to override the codeset, as set in the operating system,
422 codeset = locale;
428 codeset
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DScript.pm42 my $codeset = @_ > 0 ? shift : LOCALE_CODE_DEFAULT;
53 if ($codeset == LOCALE_CODE_NUMERIC)
63 if (exists $CODES->[$codeset]->{$code})
65 return $CODES->[$codeset]->{$code};
85 my $codeset = @_ > 0 ? shift : LOCALE_CODE_DEFAULT;
90 if (exists $COUNTRIES->[$codeset]->{$script})
92 return $COUNTRIES->[$codeset]->{$script};
135 my $codeset = @_ > 0 ? shift : LOCALE_CODE_DEFAULT;
137 return keys %{ $CODES->[$codeset] };
148 my $codeset
[all...]
H A DCountry.pm42 my $codeset = @_ > 0 ? shift : LOCALE_CODE_DEFAULT;
53 if ($codeset == LOCALE_CODE_NUMERIC)
63 if (exists $CODES->[$codeset]->{$code})
65 return $CODES->[$codeset]->{$code};
85 my $codeset = @_ > 0 ? shift : LOCALE_CODE_DEFAULT;
90 if (exists $COUNTRIES->[$codeset]->{$country})
92 return $COUNTRIES->[$codeset]->{$country};
135 my $codeset = @_ > 0 ? shift : LOCALE_CODE_DEFAULT;
137 return keys %{ $CODES->[$codeset] };
148 my $codeset
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dcatopen.c94 char *nlspath, *lang, *territory, *codeset, *locale; local
99 * 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
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dg11n.c58 * native_codeset records the codeset of the default system locale.
60 * supposed to be in the codeset of default system locale.
221 /* set default locale, and record current codeset */
680 * Functions for converting to UTF-8 from the local codeset and
681 * converting from UTF-8 to the local codeset.
697 char *codeset; local
701 codeset = nl_langinfo(CODESET);
703 if (strcmp(codeset, "UTF-8") == 0)
706 if (last_codeset == NULL || strcmp(codeset, last_codeset) != 0) {
714 if ((cd = iconv_open(codeset, "UT
730 char *codeset; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/nfs/
H A Dnfs_cmd.h67 char codeset[KICONV_MAX_CODENAME_LEN + 1]; member in struct:nfscmd_res::__anon6947::__anon6948
/opensolaris-onvv-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c223 char *codeset; local
230 codeset = _real_bindtextdomain_u(domain, NULL, TP_CODESET);
231 if (codeset == NULL) {
232 /* no codeset is bound to this domain */
233 codeset = nl_langinfo(CODESET);
238 gprintf(0, " = \"%s\"\n", codeset);
241 return (codeset);
407 gprintf(0, " domain=<%s>, binding=<%s>, codeset=<%s>\n",
410 ppp->codeset ? ppp->codeset
[all...]
H A Dgettext.c84 bind_textdomain_codeset(const char *domain, const char *codeset) argument
90 res = _real_bindtextdomain_u(domain, codeset, TP_CODESET);
H A Dgettext_real.c327 char *codeset; /* our current codeset element */ local
329 char *s2; /* for handling codeset */
396 codeset = s2;
401 * specified as "language_territory.codeset". NLSPATH consists
408 * %c = The codeset element from the LC_MESSAGES category.
454 (char *)cur_msgloc, lang, territory, codeset);
568 char *locale, char *lang, char *territory, char *codeset)
613 if (codeset) {
614 u = codeset;
567 replace_nls_option(char *s, const char *name, char *pathname, char *locale, char *lang, char *territory, char *codeset) argument
[all...]
H A Dgettext.h69 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 */
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dlocale.c496 char *codeset = NULL; local
498 codeset = nl_langinfo(CODESET);
500 if (codeset)
501 utf8locale = (ibcmp(codeset, "UTF-8", 5) == 0 ||
502 ibcmp(codeset, "UTF8", 4) == 0);
/opensolaris-onvv-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"
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnfs_cmd.c206 strcpy(res.result.charmap.codeset, name);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DLanginfo.pm190 $codeset = langinfo(CODESET()); # note the ()
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps503 device_type devt dv str Indicate language/codeset support
505 set0_des_seq s0ds s0 str Shift into codeset 0 (EUC set 0, ASCII)
506 set1_des_seq s1ds s1 str Shift into codeset 1
507 set2_des_seq s2ds s2 str Shift into codeset 2
508 set3_des_seq s3ds s3 str Shift into codeset 3
/opensolaris-onvv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps503 device_type devt dv str Indicate language/codeset support
505 set0_des_seq s0ds s0 str Shift into codeset 0 (EUC set 0, ASCII)
506 set1_des_seq s1ds s1 str Shift into codeset 1
507 set2_des_seq s2ds s2 str Shift into codeset 2
508 set3_des_seq s3ds s3 str Shift into codeset 3
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/native/
H A DKadmin.c92 char *codeset; local
99 codeset = nl_langinfo(CODESET);
100 /* fprintf(stderr, "codeset returned %s\n", codeset); XXX */
101 if (strcmp("UTF-8", codeset) != 0)
102 cd = iconv_open("UTF-8", codeset);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dopen.pm238 If the platform supports the langinfo(CODESET) interface, the codeset
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_cmd.c304 res.result.charmap.codeset);
/opensolaris-onvv-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c42 * target and pargs codeset. Finally, a second pass to escape unprintable
893 * Get LC_CTYPE part of target's locale, and its codeset.
913 * If the codeset of the victim matches our codeset then iconv need
1034 * locale (independent of the current codeset) get taken care of.
/opensolaris-onvv-gate/usr/src/cmd/terminfo/
H A Datt.ti112 AT386-DOS-M|at/386 console for 437 codeset @(#)386.ti 1.4,
116 AT386-DOS|at/386 console for 437 codeset @(#)386.ti 1.4,
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dldterm.c468 /* Codeset type specific methods for EUC, PCCS, and, UTF-8 codeset types. */
498 * The default codeset is presumably C locale's ISO 646 in EUC but
499 * the data structure at below defined as the default codeset data also
2371 * single-column single-byte codeset character. For multi-byte characters,
3554 * "movtuc will work for all codeset
3605 * the current codeset is not UTF-8 since this is
3607 * For UTF-8 codeset type, we add the display width
3665 * In other codeset types, we safely assume
4293 * the EUC codeset widths currently in use; we
4343 * force codeset
[all...]

Completed in 231 milliseconds