Lines Matching defs:iconv
68 GDB simply requires a capable iconv function. Users on platforms
69 without a suitable iconv can use the GNU iconv library. */
77 /* Provide a phony iconv that does as little as possible. Also,
95 #undef iconv
96 #define iconv phony_iconv
106 0 otherwise. This is used as a flag in calls to iconv. */
196 /* On systems that don't have EILSEQ, GNU iconv's iconv.h defines it
206 ret = iconv (utf_flag, inbuf, inbytesleft, outbuf, outbytesleft);
212 #undef iconv
213 #define iconv gdb_iconv
495 return iconv (m_desc, inp, inleft, outp, outleft);
624 a single character. The reason for this is that iconv does not
637 size_t r = iconv (m_desc, &inptr, &m_bytes, &outptr, &out_avail);
769 /* Return non-zero if LINE (output from iconv) should be ignored.
770 Older iconv programs (e.g. 2.2.2) include the human readable
815 child = pex_init (PEX_USE_PIPES, "iconv", NULL);
822 = concat (iconv_dir.c_str(), SLASH_STRING, "iconv", (char *) NULL);
825 iconv_program = xstrdup ("iconv");
842 /* POSIX says that iconv -l uses an unspecified format. We
1013 /* Solaris will return `646' here -- but the Solaris iconv then does