| /OK3568_Linux_fs/buildroot/package/libwebsock/ |
| H A D | 0003-fix-incorrect-inline.patch | 1 utf: do not define decode() to be inline 3 Currently, decode() is prototyped in utf.h, its body is in utf.c and it 10 Furthermore, decode() uses a utf8d, which is a static defined in utf.c . 16 …E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c utf.c -fPIC -DPIC -o .libs/libwebsock_la-ut… 17 utf.c:36:12: warning: ‘utf8d’ is static but used in inline function ‘decode’ which is not static 20 utf.c:30:19: warning: ‘utf8d’ is static but used in inline function ‘decode’ which is not static 26 utf.h:25:17: warning: inline function ‘decode’ declared but never defined 43 diff -durN a/src/utf.c b/src/utf.c 44 --- a/src/utf.c 2014-07-15 01:43:20.000000000 +0200 45 +++ b/src/utf.c 2015-08-22 22:29:38.667393786 +0200 [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/locale/ |
| H A D | encoding_utf.hpp | 40 utf::code_point c; in utf_to_utf() 42 c=utf::utf_traits<CharIn>::template decode<CharIn const *>(begin,end); in utf_to_utf() 43 if(c==utf::illegal || c==utf::incomplete) { in utf_to_utf() 48 utf::utf_traits<CharOut>::template encode<inserter_type>(c,inserter); in utf_to_utf()
|
| H A D | utf.hpp | 20 namespace utf { namespace 429 return boost::locale::utf::incomplete; in decode() 432 return boost::locale::utf::illegal; in decode()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-pip/ |
| H A D | 0001-change-shebang-to-python3.patch | 33 # -*- coding: utf-8 -*- 43 # -*- coding: utf-8 -*- 53 # -*- coding: utf-8 -*- 63 # -*- coding: utf-8 -*- 73 # -*- coding: utf-8 -*- 83 # -*- coding: utf-8 -*- 93 # -*- coding: utf-8 -*- 103 # -*- coding: utf-8 -*- 113 # -*- coding: utf-8 -*-
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gtk-doc/files/ |
| H A D | 0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch | 34 # -*- python; coding: utf-8 -*- 64 # -*- python; coding: utf-8 -*- 74 # -*- python; coding: utf-8 -*- 84 # -*- python; coding: utf-8 -*- 94 # -*- python; coding: utf-8 -*-
|
| /OK3568_Linux_fs/buildroot/package/pcre/ |
| H A D | pcre.mk | 27 PCRE_CONF_OPTS += $(if $(BR2_PACKAGE_PCRE_UTF),--enable-utf,--disable-utf)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/serf/serf/ |
| H A D | 0004-Follow-up-to-r1811083-fix-building-with-scons-3.0.0-.patch | 7 * SConstruct: Append decode('utf-8) to FILE.get_contents() to avoid 26 + env.File('serf.h').get_contents().decode('utf-8'),
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-sqlparse/ |
| H A D | 0001-sqlparse-change-shebang-to-python3.patch | 53 + # -*- coding: utf-8 -*- 63 + # -*- coding: utf-8 -*- 73 + # -*- coding: utf-8 -*-
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/ |
| H A D | uninative-tarball.bb | 8 # utf-16, cp1252 - binutils-windres 14 nativesdk-glibc-gconv-utf-16 \
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5script/ |
| H A D | 0001-Detect-32-bits-armv8-a-architecture.patch | 2 From: =?utf-8?q?Ga=C3=ABl=20PORTAY?= <gael.portay@savoirfairelinux.com> 6 Content-Type: text/plain; charset=utf-8
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | kernel-yocto.bbclass | 501 …onfig', '{}'.format( d.getVar('B') + '/.config' ), '--blame', c], cwd=s, env=env ).decode('utf-8') 503 …atal( "config analysis failed when running '%s': %s" % (" ".join(e.cmd), e.output.decode('utf-8'))) 509 …ar('B') + '/.config' ), '--summary', '--extended', '--sanity', c], cwd=s, env=env ).decode('utf-8') 511 …atal( "config analysis failed when running '%s': %s" % (" ".join(e.cmd), e.output.decode('utf-8'))) 541 … kmeta = subprocess.check_output(['kgit', '--meta'], cwd=d.getVar('S')).decode('utf-8').rstrip() 551 …= subprocess.check_output(['scc', '--configs', '-o', s + '/.kernel-meta'], env=env).decode('utf-8') 553 bb.fatal( "Cannot gather config fragments for audit: %s" % e.output.decode("utf-8") ) 570 …rmat( d.getVar('B') + '/.config' ), '--mismatches', extra_params], cwd=s, env=env ).decode('utf-8') 572 …atal( "config analysis failed when running '%s': %s" % (" ".join(e.cmd), e.output.decode('utf-8'))) 592 ….format( d.getVar('B') + '/.config' ), '--invalid', extra_params], cwd=s, env=env ).decode('utf-8') [all …]
|
| H A D | report-error.bbclass | 15 with codecs.open(datafile, 'r', 'utf-8') as f: 24 with codecs.open(datafile, 'w', 'utf-8') as f: 83 with codecs.open(log, encoding='utf-8') as logFile:
|
| H A D | externalsrc.bbclass | 213 …'git', '-C', s_dir, 'rev-parse', '--git-dir'], stderr=subprocess.DEVNULL).decode("utf-8").rstrip()) 215 …d.getVar("TOPDIR"), 'rev-parse', '--git-dir'], stderr=subprocess.DEVNULL).decode("utf-8").rstrip()) 231 … git_sha1 = subprocess.check_output(['git', 'write-tree'], cwd=s_dir, env=env).decode("utf-8") 233 …t", "config", "--file", ".gitmodules", "--get-regexp", "path"], cwd=s_dir, env=env).decode("utf-8") 241 git_sha1 += stdout.decode("utf-8") 242 sha1 = hashlib.sha1(git_sha1.encode("utf-8")).hexdigest()
|
| H A D | waf.bbclass | 29 h.update(val.encode('utf-8')) 51 version = result.decode('utf-8').split()[1]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/ |
| H A D | glib.inc | 173 glibc-gconv-utf-16 \ 174 glibc-charmap-utf-8 \ 177 glibc-gconv-utf-32 \ 178 glibc-gconv-utf-7 \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-installer/ |
| H A D | interpreter.patch | 43 executable_bytes = executable.encode("utf-8") 55 - quoted = shlex.quote(executable).encode("utf-8")
|
| /OK3568_Linux_fs/external/xserver/debian/po/ |
| H A D | dz.po | 24 "Content-Type: text/plain; charset=utf-8\n" 28 "X-Poedit-SourceCharset: utf-8\n"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/ |
| H A D | 0002-run_program-support-timeout.patch | 62 - out = out.decode("utf-8") 89 + out = out.decode("utf-8")
|
| /OK3568_Linux_fs/buildroot/board/qemu/sparc64-sun4u/ |
| H A D | linux.config | 24 CONFIG_NLS_DEFAULT="utf-8"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hidapi/ |
| H A D | hidapi_git.bb | 10 RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-utf-16"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/links/files/ |
| H A D | links2.desktop | 14 # vi: encoding=utf-8
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-setuptools/ |
| H A D | 0001-change-shebang-to-python3.patch | 20 # -*- coding: utf-8 -*-
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/repo/repo/ |
| H A D | 0001-python3-shebang.patch | 22 # -*- coding:utf-8 -*-
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | sl811-hcd.c | 476 static int ascii2utf (char *s, u8 *utf, int utfmax) in ascii2utf() argument 481 *utf++ = *s++; in ascii2utf() 482 *utf++ = 0; in ascii2utf()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/nghttp2/nghttp2/ |
| H A D | 0001-fetch-ocsp-response-use-python3.patch | 22 # -*- coding: utf-8 -*-
|