Home
last modified time | relevance | path

Searched refs:iconv (Results 1 – 25 of 61) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A D0001-stdlib-Make-iconv-use-portable-across-glibc-musl.patch4 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 Dacdefine.patch18 + 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 Dmusl-utils.bb4 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 D0001-CMakeLists.txt-Remove-TRY_RUN-for-iconv.patch4 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 Dhddtemp-no-nls-support.patch10 +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 Dgmime_3.2.15.bb12 file://iconv-detect.h \
25 cp ${UNPACKDIR}/iconv-detect.h ${S}
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0005-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch24 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 Dtoybox_0.8.12.bb29 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 Dlibenca-003-iconv.patch23 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 Devolution-data-server.bb15 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 Dconfigure_fixes.patch12 -sinclude(build/apu-iconv.m4)
21 +#sinclude(build/apu-iconv.m4)
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/
H A Dlibtext-iconv-perl_1.7.bb1 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 D0010-iconv-fix-detection.patch4 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 Drsync_%.bbappend5 --disable-locale --disable-iconv \
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Dtclibc-musl.inc28 musl-utils-iconv \
/openbmc/openbmc/poky/meta/recipes-devtools/dosfstools/
H A Ddosfstools_4.2.bb20 EXTRA_OECONF = "--enable-compat-symlinks --without-iconv"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/enca/
H A Denca_1.19.bb13 file://libenca-003-iconv.patch \
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dbuildtools-extended-tarball.bb37 # gconvs needed for iconv to work in vim builds
/openbmc/qemu/ui/
H A Dcurses.c442 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 Dcommon-linux4 # the euc-jp tests in iconv.m4 break elfutils and libunistring depending on the
/openbmc/openbmc/poky/meta/recipes-extended/libarchive/
H A Dlibarchive_3.7.7.bb30 EXTRA_OECONF += "--enable-largefile --without-iconv"
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch21 +#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 Dcross-answers-aarch64.txt41 Checking errno of iconv for illegal multibyte sequence: NO
H A Dcross-answers-mips64el.txt41 Checking errno of iconv for illegal multibyte sequence: NO
H A Dcross-answers-powerpc.txt42 Checking errno of iconv for illegal multibyte sequence: NO

123