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

  /src/include/
iconv.h 42 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 **,
  /src/external/gpl3/gdb.old/dist/gdb/
charset.c 91 #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) -1
89 #undef iconv_t macro
90 #define iconv_t macro
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
charset.c 91 #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) -1
89 #undef iconv_t macro
90 #define iconv_t macro
    [all...]
  /src/external/gpl3/gcc/dist/libcpp/
internal.h 33 typedef int iconv_t; /* dummy */ typedef
45 typedef bool (*convert_f) (iconv_t, const unsigned char *, size_t,
50 iconv_t cd;
  /src/external/gpl3/gcc.old/dist/libcpp/
internal.h 32 typedef int iconv_t; /* dummy */ typedef
44 typedef bool (*convert_f) (iconv_t, const unsigned char *, size_t,
49 iconv_t cd;

Completed in 113 milliseconds