| /src/share/i18n/iconv/ |
| Makefile | 3 BINDIR?= /usr/share/i18n/iconv 5 FILES+= iconv.dir
|
| /src/share/i18n/ |
| Makefile | 3 SUBDIR=csmapper esdb iconv
|
| /src/usr.bin/iconv/ |
| Makefile | 5 PROG= iconv 6 SRCS= iconv.c 8 MAN= iconv.1
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/ieee_1003.1-2001/ |
| c_locale.h | 38 #include <iconv.h> // For codecvt using iconv, iconv_t
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/ieee_1003.1-2001/ |
| c_locale.h | 38 #include <iconv.h> // For codecvt using iconv, iconv_t
|
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| striconv.h | 24 #include <iconv.h> 35 /* Convert an entire string from one encoding to another, using iconv. 47 /* Convert an entire string from one encoding to another, using iconv. 59 /* Convert an entire string from one encoding to another, using iconv.
|
| xstriconv.h | 24 #include <iconv.h> 35 /* Convert an entire string from one encoding to another, using iconv. 48 /* Convert an entire string from one encoding to another, using iconv. 61 /* Convert an entire string from one encoding to another, using iconv.
|
| striconv.c | 29 # include <iconv.h> 56 iconv (cd, NULL, NULL, NULL, NULL); 70 size_t res = iconv (cd, 84 /* Irix iconv() inserts a NUL byte if it cannot convert. 85 NetBSD iconv() inserts a question mark if it cannot convert. 102 size_t res = iconv (cd, NULL, NULL, &outptr, &outsize); 130 iconv (cd, NULL, NULL, NULL, NULL); 142 size_t res = iconv (cd, 154 /* Irix iconv() inserts a NUL byte if it cannot convert. 155 NetBSD iconv() inserts a question mark if it cannot convert [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| striconv.h | 24 #include <iconv.h> 35 /* Convert an entire string from one encoding to another, using iconv. 47 /* Convert an entire string from one encoding to another, using iconv. 59 /* Convert an entire string from one encoding to another, using iconv.
|
| xstriconv.h | 24 #include <iconv.h> 35 /* Convert an entire string from one encoding to another, using iconv. 48 /* Convert an entire string from one encoding to another, using iconv. 61 /* Convert an entire string from one encoding to another, using iconv.
|
| striconv.c | 29 # include <iconv.h> 56 iconv (cd, NULL, NULL, NULL, NULL); 70 size_t res = iconv (cd, 84 /* Irix iconv() inserts a NUL byte if it cannot convert. 85 NetBSD iconv() inserts a question mark if it cannot convert. 102 size_t res = iconv (cd, NULL, NULL, &outptr, &outsize); 130 iconv (cd, NULL, NULL, NULL, NULL); 142 size_t res = iconv (cd, 154 /* Irix iconv() inserts a NUL byte if it cannot convert. 155 NetBSD iconv() inserts a question mark if it cannot convert [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| striconv.h | 24 #include <iconv.h> 35 /* Convert an entire string from one encoding to another, using iconv. 47 /* Convert an entire string from one encoding to another, using iconv. 59 /* Convert an entire string from one encoding to another, using iconv.
|
| xstriconv.h | 24 #include <iconv.h> 35 /* Convert an entire string from one encoding to another, using iconv. 48 /* Convert an entire string from one encoding to another, using iconv. 61 /* Convert an entire string from one encoding to another, using iconv.
|
| striconv.c | 29 # include <iconv.h> 56 iconv (cd, NULL, NULL, NULL, NULL); 70 size_t res = iconv (cd, 84 /* Irix iconv() inserts a NUL byte if it cannot convert. 85 NetBSD iconv() inserts a question mark if it cannot convert. 102 size_t res = iconv (cd, NULL, NULL, &outptr, &outsize); 130 iconv (cd, NULL, NULL, NULL, NULL); 142 size_t res = iconv (cd, 154 /* Irix iconv() inserts a NUL byte if it cannot convert. 155 NetBSD iconv() inserts a question mark if it cannot convert [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| iconv.d | 3 D binding for the POSIX iconv library. 5 Defines external functions required to use iconv codeset conversion 9 iconv(3) Performs the conversion 10 iconvctl(3) Control iconv behavior 22 module core.sys.posix.iconv; 49 size_t iconv (iconv_t cd, const scope char** inbuf, 54 /// iconvctl queries or adjusts the behavior of the iconv function,
|
| /src/sys/modules/nsmb/ |
| Makefile | 8 SRCS= iconv.c smb_conn.c smb_crypt.c smb_dev.c smb_iod.c smb_rq.c \
|
| /src/usr.bin/mail/ |
| mime_codecs.h | 38 #include <iconv.h>
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| msgl-iconv.h | 24 #include <iconv.h>
|
| po-charset.h | 26 #include <iconv.h>
|
| /src/lib/libc/iconv/ |
| iconv.c | 1 /* $NetBSD: iconv.c,v 1.14 2019/10/24 18:17:59 kamil Exp $ */ 31 __RCSID("$NetBSD: iconv.c,v 1.14 2019/10/24 18:17:59 kamil Exp $"); 40 #include <iconv.h> 43 __weak_alias(iconv, _iconv) 87 iconv(iconv_t handle, char **in, size_t *szin, char **out, size_t *szout) function
|
| /src/include/ |
| iconv.h | 1 /* $NetBSD: iconv.h,v 1.7 2019/10/24 18:17:59 kamil Exp $ */ 46 size_t iconv(iconv_t, char ** __restrict, 51 * non-portable interfaces for iconv
|
| /src/lib/libc/locale/ |
| c32rtomb.c | 94 struct _citrus_iconv *iconv = NULL; local 140 * XXX Is this necessary? Won't iconv take care of it for us? 149 * Open an iconv handle to convert UTF-32LE to locale-dependent 152 if ((error = _citrus_iconv_open(&iconv, _PATH_ICONV, "utf-32le", 167 error = _citrus_iconv_convert(iconv, &src, &srcleft, &dst, &dstleft, 226 _citrus_iconv_close(iconv);
|
| mbrtoc32.c | 106 struct _citrus_iconv *iconv = NULL; local 153 * definition. Don't bother with iconv -- we'd have to 162 * Open an iconv handle to convert locale-dependent multibyte 165 if ((error = _citrus_iconv_open(&iconv, _PATH_ICONV, 192 * we can pass that through iconv to get a Unicode scalar 207 error = _citrus_iconv_convert(iconv, &src, &srcleft, &dst, &dstleft, 227 * XXX Is this necessary? Won't iconv take care of it for us? 254 _citrus_iconv_close(iconv);
|
| /src/external/gpl2/gettext/dist/gettext-runtime/m4/ |
| Makefile.am | 11 iconv.m4 \
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gdb_wchar.h | 24 Capable systems have the full suite: wchar_t support and iconv 37 Finally, some systems do not have iconv, or are really broken 40 a phony iconv which only handles a single character set, and we 45 #include <iconv.h> 81 Also, on version 14 macOS 'Sonoma', the implementation of iconv was 86 encoding to put in the wchar_t, the iconv implementation behaves as 125 also providing a phony iconv, we might as well just stick with
|