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

  /src/external/gpl3/gcc/dist/libcpp/
charset.cc 71 /* Make certain that the uses of iconv(), iconv_open(), iconv_close()
74 #define iconv_open(x, y) (errno = EINVAL, (iconv_t)-1) macro
707 iconv_open() fails, issue an error and return an identity
750 ret.cd = iconv_open (to, from);
762 cpp_errno (pfile, CPP_DL_ERROR, "iconv_open");
  /src/external/gpl3/gdb.old/dist/gdb/
charset.c 93 #undef iconv_open
94 #define iconv_open phony_iconv_open
353 desc = iconv_open (target_wide_cset, host_cset);
359 desc = iconv_open (target_cset, host_cset);
482 m_desc = iconv_open (to, from);
604 m_desc = iconv_open (INTERMEDIATE_ENCODING, charset);
969 /* Check that the name is supported by iconv_open. */
970 desc = iconv_open (result.get (), host_charset ());
980 /* Check that the name is supported by iconv_open. */
981 desc = iconv_open (result.get (), host_charset ())
91 #undef iconv_open macro
92 #define iconv_open macro
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
charset.c 93 #undef iconv_open
94 #define iconv_open phony_iconv_open
353 desc = iconv_open (target_wide_cset, host_cset);
359 desc = iconv_open (target_cset, host_cset);
482 m_desc = iconv_open (to, from);
604 m_desc = iconv_open (INTERMEDIATE_ENCODING, charset);
969 /* Check that the name is supported by iconv_open. */
970 desc = iconv_open (result.get (), host_charset ());
980 /* Check that the name is supported by iconv_open. */
981 desc = iconv_open (result.get (), host_charset ())
91 #undef iconv_open macro
92 #define iconv_open macro
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
charset.cc 71 /* Make certain that the uses of iconv(), iconv_open(), iconv_close()
74 #define iconv_open(x, y) (errno = EINVAL, (iconv_t)-1) macro
631 iconv_open() fails, issue an error and return an identity
674 ret.cd = iconv_open (to, from);
686 cpp_errno (pfile, CPP_DL_ERROR, "iconv_open");
  /src/lib/libc/include/
namespace.h 453 #define iconv_open _iconv_open macro

Completed in 21 milliseconds