Home
last modified time | relevance | path

Searched refs:CODESET (Results 1 – 25 of 43) sorted by relevance

12

/NextBSD/contrib/apr/misc/unix/
HDcharset.c68 #if defined(HAVE_NL_LANGINFO) && defined(CODESET) in apr_os_locale_encoding()
71 charset = nl_langinfo(CODESET); in apr_os_locale_encoding()
/NextBSD/contrib/gcc/
HDintl.c73 encoding = nl_langinfo (CODESET); in gcc_init_libintl()
/NextBSD/lib/libc/iconv/
HDcitrus_iconv.c290 src = nl_langinfo(CODESET); in _citrus_iconv_open()
292 dst = nl_langinfo(CODESET); in _citrus_iconv_open()
/NextBSD/include/
HDlanginfo.h40 #define CODESET 0 /* codeset name */ macro
/NextBSD/lib/libc/locale/
HDcXXrtomb_iconv.h73 nl_langinfo_l(CODESET, locale)) != 0) { in cXXrtomb_l()
HDmbrtocXX_iconv.h76 nl_langinfo_l(CODESET, locale), UTF_XX_INTERNAL) != 0) { in mbrtocXX_l()
HDnl_langinfo.c59 case CODESET: in nl_langinfo_l()
/NextBSD/contrib/less/
HDcharset.c324 #ifdef CODESET in set_charset()
328 s = nl_langinfo(CODESET); in set_charset()
/NextBSD/usr.bin/morse/
HDmorse.c412 *(codeset = nl_langinfo(CODESET)) != '\0') { in main()
/NextBSD/contrib/tcsh/
HDsh.set.c1246 #if defined(HAVE_NL_LANGINFO) && defined(CODESET) in autoset_dspmbyte()
1256 codeset = str2short(nl_langinfo(CODESET)); in autoset_dspmbyte()
1285 char *codeset = nl_langinfo(CODESET); in autoset_kanji()
HDsh.h79 #if defined(KANJI) && defined(WIDE_STRINGS) && defined(HAVE_NL_LANGINFO) && defined(CODESET)
/NextBSD/contrib/apr-util/include/private/
HDapu_config.h.in24 /* Define if CODESET is defined in langinfo.h */
/NextBSD/contrib/libreadline/
HDconfig.h.in212 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
/NextBSD/contrib/nvi/common/
HDconv.c47 cs = nl_langinfo(CODESET); in codeset()
/NextBSD/usr.bin/locale/
HDlocale.c116 { "charmap", 1, LC_CTYPE, CODESET, "" }, /* hack */
/NextBSD/lib/libedit/
HDel.c100 if (strcmp(nl_langinfo(CODESET), "UTF-8") == 0) in el_init_fd()
/NextBSD/contrib/ncurses/ncurses/tinfo/
HDlib_setup.c551 char *env = nl_langinfo(CODESET); in _nc_unicode_locale()
/NextBSD/usr.bin/catman/
HDcatman.c721 sep = nl_langinfo(CODESET); in determine_locale()
/NextBSD/contrib/gcclibs/libcpp/
HDconfig.in167 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
HDcharset.c1678 current_encoding = nl_langinfo (CODESET); in _cpp_default_encoding()
/NextBSD/bin/sh/
HDvar.c529 charset = nl_langinfo(CODESET); in updatecharset()
/NextBSD/contrib/libreadline/examples/rlfe/
HDconfig.h.in332 * and <langinfo.h> defines CODESET.
/NextBSD/bin/chio/
HDchio.c1207 cs_native = nl_langinfo(CODESET); in print_designator()
/NextBSD/contrib/libarchive/libarchive/
HDarchive_write_set_format_zip.c417 } else if (strcmp(nl_langinfo(CODESET), "UTF-8") == 0) { in archive_write_zip_header()
/NextBSD/gnu/usr.bin/grep/
HDsearch.c100 if (strcmp (nl_langinfo (CODESET), "UTF-8") == 0) in check_utf8()

12