Searched refs:CODESET (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Dlanginfo.h24 typedef enum { CODESET } nl_item; enumerator in enum:__anon597
31 case CODESET:
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dlanginfo.in.h46 # define CODESET 10000 macro
111 # define CODESET 10000
145 Note: The difference between nl_langinfo (CODESET) and locale_charset ()
H A Dnl_langinfo.c38 case CODESET:
139 case CODESET:
H A Dlocalcharset.c368 /* Most systems support nl_langinfo (CODESET) nowadays. */
369 codeset = nl_langinfo (CODESET);
372 /* Cygwin < 1.7 does not have locales. nl_langinfo (CODESET) always
H A Dregcomp.c905 codeset_name = nl_langinfo (CODESET);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DLanginfo.pm38 CODESET
164 CODESET CRNCYSTR RADIXCHAR
189 I18N::Langinfo->import(qw(langinfo CODESET));
190 $codeset = langinfo(CODESET()); # note the ()
/osnet-11/usr/src/cmd/ldap/common/
H A Dconvutf8.c163 if ((to_code = nl_langinfo(CODESET)) == NULL)
174 if ((from_code = nl_langinfo(CODESET)) == NULL)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dopen.pm17 I18N::Langinfo->import(qw(langinfo CODESET));
18 $locale_encoding = langinfo(CODESET());
238 If the platform supports the langinfo(CODESET) interface, the codeset
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dlocale.c481 - nl_langinfo(CODESET) contains /^utf-?8/i
497 #if defined(HAS_NL_LANGINFO) && defined(CODESET)
498 codeset = nl_langinfo(CODESET);
504 else { /* nl_langinfo(CODESET) is supposed to correctly
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dlocalcharset.c370 /* Most systems support nl_langinfo (CODESET) nowadays. */
371 codeset = nl_langinfo (CODESET);
374 /* Cygwin < 1.7 does not have locales. nl_langinfo (CODESET) always
/osnet-11/usr/src/lib/libc/port/gen/
H A Diconv.c739 return (strdup(nl_langinfo(CODESET)));
741 s = nl_langinfo(CODESET);
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_util.c931 curlocale = nl_langinfo(CODESET);
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c256 codeset = nl_langinfo(CODESET);
/osnet-11/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c936 const char *code_set = nl_langinfo(CODESET);
/osnet-11/usr/src/grub/grub2/
H A Dconfigure13800 { $as_echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
13801 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
13815 char* cs = nl_langinfo(CODESET); return !cs;
13892 /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
13893 On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET)
13896 succeeds but then nl_langinfo(CODESET) is "646". In this situation,
13900 const char *cs = nl_langinfo (CODESET);
17554 /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
17555 On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET)
17558 succeeds but then nl_langinfo(CODESET) i
[all...]

Completed in 181 milliseconds