Searched refs:nl_langinfo (Results 26 - 50 of 51) sorted by relevance

123

/freebsd-11-stable/contrib/less/
H A Dcharset.c67 * Support "locale charmap"/nl_langinfo(CODESET) values, as well as others.
352 s = nl_langinfo(CODESET);
/freebsd-11-stable/usr.bin/sort/
H A Dbwstring.c69 tmp = (unsigned char *) nl_langinfo(item[i]);
89 tmp = (unsigned char *) nl_langinfo(item[i]);
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c551 char *env = nl_langinfo(CODESET);
/freebsd-11-stable/usr.bin/catman/
H A Dcatman.c728 sep = nl_langinfo(CODESET);
/freebsd-11-stable/bin/sh/
H A Dvar.c529 charset = nl_langinfo(CODESET);
/freebsd-11-stable/contrib/libarchive/tar/
H A Dbsdtar.c211 bsdtar->day_first = (*nl_langinfo(D_MD_ORDER) == 'd');
/freebsd-11-stable/contrib/tcsh/
H A Dsh.set.c1301 codeset = str2short(nl_langinfo(CODESET));
1330 char *codeset = nl_langinfo(CODESET);
/freebsd-11-stable/bin/chio/
H A Dchio.c1207 cs_native = nl_langinfo(CODESET);
/freebsd-11-stable/usr.bin/ncal/
H A Dncal.c550 d_first = (*nl_langinfo(D_MD_ORDER) == 'd');
/freebsd-11-stable/usr.bin/pr/
H A Dpr.c1858 d_first = (*nl_langinfo(D_MD_ORDER) == 'd');
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dsearch.c100 if (strcmp (nl_langinfo (CODESET), "UTF-8") == 0)
/freebsd-11-stable/usr.bin/systat/
H A Dvmstat.c287 d_first = (*nl_langinfo(D_MD_ORDER) == 'd');
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h778 extern char * nl_langinfo(nl_item);
H A Dconfigure9291 sysconf strsignal getrusage nl_langinfo scandir alphasort \
11286 echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
11287 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6
11301 char* cs = nl_langinfo(CODESET);
/freebsd-11-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.c416 * on that system, we have to explicitly call nl_langinfo()
420 * 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.c3079 utf8 = (strcmp(nl_langinfo(CODESET), "UTF-8") == 0)? 1: 0;
/freebsd-11-stable/contrib/libgnuregex/
H A Dregcomp.c869 codeset_name = nl_langinfo (CODESET);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7827 INTERCEPTOR(char *, nl_langinfo, long item) {
7829 COMMON_INTERCEPTOR_ENTER(ctx, nl_langinfo, item);
7830 char *ret = REAL(nl_langinfo)(item);
7835 #define INIT_NL_LANGINFO COMMON_INTERCEPT_FUNCTION(nl_langinfo)
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c5158 utf8 = strncmp("UTF-8", nl_langinfo(CODESET), 5) == 0;
/freebsd-11-stable/contrib/apr-util/
H A Dconfigure23471 for ac_func in nl_langinfo
23473 ac_fn_c_check_func "$LINENO" "nl_langinfo" "ac_cv_func_nl_langinfo"
23482 for aprt_j in nl_langinfo
/freebsd-11-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);
/freebsd-11-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-11-stable/contrib/libstdc++/
H A Dconfigure29047 for ac_func in iconv_open iconv_close iconv nl_langinfo
[all...]
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure8541 echo "$as_me:8541: checking for nl_langinfo and CODESET" >&5
8542 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6
8553 char* cs = nl_langinfo(CODESET);

Completed in 821 milliseconds

123