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

12345

/freebsd-11-stable/sys/netsmb/
H A Dsmb_subr.c42 #include <sys/iconv.h>
H A Dsmb_crypt.c54 #include <sys/iconv.h>
H A Dsmb_usr.c42 #include <sys/iconv.h>
H A Dsmb_conn.c44 #include <sys/iconv.h>
H A Dsmb_smb.c44 #include <sys/iconv.h>
/freebsd-11-stable/usr.bin/
H A DMakefile231 SUBDIR.${MK_ICONV}+= iconv
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A DMakefile.in109 $(srcdir)/../config/gettext-sister.m4 $(srcdir)/../config/iconv.m4 \
H A Dcharset.c68 system library's iconv() primitive to do charset conversion
72 /* Make certain that the uses of iconv(), iconv_open(), iconv_close()
76 #define iconv(a,b,c,d,e) (errno = EINVAL, (size_t)-1) macro
106 line, even if iconv quadruples its size (e.g. conversion from
111 logic. This is because a depressing number of systems lack iconv,
112 or have have iconv libraries that do not do these conversions, so
273 do for iconv.
501 name plus the iconv descriptor CD (which may be fake), and the
548 /* And this one uses the system iconv primitive. It's a little
549 different, since iconv'
[all...]
H A Dinternal.h34 #include <iconv.h>
H A Dconfigure3583 for ac_header in iconv.h locale.h fcntl.h limits.h stddef.h \
7608 names_next_round='iconv '
7968 echo "$as_me:$LINENO: checking for iconv" >&5
7969 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
7983 #include <iconv.h>
7988 iconv(cd,NULL,NULL,NULL,NULL);
8034 #include <iconv.h>
8039 iconv(cd,NULL,NULL,NULL,NULL);
8103 echo "$as_me:$LINENO: checking for iconv declaration" >&5
8104 echo $ECHO_N "checking for iconv declaratio
[all...]
/freebsd-11-stable/contrib/nvi/common/
H A Dkey.c295 iconv(sp->conv.id[IC_IE_TO_UTF16],
297 iconv(sp->conv.id[IC_IE_TO_UTF16],
/freebsd-11-stable/sys/libkern/
H A Diconv_xlat16.c34 #include <sys/iconv.h>
H A Diconv_ucs.c34 #include <sys/iconv.h>
/freebsd-11-stable/contrib/smbfs/lib/smb/
H A Dctx.c49 #include <sys/iconv.h>
286 smb_error("can't initialize iconv support (%s:%s)",
493 smb_error("can not setup kernel iconv table (%s:%s)", error,
/freebsd-11-stable/contrib/tcsh/
H A Dconfigure4787 names_next_round='iconv '
4995 if test "$name" = 'iconv'; then
5002 if test "$name" = 'iconv'; then
5219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
5220 $as_echo_n "checking for iconv... " >&6; }
5231 #include <iconv.h>
5237 iconv(cd,NULL,NULL,NULL,NULL);
5255 #include <iconv.h>
5261 iconv(cd,NULL,NULL,NULL,NULL);
5280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working iconv" >
[all...]
H A Dsh.h41 # include <iconv.h>
/freebsd-11-stable/targets/pseudo/tests/
H A DMakefile.depend139 lib/libc/tests/iconv \
/freebsd-11-stable/sys/fs/cd9660/
H A Dcd9660_vfsops.c56 #include <sys/iconv.h>
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c56 #include <sys/iconv.h>
H A Dmsdosfs_conv.c54 #include <sys/iconv.h>
/freebsd-11-stable/include/
H A DMakefile85 INCS+= iconv.h
/freebsd-11-stable/sys/fs/udf/
H A Dudf_vfsops.c82 #include <sys/iconv.h>
H A Dudf_vnops.c41 #include <sys/iconv.h>
/freebsd-11-stable/contrib/binutils/binutils/doc/
H A DMakefile.in46 $(top_srcdir)/../config/iconv.m4 \
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend244 usr.bin/iconv \

Completed in 177 milliseconds

12345