Searched refs:iconv_t (Results 1 – 5 of 5) sorted by relevance
202 iconv_t iconv_fd = (iconv_t)-1; // descriptor for iconv() or -1 in readfile()928 if (iconv_fd != (iconv_t)-1) in readfile()932 iconv_fd = (iconv_t)-1; in readfile()1069 && iconv_fd == (iconv_t)-1 in readfile()1180 if (iconv_fd != (iconv_t)-1) in readfile()1403 || iconv_fd != (iconv_t)-1 in readfile()1430 || iconv_fd != (iconv_t)-1 in readfile()1442 if (iconv_fd != (iconv_t)-1) in readfile()1445 iconv_fd = (iconv_t)-1; in readfile()1527 if (iconv_fd != (iconv_t)-1) in readfile()[all …]
44 iconv_t bw_iconv_fd; // descriptor for iconv() or -1417 if (ip->bw_iconv_fd != (iconv_t)-1) in buf_write_bytes()726 write_info.bw_iconv_fd = (iconv_t)-1; in buf_write()1726 write_info.bw_iconv_fd = (iconv_t)my_iconv_open(fenc, in buf_write()1728 if (write_info.bw_iconv_fd != (iconv_t)-1) in buf_write()1760 && write_info.bw_iconv_fd == (iconv_t)-1 in buf_write()2511 if (write_info.bw_iconv_fd != (iconv_t)-1) in buf_write()2514 write_info.bw_iconv_fd = (iconv_t)-1; in buf_write()
4701 iconv_t fd; in my_iconv_open()4719 if (fd != (iconv_t)-1 && iconv_ok == -1) in my_iconv_open()4735 fd = (iconv_t)-1; in my_iconv_open()5038 if (vcp->vc_type == CONV_ICONV && vcp->vc_fd != (iconv_t)-1) in convert_setup_ext()5117 vcp->vc_fd = (iconv_t)my_iconv_open( in convert_setup_ext()5120 if (vcp->vc_fd != (iconv_t)-1) in convert_setup_ext()
1054 EXTERN size_t (*iconv) (iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t …1055 EXTERN iconv_t (*iconv_open) (const char *tocode, const char *fromcode);1056 EXTERN int (*iconv_close) (iconv_t cd);1057 EXTERN int (*iconvctl) (iconv_t cd, int request, void *argument);
1150 typedef struct _iconv_t *iconv_t; typedef1154 typedef void *iconv_t; typedef1200 iconv_t vc_fd; // for CONV_ICONV