HomeSort by: relevance | last modified time | path
    Searched defs:iconv (Results 1 - 5 of 5) sorted by relevancy

  /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 in typeref:typename:size_t
  /src/lib/libc/locale/
mbrtoc32.c 105 struct _citrus_iconv *iconv = NULL; local in function:mbrtoc32_l
152 * definition. Don't bother with iconv -- we'd have to
161 * Open an iconv handle to convert locale-dependent multibyte
164 if ((error = _citrus_iconv_open(&iconv, _PATH_ICONV,
191 * we can pass that through iconv to get a Unicode scalar
206 error = _citrus_iconv_convert(iconv, &src, &srcleft, &dst, &dstleft,
226 * XXX Is this necessary? Won't iconv take care of it for us?
253 _citrus_iconv_close(iconv);
c32rtomb.c 93 struct _citrus_iconv *iconv = NULL; local in function:c32rtomb_l
139 * XXX Is this necessary? Won't iconv take care of it for us?
148 * Open an iconv handle to convert UTF-32LE to locale-dependent
151 if ((error = _citrus_iconv_open(&iconv, _PATH_ICONV, "utf-32le",
166 error = _citrus_iconv_convert(iconv, &src, &srcleft, &dst, &dstleft,
225 _citrus_iconv_close(iconv);
  /src/sys/arch/hp300/dev/
dcm.c 224 #define hp2dce_in(ibits) (iconv[(ibits) & 0xf])
225 static const char iconv[16] = { variable in typeref:typename:const char[16]
  /src/lib/libc/include/
namespace.h 452 #define iconv _iconv macro

Completed in 15 milliseconds