Searched defs:ICONV_CAST (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libuemf/
H A Duemf_utf.c49 on another funky system this code may need to be modified, or define ICONV_CAST
53 # define ICONV_CAST (const char **) macro
56 # define ICONV_CAST (const char **) macro
58 #if !defined(ICONV_CAST)
59 # define ICONV_CAST (char **) macro
60 #endif //ICONV_CAST
246 status = iconv(conv, ICONV_CAST &src2, &srclen, &dst, &dstlen);
288 status = iconv(conv, ICONV_CAST &src2, &srclen, &dst, &dstlen);
336 status = iconv(conv, ICONV_CAST &src2, &srclen, &dst, &dstlen);
378 status = iconv(conv, ICONV_CAST
[all...]
/inkscape/src/extension/internal/
H A Dtext_reassemble.h301 on another funky system this code may need to be modified, or define ICONV_CAST
305 #define ICONV_CAST (const char **) macro
307 #if !defined(ICONV_CAST)
308 #define ICONV_CAST (char **) macro
309 #endif //ICONV_CAST

Completed in 23 milliseconds