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

12

/freebsd-10-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-10-stable/contrib/gcc/
H A Dintl.c73 encoding = nl_langinfo (CODESET);
/freebsd-10-stable/include/
H A Dlanginfo.h40 #define CODESET 0 /* codeset name */ macro
/freebsd-10-stable/lib/libc/locale/
H A DcXXrtomb_iconv.h73 nl_langinfo_l(CODESET, locale)) != 0) {
H A Dnl_langinfo.c56 case CODESET:
H A DmbrtocXX_iconv.h76 nl_langinfo_l(CODESET, locale), UTF_XX_INTERNAL) != 0) {
/freebsd-10-stable/lib/libc/iconv/
H A Dcitrus_iconv.c288 src = nl_langinfo(CODESET);
290 dst = nl_langinfo(CODESET);
/freebsd-10-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-10-stable/games/morse/
H A Dmorse.c412 *(codeset = nl_langinfo(CODESET)) != '\0') {
/freebsd-10-stable/crypto/openssh/
H A Dutf8.c61 loc = nl_langinfo(CODESET);
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c443 char *env = nl_langinfo(CODESET);
/freebsd-10-stable/contrib/tcsh/
H A Dsh.set.c1295 #if defined(HAVE_NL_LANGINFO) && defined(CODESET)
1305 codeset = str2short(nl_langinfo(CODESET));
1334 char *codeset = nl_langinfo(CODESET);
H A Dsh.h79 #if defined(KANJI) && defined(WIDE_STRINGS) && defined(HAVE_NL_LANGINFO) && defined(CODESET)
/freebsd-10-stable/contrib/nvi/common/
H A Dconv.c46 cs = nl_langinfo(CODESET);
/freebsd-10-stable/usr.bin/locale/
H A Dlocale.c35 * nl_langinfo(CODESET).
117 { "charmap", 1, LC_CTYPE, CODESET, "" }, /* hack */
/freebsd-10-stable/usr.bin/catman/
H A Dcatman.c728 sep = nl_langinfo(CODESET);
/freebsd-10-stable/bin/sh/
H A Dvar.c523 charset = nl_langinfo(CODESET);
/freebsd-10-stable/bin/chio/
H A Dchio.c1207 cs_native = nl_langinfo(CODESET);
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dsearch.c100 if (strcmp (nl_langinfo (CODESET), "UTF-8") == 0)
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c655 } else if (strcmp(nl_langinfo(CODESET), "UTF-8") == 0) {
H A Darchive_write_disk_posix.c2980 utf8 = (strcmp(nl_langinfo(CODESET), "UTF-8") == 0)? 1: 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);
/freebsd-10-stable/contrib/libgnuregex/
H A Dregcomp.c869 codeset_name = nl_langinfo (CODESET);
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dconfigure7195 echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
7196 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6
7210 char* cs = nl_langinfo(CODESET);
/freebsd-10-stable/contrib/libreadline/
H A Dconfigure8168 echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
8169 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6
8183 char* cs = nl_langinfo(CODESET);

Completed in 816 milliseconds

12