Home
last modified time | relevance | path

Searched refs:ICONV_CONST (Results 1 – 16 of 16) sorted by relevance

/third_party/libxml2/win32/VC10/
Dconfig.h25 #ifndef ICONV_CONST
26 #define ICONV_CONST const macro
/third_party/libxml2/include/
Dwin32config.h26 #ifndef ICONV_CONST
27 #define ICONV_CONST const macro
Dconfig.h231 #define ICONV_CONST macro
/third_party/pulseaudio/src/pulse/
Dutf8.c193 ICONV_CONST char *inbuf; in iconv_simple()
209 inbuf = (ICONV_CONST char*) str; /* Brain dead prototype for iconv() */ in iconv_simple()
/third_party/libexif/
Dconfig.h52 #define ICONV_CONST macro
/third_party/cups-filters/
Dconfig.h71 #define ICONV_CONST macro
/third_party/pulseaudio/include/
Dconfig.h242 #define ICONV_CONST macro
/third_party/libxml2/
Dconfig.h.cmake.in202 #define ICONV_CONST @ICONV_CONST@
DCMakeLists.txt237 set(ICONV_CONST "const") variable
Dencoding.c1834 ret = iconv(cd, (ICONV_CONST char **) &icv_in, &icv_inlen, &icv_out, &icv_outlen); in xmlIconvWrapper()
Dconfigure.ac1451 AC_DEFINE_UNQUOTED(ICONV_CONST, $xml_cv_iconv_arg2, definition
/third_party/libxml2/vms/
Dconfig.vms17 #define ICONV_CONST
/third_party/libxml2/os400/
Dos400config.h.in207 #define ICONV_CONST macro
/third_party/pulseaudio/
Dmeson.build406 cdata.set('ICONV_CONST', '')
408 cdata.set('ICONV_CONST', 'const')
/third_party/e2fsprogs/
D1002-add-header-file-to-musl-compile-mk2efs.patch946 +#define ICONV_CONST
/third_party/chromium/patch/
D0001-cve.patch73723 -/* #undef ICONV_CONST */
74070 -/* #undef ICONV_CONST */
74375 - set(ICONV_CONST "const")
75392 - * include/win32config.h: add ICONV_CONST define for win32 build
99809 -#define ICONV_CONST @ICONV_CONST@
100002 -#undef ICONV_CONST
100700 - AC_DEFINE_UNQUOTED(ICONV_CONST, $xml_cv_iconv_arg2,
118887 - ret = iconv(cd, (ICONV_CONST char **) &icv_in, &icv_inlen, &icv_out, &icv_outlen);
122581 -#ifndef ICONV_CONST
122582 -#define ICONV_CONST const
[all …]