Searched refs:CODESET (Results 1 – 25 of 43) sorted by relevance
12
| /NextBSD/contrib/apr/misc/unix/ |
| HD | charset.c | 68 #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/ |
| HD | intl.c | 73 encoding = nl_langinfo (CODESET); in gcc_init_libintl()
|
| /NextBSD/lib/libc/iconv/ |
| HD | citrus_iconv.c | 290 src = nl_langinfo(CODESET); in _citrus_iconv_open() 292 dst = nl_langinfo(CODESET); in _citrus_iconv_open()
|
| /NextBSD/include/ |
| HD | langinfo.h | 40 #define CODESET 0 /* codeset name */ macro
|
| /NextBSD/lib/libc/locale/ |
| HD | cXXrtomb_iconv.h | 73 nl_langinfo_l(CODESET, locale)) != 0) { in cXXrtomb_l()
|
| HD | mbrtocXX_iconv.h | 76 nl_langinfo_l(CODESET, locale), UTF_XX_INTERNAL) != 0) { in mbrtocXX_l()
|
| HD | nl_langinfo.c | 59 case CODESET: in nl_langinfo_l()
|
| /NextBSD/contrib/less/ |
| HD | charset.c | 324 #ifdef CODESET in set_charset() 328 s = nl_langinfo(CODESET); in set_charset()
|
| /NextBSD/usr.bin/morse/ |
| HD | morse.c | 412 *(codeset = nl_langinfo(CODESET)) != '\0') { in main()
|
| /NextBSD/contrib/tcsh/ |
| HD | sh.set.c | 1246 #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()
|
| HD | sh.h | 79 #if defined(KANJI) && defined(WIDE_STRINGS) && defined(HAVE_NL_LANGINFO) && defined(CODESET)
|
| /NextBSD/contrib/apr-util/include/private/ |
| HD | apu_config.h.in | 24 /* Define if CODESET is defined in langinfo.h */
|
| /NextBSD/contrib/libreadline/ |
| HD | config.h.in | 212 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
|
| /NextBSD/contrib/nvi/common/ |
| HD | conv.c | 47 cs = nl_langinfo(CODESET); in codeset()
|
| /NextBSD/usr.bin/locale/ |
| HD | locale.c | 116 { "charmap", 1, LC_CTYPE, CODESET, "" }, /* hack */
|
| /NextBSD/lib/libedit/ |
| HD | el.c | 100 if (strcmp(nl_langinfo(CODESET), "UTF-8") == 0) in el_init_fd()
|
| /NextBSD/contrib/ncurses/ncurses/tinfo/ |
| HD | lib_setup.c | 551 char *env = nl_langinfo(CODESET); in _nc_unicode_locale()
|
| /NextBSD/usr.bin/catman/ |
| HD | catman.c | 721 sep = nl_langinfo(CODESET); in determine_locale()
|
| /NextBSD/contrib/gcclibs/libcpp/ |
| HD | config.in | 167 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
|
| HD | charset.c | 1678 current_encoding = nl_langinfo (CODESET); in _cpp_default_encoding()
|
| /NextBSD/bin/sh/ |
| HD | var.c | 529 charset = nl_langinfo(CODESET); in updatecharset()
|
| /NextBSD/contrib/libreadline/examples/rlfe/ |
| HD | config.h.in | 332 * and <langinfo.h> defines CODESET.
|
| /NextBSD/bin/chio/ |
| HD | chio.c | 1207 cs_native = nl_langinfo(CODESET); in print_designator()
|
| /NextBSD/contrib/libarchive/libarchive/ |
| HD | archive_write_set_format_zip.c | 417 } else if (strcmp(nl_langinfo(CODESET), "UTF-8") == 0) { in archive_write_zip_header()
|
| /NextBSD/gnu/usr.bin/grep/ |
| HD | search.c | 100 if (strcmp (nl_langinfo (CODESET), "UTF-8") == 0) in check_utf8()
|
12