| /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/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/lib/libnlspr/ |
| Makefile | 43 msgl-iconv.c \ 91 COPTS.msgl-iconv.c = -Wno-stack-protector
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| charset.cc | 67 system library's iconv() primitive to do charset conversion 71 /* Make certain that the uses of iconv(), iconv_open(), iconv_close() 75 #define iconv(a,b,c,d,e) (errno = EINVAL, (size_t)-1) macro 105 line, even if iconv quadruples its size (e.g. conversion from 110 logic. This is because a depressing number of systems lack iconv, 111 or have have iconv libraries that do not do these conversions, so 272 do for iconv. 567 name plus the iconv descriptor CD (which may be fake), and the 624 /* And this one uses the system iconv primitive. It's a little 625 different, since iconv's interface is a little different. * [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| charset.c | 68 GDB simply requires a capable iconv function. Users on platforms 69 without a suitable iconv can use the GNU iconv library. */ 77 /* Provide a phony iconv that does as little as possible. Also, 95 #undef iconv 96 #define iconv phony_iconv 106 0 otherwise. This is used as a flag in calls to iconv. */ 196 /* On systems that don't have EILSEQ, GNU iconv's iconv.h defines it 206 ret = iconv (utf_flag, inbuf, inbytesleft, outbuf, outbytesleft) 93 #undef iconv macro 94 #define iconv macro 210 #undef iconv macro 211 #define iconv macro [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| charset.c | 68 GDB simply requires a capable iconv function. Users on platforms 69 without a suitable iconv can use the GNU iconv library. */ 77 /* Provide a phony iconv that does as little as possible. Also, 95 #undef iconv 96 #define iconv phony_iconv 106 0 otherwise. This is used as a flag in calls to iconv. */ 196 /* On systems that don't have EILSEQ, GNU iconv's iconv.h defines it 206 ret = iconv (utf_flag, inbuf, inbytesleft, outbuf, outbytesleft) 93 #undef iconv macro 94 #define iconv macro 210 #undef iconv macro 211 #define iconv macro [all...] |
| /src/sys/arch/hp300/dev/ |
| dcm.c | 224 #define hp2dce_in(ibits) (iconv[(ibits) & 0xf]) 225 static const char iconv[16] = { variable
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| charset.cc | 67 system library's iconv() primitive to do charset conversion 71 /* Make certain that the uses of iconv(), iconv_open(), iconv_close() 75 #define iconv(a,b,c,d,e) (errno = EINVAL, (size_t)-1) macro 105 line, even if iconv quadruples its size (e.g. conversion from 110 logic. This is because a depressing number of systems lack iconv, 111 or have have iconv libraries that do not do these conversions, so 272 do for iconv. 500 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's interface is a little different. * [all...] |
| /src/lib/libc/include/ |
| namespace.h | 452 #define iconv _iconv macro
|