Searched refs:CODESET (Results 1 – 25 of 31) sorted by relevance
12
| /src/include/ |
| H A D | langinfo.h | 40 #define CODESET 0 /* codeset name */ macro
|
| /src/contrib/ncurses/ncurses/ |
| H A D | report_ctype.c | 56 char *codeset = nl_langinfo(CODESET); in report()
|
| /src/lib/libc/iconv/ |
| H A D | citrus_iconv.c | 293 src = nl_langinfo(CODESET); in _citrus_iconv_open() 295 dst = nl_langinfo(CODESET); in _citrus_iconv_open()
|
| /src/lib/libc/locale/ |
| H A D | cXXrtomb_iconv.h | 72 nl_langinfo_l(CODESET, locale)) != 0) { in cXXrtomb_l()
|
| H A D | mbrtocXX_iconv.h | 75 nl_langinfo_l(CODESET, locale), UTF_XX_INTERNAL) != 0) { in mbrtocXX_l()
|
| H A D | nl_langinfo.c | 58 case CODESET: in nl_langinfo_l()
|
| /src/usr.bin/calendar/ |
| H A D | calendar.c | 224 outputEncoding = strdup(nl_langinfo(CODESET)); in main()
|
| H A D | events.c | 55 newenc = nl_langinfo(CODESET); in set_new_encoding()
|
| /src/contrib/less/ |
| H A D | charset.c | 428 #ifdef CODESET in set_charset() 440 s = nl_langinfo(CODESET); in set_charset()
|
| /src/crypto/openssh/ |
| H A D | utf8.c | 63 loc = nl_langinfo(CODESET); in dangerous_locale()
|
| /src/contrib/tcsh/ |
| H A D | sh.set.c | 1287 #if defined(HAVE_NL_LANGINFO) && defined(CODESET) in autoset_dspmbyte() 1297 codeset = str2short(nl_langinfo(CODESET)); in autoset_dspmbyte() 1326 char *codeset = nl_langinfo(CODESET); in autoset_kanji()
|
| H A D | sh.h | 78 #if defined(KANJI) && defined(WIDE_STRINGS) && defined(HAVE_NL_LANGINFO) && defined(CODESET)
|
| H A D | sh.func.c | 2690 catgets_iconv = iconv_open (nl_langinfo (CODESET),
|
| /src/contrib/mandoc/ |
| H A D | term_ascii.c | 111 strcmp(nl_langinfo(CODESET), "UTF-8") != 0) in ascii_init()
|
| /src/usr.bin/morse/ |
| H A D | morse.c | 405 *(codeset = nl_langinfo(CODESET)) != '\0') { in main()
|
| /src/contrib/nvi/common/ |
| H A D | conv.c | 43 cs = nl_langinfo(CODESET); in codeset()
|
| /src/usr.bin/locale/ |
| H A D | locale.c | 140 CODESET, "" }, /* hack */
|
| /src/bin/sh/ |
| H A D | var.c | 526 charset = nl_langinfo(CODESET); in updatecharset()
|
| /src/bin/chio/ |
| H A D | chio.c | 1199 cs_native = nl_langinfo(CODESET); in print_designator()
|
| /src/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_setup.c | 765 char *env = nl_langinfo(CODESET); in _nc_unicode_locale()
|
| /src/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_zip.c | 931 } else if (strcmp(nl_langinfo(CODESET), "UTF-8") == 0) { in archive_write_zip_header()
|
| H A D | archive_string.c | 452 return nl_langinfo(CODESET); in default_iconv_charset()
|
| H A D | archive_write_disk_posix.c | 3164 utf8 = (strcmp(nl_langinfo(CODESET), "UTF-8") == 0)? 1: 0; in cleanup_pathname_win()
|
| /src/contrib/dialog/ |
| H A D | aclocal.m4 | 181 AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset, 183 [char* cs = nl_langinfo(CODESET); (void)cs], 189 [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
|
| /src/contrib/ncurses/ |
| H A D | configure.in | 893 # Checks for CODESET support.
|
12