/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 **,
|
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 **,
|
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 **,
|