Searched refs:iconv (Results 101 - 109 of 109) sorted by relevance

12345

/freebsd-11-stable/contrib/apr-util/
H A Dconfigure1433 --with-apr-iconv=DIR relative path to apr-iconv source
1468 --with-iconv=DIR path to iconv installation
4159 # Check whether --with-apr-iconv was given.
23049 # Check whether --with-iconv was given.
23102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: using apr-iconv" >&5
23103 $as_echo "using apr-iconv" >&6; }
23104 elif test -f "$apu_iconv_dir/include/iconv.h"; then
23156 ac_fn_c_check_header_mongrel "$LINENO" "iconv
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_string.c43 #include <iconv.h>
411 * Get the "current character set" name to use with iconv.
415 * But iconv on Mac OS 10.6 doesn't seem to handle this correctly;
1030 * Apparently, iconv does not check surrogate pairs in UTF-8
1060 * iconv generally does not support UTF-8-MAC and so
1061 * we have to the output of iconv from NFC to NFD if
1213 * Set a flag for Unicode NFD. Usually iconv cannot correctly
1215 * ourselves before iconv handles. Another reason is to prevent
1235 * going to be passed to iconv is a Unicode NFC string since
1237 * iconv canno
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dmain.c36 #include <iconv.h>
/freebsd-11-stable/contrib/gcc/
H A Dconfigure8333 for ac_header in limits.h stddef.h string.h strings.h stdlib.h time.h iconv.h \
10644 names_next_round='iconv '
11004 echo "$as_me:$LINENO: checking for iconv" >&5
11005 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
11019 #include <iconv.h>
11024 iconv(cd,NULL,NULL,NULL,NULL);
11070 #include <iconv.h>
11075 iconv(cd,NULL,NULL,NULL,NULL);
11139 echo "$as_me:$LINENO: checking for iconv declaration" >&5
11140 echo $ECHO_N "checking for iconv declaratio
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dconfigure13487 echo "$as_me:$LINENO: checking for iconv.h" >&5
13488 echo $ECHO_N "checking for iconv.h... $ECHO_C" >&6
13496 echo "$as_me:$LINENO: checking iconv.h usability" >&5
13497 echo $ECHO_N "checking iconv.h usability... $ECHO_C" >&6
13505 #include <iconv.h>
13541 echo "$as_me:$LINENO: checking iconv.h presence" >&5
13542 echo $ECHO_N "checking iconv.h presence... $ECHO_C" >&6
13549 #include <iconv.h>
13583 { echo "$as_me:$LINENO: WARNING: iconv.h: accepted by the compiler, rejected by the preprocessor!" >&5
13584 echo "$as_me: WARNING: iconv
[all...]
H A DMakefile.in64 $(top_srcdir)/../config/iconv.m4 \
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure28674 # Use iconv for wchar_t to char conversions. As such, check for
28677 echo "$as_me:$LINENO: checking for iconv.h" >&5
28678 echo $ECHO_N "checking for iconv.h... $ECHO_C" >&6
28686 echo "$as_me:$LINENO: checking iconv.h usability" >&5
28687 echo $ECHO_N "checking iconv.h usability... $ECHO_C" >&6
28695 #include <iconv.h>
28731 echo "$as_me:$LINENO: checking iconv.h presence" >&5
28732 echo $ECHO_N "checking iconv.h presence... $ECHO_C" >&6
28739 #include <iconv.h>
28773 { echo "$as_me:$LINENO: WARNING: iconv
28995 iconv (); function
53035 iconv (); function
74905 iconv (); function
76789 iconv (); function
78312 iconv (); function
99279 iconv (); function
102538 iconv (); function
103939 iconv (); function
105732 iconv (); function
106507 iconv (); function
108002 iconv (); function
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc70 #define iconv __bsd_iconv
5135 INTERCEPTOR(SIZE_T, iconv, void *cd, char **inbuf, SIZE_T *inbytesleft,
5138 COMMON_INTERCEPTOR_ENTER(ctx, iconv, cd, inbuf, inbytesleft, outbuf,
5150 SIZE_T res = REAL(iconv)(cd, inbuf, inbytesleft, outbuf, outbytesleft);
5157 #define INIT_ICONV COMMON_INTERCEPT_FUNCTION(iconv);
/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c36 #include <iconv.h>

Completed in 219 milliseconds

12345