Home
last modified time | relevance | path

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

12

/freebsd/include/
H A Dlanginfo.h40 #define CODESET 0 /* codeset name */ macro
/freebsd/lib/libc/iconv/
H A Dcitrus_iconv.c293 src = nl_langinfo(CODESET); in _citrus_iconv_open()
295 dst = nl_langinfo(CODESET); in _citrus_iconv_open()
/freebsd/lib/libc/locale/
H A DcXXrtomb_iconv.h72 nl_langinfo_l(CODESET, locale)) != 0) { in cXXrtomb_l()
H A DmbrtocXX_iconv.h75 nl_langinfo_l(CODESET, locale), UTF_XX_INTERNAL) != 0) { in mbrtocXX_l()
H A Dnl_langinfo.c58 case CODESET: in nl_langinfo_l()
/freebsd/usr.bin/calendar/
H A Dcalendar.c224 outputEncoding = strdup(nl_langinfo(CODESET)); in main()
H A Devents.c55 newenc = nl_langinfo(CODESET); in set_new_encoding()
/freebsd/contrib/less/
H A Dcharset.c446 #ifdef CODESET in set_charset()
450 s = nl_langinfo(CODESET); in set_charset()
/freebsd/crypto/openssh/
H A Dutf8.c63 loc = nl_langinfo(CODESET); in dangerous_locale()
/freebsd/contrib/mandoc/
H A Dterm_ascii.c112 strcmp(nl_langinfo(CODESET), "UTF-8") != 0) in ascii_init()
/freebsd/contrib/tcsh/
H A Dsh.set.c1287 #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 Dsh.h78 #if defined(KANJI) && defined(WIDE_STRINGS) && defined(HAVE_NL_LANGINFO) && defined(CODESET)
H A Dsh.func.c2690 catgets_iconv = iconv_open (nl_langinfo (CODESET),
/freebsd/usr.bin/morse/
H A Dmorse.c405 *(codeset = nl_langinfo(CODESET)) != '\0') { in main()
/freebsd/contrib/nvi/common/
H A Dconv.c43 cs = nl_langinfo(CODESET); in codeset()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c580 char *env = nl_langinfo(CODESET); in _nc_unicode_locale()
/freebsd/usr.bin/locale/
H A Dlocale.c140 CODESET, "" }, /* hack */
/freebsd/bin/sh/
H A Dvar.c526 charset = nl_langinfo(CODESET); in updatecharset()
/freebsd/bin/chio/
H A Dchio.c1197 cs_native = nl_langinfo(CODESET); in print_designator()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c654 } else if (strcmp(nl_langinfo(CODESET), "UTF-8") == 0) { in archive_write_zip_header()
H A Darchive_string.c430 return nl_langinfo(CODESET); in default_iconv_charset()
H A Darchive_write_disk_posix.c3160 utf8 = (strcmp(nl_langinfo(CODESET), "UTF-8") == 0)? 1: 0; in cleanup_pathname_win()
/freebsd/contrib/dialog/
H A Daclocal.m4181 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).])
/freebsd/contrib/ncurses/
H A Dconfigure.in917 # Checks for CODESET support.
/freebsd/sbin/ifconfig/
H A Difieee80211.c5714 utf8 = strncmp("UTF-8", nl_langinfo(CODESET), 5) == 0; in print_string()

12