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

123

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/config/djgpp/
H A Dlanginfo.h26 CODESET, enumerator in enum:__anon377
31 #define CODESET CODESET macro
/netbsd-6-1-5-RELEASE/regress/lib/libc/citrus/mbtowc/
H A Dmbtowc_test.c17 printf("Charset: %s\n", nl_langinfo(CODESET));
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/lib/
H A Dlocalencoding.c108 #if defined(HAVE_NL_LANGINFO) && defined(CODESET)
109 if ((name = nl_langinfo(CODESET)) != NULL) {
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dintl.c73 encoding = nl_langinfo (CODESET);
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Dconv.c36 #define LANGCODESET nl_langinfo(CODESET)
126 if (strcmp(nl_langinfo(CODESET), enc)) {
127 id = iconv_open(nl_langinfo(CODESET), enc);
277 if (strcmp(nl_langinfo(CODESET), enc)) {
278 id = iconv_open(enc, nl_langinfo(CODESET));
353 o_set(sp, O_FILEENCODING, OS_STRDUP, nl_langinfo(CODESET), 0);
354 o_set(sp, O_INPUTENCODING, OS_STRDUP, nl_langinfo(CODESET), 0);
394 id = iconv_open(enc, nl_langinfo(CODESET));
398 id = iconv_open(nl_langinfo(CODESET), enc);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dintl.c70 locale_encoding = nl_langinfo (CODESET);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/22_locale/
H A Dwchar_t_in.cc42 iconv_t cd = iconv_open("WCHAR_T", nl_langinfo(CODESET));
H A Dwchar_t_out.cc42 iconv_t cd = iconv_open(nl_langinfo(CODESET), "WCHAR_T");
/netbsd-6-1-5-RELEASE/include/
H A Dlanginfo.h78 #define CODESET ((nl_item)51) /* codeset name */ macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/performance/22_locale/
H A Dwchar_t_in.cc51 iconv_t cd = iconv_open("WCHAR_T", nl_langinfo(CODESET));
H A Dwchar_t_out.cc51 iconv_t cd = iconv_open(nl_langinfo(CODESET), "WCHAR_T");
/netbsd-6-1-5-RELEASE/usr.bin/iconv/
H A Diconv.c214 opt_f = nl_langinfo(CODESET);
216 opt_t = nl_langinfo(CODESET);
/netbsd-6-1-5-RELEASE/lib/libc/citrus/
H A Dcitrus_lc_ctype.c110 cache->items[(size_t)CODESET] = data->rl_codeset;
/netbsd-6-1-5-RELEASE/lib/libintl/
H A Dgettext_iconv.c152 tocode = nl_langinfo(CODESET);
/netbsd-6-1-5-RELEASE/lib/libc/locale/
H A Dglobal_locale.c125 [(size_t)CODESET ] = "646",
/netbsd-6-1-5-RELEASE/gnu/dist/grep/intl/
H A Dlocalcharset.c235 /* Most systems support nl_langinfo (CODESET) nowadays. */
236 codeset = nl_langinfo (CODESET);
/netbsd-6-1-5-RELEASE/usr.sbin/usbdevs/
H A Dusbdevs.c78 ic = iconv_open(nl_langinfo(CODESET), "UTF-8");
/netbsd-6-1-5-RELEASE/usr.bin/finger/
H A Dfinger.c116 if (strncmp(nl_langinfo(CODESET), "ISO8859-", 8))
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/intl/
H A Dlocalcharset.c280 /* Most systems support nl_langinfo (CODESET) nowadays. */
281 codeset = nl_langinfo (CODESET);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/intl/
H A Dlocalcharset.c280 /* Most systems support nl_langinfo (CODESET) nowadays. */
281 codeset = nl_langinfo (CODESET);
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/intl/
H A Dlocalcharset.c282 /* Most systems support nl_langinfo (CODESET) nowadays. */
283 codeset = nl_langinfo (CODESET);
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dacs.c162 lstr = nl_langinfo(CODESET);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/intl/
H A Dlocalcharset.c280 /* Most systems support nl_langinfo (CODESET) nowadays. */
281 codeset = nl_langinfo (CODESET);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/intl/
H A Dlocalcharset.c291 /* Most systems support nl_langinfo (CODESET) nowadays. */
292 codeset = nl_langinfo (CODESET);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dlocalcharset.c291 /* Most systems support nl_langinfo (CODESET) nowadays. */
292 codeset = nl_langinfo (CODESET);

Completed in 288 milliseconds

123