Searched refs:iconv_t (Results 1 - 25 of 103) sorted by relevance

12345

/netbsd-current/include/
H A Diconv.h42 typedef struct __tag_iconv_t *iconv_t; typedef in typeref:struct:__tag_iconv_t
45 iconv_t iconv_open(const char *, const char *);
46 size_t iconv(iconv_t, char ** __restrict,
49 int iconv_close(iconv_t);
55 size_t __iconv(iconv_t, char **, size_t *, char **,
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Diconv.d40 alias void* iconv_t;
44 iconv_t iconv_open (const scope char* tocode, const scope char* fromcode);
49 size_t iconv (iconv_t cd, const scope char** inbuf,
57 int iconvctl (iconv_t cd, int request, void* argument);
60 int iconv_close (iconv_t cd);
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dstriconv.h44 extern int mem_cd_iconv (const char *src, size_t srclen, iconv_t cd,
55 extern char * str_cd_iconv (const char *src, iconv_t cd);
H A Dxstriconv.h45 extern int xmem_cd_iconv (const char *src, size_t srclen, iconv_t cd,
57 extern char * xstr_cd_iconv (const char *src, iconv_t cd);
H A Dxstriconv.c33 xmem_cd_iconv (const char *src, size_t srclen, iconv_t cd,
44 xstr_cd_iconv (const char *src, iconv_t cd)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstriconv.h44 extern int mem_cd_iconv (const char *src, size_t srclen, iconv_t cd,
55 extern char * str_cd_iconv (const char *src, iconv_t cd);
H A Dxstriconv.h45 extern int xmem_cd_iconv (const char *src, size_t srclen, iconv_t cd,
57 extern char * xstr_cd_iconv (const char *src, iconv_t cd);
H A Dxstriconv.c33 xmem_cd_iconv (const char *src, size_t srclen, iconv_t cd,
44 xstr_cd_iconv (const char *src, iconv_t cd)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dstriconv.h44 extern int mem_cd_iconv (const char *src, size_t srclen, iconv_t cd,
55 extern char * str_cd_iconv (const char *src, iconv_t cd);
H A Dxstriconv.h45 extern int xmem_cd_iconv (const char *src, size_t srclen, iconv_t cd,
57 extern char * xstr_cd_iconv (const char *src, iconv_t cd);
H A Dxstriconv.c33 xmem_cd_iconv (const char *src, size_t srclen, iconv_t cd,
44 xstr_cd_iconv (const char *src, iconv_t cd)
/netbsd-current/lib/libc/iconv/
H A Diconv.c55 #define ISBADF(_h_) (!(_h_) || (_h_) == (iconv_t)-1)
58 iconv_t
67 return ((iconv_t)-1);
70 return ((iconv_t)(void *)handle);
74 iconv_close(iconv_t handle)
87 iconv(iconv_t handle, char **in, size_t *szin, char **out, size_t *szout)
109 __iconv(iconv_t handle, char **in, size_t *szin, char **out,
/netbsd-current/usr.bin/mail/
H A Dmime_codecs.h40 size_t mime_iconv(iconv_t, const char **, size_t *, char **, size_t *);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgl-iconv.h47 extern char *convert_string (iconv_t cd, const char *string,
H A Dmsgl-iconv.c78 convert_string (iconv_t cd, const char *string,
97 convert_string_list (iconv_t cd, string_list_ty *slp,
108 convert_prev_msgid (iconv_t cd, message_ty *mp,
120 convert_msgid (iconv_t cd, message_ty *mp,
131 convert_msgstr (iconv_t cd, message_ty *mp,
272 iconv_t cd;
278 cd = (iconv_t)(-1);
282 if (cd == (iconv_t)(-1))
358 iconvable_string (iconv_t cd, const char *string)
376 iconvable_string_list (iconv_t c
[all...]
H A Dpo-charset.h72 extern DLL_VARIABLE iconv_t po_lex_iconv;
H A Dpo-charset.c440 iconv_t po_lex_iconv;
451 po_lex_iconv = (iconv_t)(-1);
506 if (po_lex_iconv != (iconv_t)(-1))
522 po_lex_iconv = (iconv_t)(-1);
533 po_lex_iconv = (iconv_t)(-1);
545 po_lex_iconv = (iconv_t)(-1);
549 if (po_lex_iconv == (iconv_t)(-1))
655 if (po_lex_iconv != (iconv_t)(-1))
658 po_lex_iconv = (iconv_t)(-1);
H A Drecode-sr-latin.c260 iconv_t conv_to_utf8 = (iconv_t)(-1);
261 iconv_t conv_from_utf8 = (iconv_t)(-1);
283 if (conv_to_utf8 == (iconv_t)(-1))
288 if (conv_from_utf8 == (iconv_t)(-1))
/netbsd-current/external/bsd/nvi/dist/common/
H A Dconv.c123 iconv_t id = (iconv_t)-1;
134 if (id == (iconv_t)-1)
157 if (id != (iconv_t)-1 && j == len && left) {
166 if (id != (iconv_t)-1)
176 if (id != (iconv_t)-1)
265 iconv_t id = (iconv_t)-1;
301 if (id == (iconv_t)-1)
316 if (id != (iconv_t)
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcharset.c91 #undef iconv_t
92 #define iconv_t int
108 static iconv_t
127 phony_iconv_close (iconv_t arg)
133 phony_iconv (iconv_t utf_flag, const char **inbuf, size_t *inbytesleft,
201 gdb_iconv (iconv_t utf_flag, ICONV_CONST char **inbuf, size_t *inbytesleft,
345 iconv_t desc;
354 if (desc == (iconv_t) -1)
360 if (desc == (iconv_t) -1)
497 if (m_desc == (iconv_t)
89 #undef iconv_t macro
90 #define iconv_t macro
[all...]
H A Dcharset.h135 iconv_t m_desc;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcharset.c91 #undef iconv_t
92 #define iconv_t int
108 static iconv_t
127 phony_iconv_close (iconv_t arg)
133 phony_iconv (iconv_t utf_flag, const char **inbuf, size_t *inbytesleft,
201 gdb_iconv (iconv_t utf_flag, ICONV_CONST char **inbuf, size_t *inbytesleft,
345 iconv_t desc;
354 if (desc == (iconv_t) -1)
360 if (desc == (iconv_t) -1)
483 if (m_desc == (iconv_t)
89 #undef iconv_t macro
90 #define iconv_t macro
[all...]
H A Dcharset.h135 iconv_t m_desc;
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dcharset.c74 #define iconv_open(x, y) (errno = EINVAL, (iconv_t)-1)
263 int (*)(iconv_t bigend, const uchar **inbufp, size_t *inbytesleftp,
266 BIGEND must have the value 0 or 1, coerced to (iconv_t); it is
279 one_utf8_to_utf32 (iconv_t bigend, const uchar **inbufp, size_t *inbytesleftp,
306 one_utf32_to_utf8 (iconv_t bigend, const uchar **inbufp, size_t *inbytesleftp,
336 one_utf8_to_utf16 (iconv_t bigend, const uchar **inbufp, size_t *inbytesleftp,
399 one_utf16_to_utf8 (iconv_t bigend, const uchar **inbufp, size_t *inbytesleftp,
454 conversion_loop (int (*const one_conversion)(iconv_t, const uchar **, size_t *,
456 iconv_t cd, const uchar *from, size_t flen, struct _cpp_strbuf *to)
497 bool (*)(iconv_t c
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dnumeric_members.cc58 iconv_t cd = iconv_open("ASCII//TRANSLIT", codeset);
59 if (cd != (iconv_t)-1)
71 if (cd != (iconv_t)-1)

Completed in 245 milliseconds

12345