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

/freebsd-13-stable/contrib/apr/misc/unix/
H A Dcharset.c68 #if defined(HAVE_NL_LANGINFO) && defined(CODESET)
71 charset = nl_langinfo(CODESET);
74 /* Some versions of OSD_POSIX return nl_langinfo(CODESET)="^[nN]" */
/freebsd-13-stable/include/
H A Dlanginfo.h42 #define CODESET 0 /* codeset name */ macro
/freebsd-13-stable/lib/libc/locale/
H A DcXXrtomb_iconv.h75 nl_langinfo_l(CODESET, locale)) != 0) {
H A DmbrtocXX_iconv.h78 nl_langinfo_l(CODESET, locale), UTF_XX_INTERNAL) != 0) {
H A Dnl_langinfo.c61 case CODESET:
/freebsd-13-stable/lib/libc/iconv/
H A Dcitrus_iconv.c292 src = nl_langinfo(CODESET);
294 dst = nl_langinfo(CODESET);
/freebsd-13-stable/usr.bin/calendar/
H A Dcalendar.c239 outputEncoding = strdup(nl_langinfo(CODESET));
H A Devents.c57 newenc = nl_langinfo(CODESET);
/freebsd-13-stable/contrib/less/
H A Dcharset.c67 * Support "locale charmap"/nl_langinfo(CODESET) values, as well as others.
348 #ifdef CODESET
352 s = nl_langinfo(CODESET);
/freebsd-13-stable/contrib/mandoc/
H A Dterm_ascii.c112 strcmp(nl_langinfo(CODESET), "UTF-8") != 0)
/freebsd-13-stable/crypto/openssh/
H A Dutf8.c56 * The comments indicate what nl_langinfo(CODESET)
64 loc = nl_langinfo(CODESET);
/freebsd-13-stable/usr.bin/morse/
H A Dmorse.c415 *(codeset = nl_langinfo(CODESET)) != '\0') {
/freebsd-13-stable/contrib/tcsh/
H A Dsh.set.c1287 #if defined(HAVE_NL_LANGINFO) && defined(CODESET)
1297 codeset = str2short(nl_langinfo(CODESET));
1326 char *codeset = nl_langinfo(CODESET);
H A Dsh.h78 #if defined(KANJI) && defined(WIDE_STRINGS) && defined(HAVE_NL_LANGINFO) && defined(CODESET)
/freebsd-13-stable/contrib/nvi/common/
H A Dconv.c43 cs = nl_langinfo(CODESET);
/freebsd-13-stable/usr.bin/last/
H A Dlast.c161 p = nl_langinfo(CODESET);
/freebsd-13-stable/bin/sh/
H A Dvar.c534 charset = nl_langinfo(CODESET);
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c572 char *env = nl_langinfo(CODESET);
/freebsd-13-stable/usr.bin/locale/
H A Dlocale.c37 * nl_langinfo(CODESET).
142 CODESET, "" }, /* hack */
/freebsd-13-stable/bin/chio/
H A Dchio.c1207 cs_native = nl_langinfo(CODESET);
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c655 } else if (strcmp(nl_langinfo(CODESET), "UTF-8") == 0) {
H A Darchive_string.c420 * which some platform nl_langinfo(CODESET) returns, so we should
421 * use locale_charset() instead of nl_langinfo(CODESET) for GNU libiconv.
431 return nl_langinfo(CODESET);
H A Darchive_write_disk_posix.c3005 utf8 = (strcmp(nl_langinfo(CODESET), "UTF-8") == 0)? 1: 0;
/freebsd-13-stable/sbin/ifconfig/
H A Difieee80211.c5683 utf8 = strncmp("UTF-8", nl_langinfo(CODESET), 5) == 0;
/freebsd-13-stable/contrib/ncurses/
H A Dconfigure11116 # Checks for CODESET support.
11118 echo "$as_me:11118: checking for nl_langinfo and CODESET" >&5
11119 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6
11130 char* cs = nl_langinfo(CODESET);

Completed in 397 milliseconds