/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
H A D | 0001-stdlib-Make-iconv-use-portable-across-glibc-musl.patch | 4 Subject: [PATCH] stdlib: Make iconv use portable across glibc/musl 22 -/* Depending on which standard the iconv() was implemented with, 23 - iconv() may or may not use const char ** for the inbuf param. 39 - retCode = iconv(cd, (char **)inbuf, inbytesleft, outbuf, outbytesleft); 41 - retCode = iconv(cd, inbuf, inbytesleft, outbuf, outbytesleft); 43 + /* iconv's second parameter may or may not be `const char const *` depending on the 46 + const size_t retCode = iconv((iconv_t)((uintptr_t)cd), (void *)inbuf, inbytesleft, outbuf, outbyt…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/id3lib/id3lib/ |
H A D | acdefine.patch | 18 + AC_DEFINE(ID3LIB_ICONV_OLDSTYLE,[1],[Old iconv prototype definition in iconv.h]) 21 AC_MSG_CHECKING(whether to typecast in iconv) 27 + AC_DEFINE(ID3LIB_ICONV_CAST_OK,[1],[Accepting const char ** in iconv prototype]) 36 + AC_DEFINE(ID3LIB_ICONV_CAST_OK,[1],[Accepting const char ** in iconv prototype])
|
/openbmc/openbmc/poky/meta/recipes-core/musl/ |
H A D | musl-utils.bb | 4 SUMMARY = "getconf, getent and iconv implementations for musl" 22 PACKAGES =+ "${PN}-iconv" 24 FILES:${PN}-iconv = "${bindir}/iconv"
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/ |
H A D | 0001-CMakeLists.txt-Remove-TRY_RUN-for-iconv.patch | 4 Subject: [PATCH] CMakeLists.txt: Remove TRY_RUN for iconv 24 …message(FATAL_ERROR "You need to install a working iconv implementation, such as ftp://ftp.gnu.org… 30 - #include \"${CMAKE_SOURCE_DIR}/iconv-detect.c\"" _correct_iconv) 35 - message(FATAL_ERROR "You need to install a working iconv implementation, such as ftp://ftp.gnu.or…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
H A D | hddtemp-no-nls-support.patch | 10 +AC_CHECK_HEADERS(iconv.h) 18 +AC_CHECK_FUNCS([bindtextdomain textdomain iconv]) 47 #include <iconv.h>
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gmime/ |
H A D | gmime_3.2.15.bb | 12 file://iconv-detect.h \ 25 cp ${UNPACKDIR}/iconv-detect.h ${S}
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0005-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch | 24 iconv/gconv_conf.c | 2 +- 125 diff --git a/iconv/gconv_conf.c b/iconv/gconv_conf.c 127 --- a/iconv/gconv_conf.c 128 +++ b/iconv/gconv_conf.c
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/ |
H A D | toybox_0.8.12.bb | 29 PACKAGECONFIG ??= "no-iconv no-getconf" 31 PACKAGECONFIG[no-iconv] = ",," 72 if ${@bb.utils.contains('PACKAGECONFIG','no-iconv','true','false',d)}; then 73 sed -i -e '/iconv$/d' toybox.links
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/enca/enca/ |
H A D | libenca-003-iconv.patch | 23 dnl Use standard iconv test 28 dnl Compile iconvcap.c and run it to determine what encodings iconv actually
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/ |
H A D | evolution-data-server.bb | 15 file://0001-CMakeLists.txt-Remove-TRY_RUN-for-iconv.patch \ 20 file://iconv-detect.h \ 61 cp ${UNPACKDIR}/iconv-detect.h ${S}/src
|
/openbmc/openbmc/poky/meta/recipes-support/apr/apr-util/ |
H A D | configure_fixes.patch | 12 -sinclude(build/apu-iconv.m4) 21 +#sinclude(build/apu-iconv.m4)
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/ |
H A D | libtext-iconv-perl_1.7.bb | 1 SUMMARY = "Perl interface to iconv() codeset conversion function" 3 The Text::Iconv module provides a Perl interface to the iconv() \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
H A D | 0010-iconv-fix-detection.patch | 4 Subject: [PATCH 10/11] iconv: fix detection 26 dnl Check libc first if no path is provided in --with-iconv.
|
/openbmc/openbmc/meta-phosphor/recipes-devtools/rsync/ |
H A D | rsync_%.bbappend | 5 --disable-locale --disable-iconv \
|
/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | tclibc-musl.inc | 28 musl-utils-iconv \
|
/openbmc/openbmc/poky/meta/recipes-devtools/dosfstools/ |
H A D | dosfstools_4.2.bb | 20 EXTRA_OECONF = "--enable-compat-symlinks --without-iconv"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/enca/ |
H A D | enca_1.19.bb | 13 file://libenca-003-iconv.patch \
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | buildtools-extended-tarball.bb | 37 # gconvs needed for iconv to work in vim builds
|
/openbmc/qemu/ui/ |
H A D | curses.c | 442 if (iconv(conv, &puch, &such, &pmbch, &smbch) == (size_t) -1) { in convert_ucs() 475 if (iconv(conv, &pfch, &sfch, &pmbch, &smbch) == (size_t) -1) { in convert_font() 518 if (iconv(conv, &pmbch, &smbch, &puch, &such) == (size_t) -1) { in get_ucs()
|
/openbmc/openbmc/poky/meta/site/ |
H A D | common-linux | 4 # the euc-jp tests in iconv.m4 break elfutils and libunistring depending on the
|
/openbmc/openbmc/poky/meta/recipes-extended/libarchive/ |
H A D | libarchive_3.7.7.bb | 30 EXTRA_OECONF += "--enable-largefile --without-iconv"
|
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
H A D | 06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch | 21 +#include <iconv.h> 72 +/* Convert a string from one encoding to the current locale using iconv(). 110 + if(iconv(cd, &s, &slen, &d, &dlen) == (size_t)-1)
|
/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/ |
H A D | cross-answers-aarch64.txt | 41 Checking errno of iconv for illegal multibyte sequence: NO
|
H A D | cross-answers-mips64el.txt | 41 Checking errno of iconv for illegal multibyte sequence: NO
|
H A D | cross-answers-powerpc.txt | 42 Checking errno of iconv for illegal multibyte sequence: NO
|