| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/inetutils/inetutils/ |
| H A D | inetutils-1.8-0003-wchar.patch | 9 lib/wchar.in.h | 3 +++ 12 diff --git a/lib/wchar.in.h b/lib/wchar.in.h 14 --- a/lib/wchar.in.h 15 +++ b/lib/wchar.in.h
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | uid_sys_stats.c | 44 u64 wchar; member 107 delta = io_curr->wchar + io_dead->wchar - io_last->wchar; in compute_io_bucket_stats() 108 io_bucket->wchar += delta > 0 ? delta : 0; in compute_io_bucket_stats() 115 io_last->wchar = io_curr->wchar; in compute_io_bucket_stats() 251 task_io_slot->wchar += task->ioac.wchar; in add_uid_tasks_io_stats() 279 task_entry->io[UID_STATE_FOREGROUND].wchar, in show_io_uid_tasks() 283 task_entry->io[UID_STATE_BACKGROUND].wchar, in show_io_uid_tasks() 462 io_slot->wchar += task->ioac.wchar; in add_uid_io_stats() 540 uid_entry->io[UID_STATE_FOREGROUND].wchar, in uid_io_show() 544 uid_entry->io[UID_STATE_BACKGROUND].wchar, in uid_io_show()
|
| /OK3568_Linux_fs/buildroot/package/popt/ |
| H A D | 0004-fix-build-without-wchar.patch | 4 Subject: [PATCH] fix build without wchar 6 Check for wchar.h and use HAVE_WCHAR_H instead of hardcoding 8 support wchar 27 +AC_CHECK_HEADERS([fnmatch.h glob.h langinfo.h libintl.h mcheck.h stdalign.h wchar.h]) 42 #include <wchar.h> /* for mbsrtowcs */
|
| H A D | 0005-fix-build-without-mbstate_t.patch | 7 without wchar by checking for the availability of wchar.h however some 8 toolchains have wchar.h but does not define mbstate_t and mbsrtowcs so 30 -AC_CHECK_HEADERS([fnmatch.h glob.h langinfo.h libintl.h mcheck.h stdalign.h wchar.h]) 54 #include <wchar.h> /* for mbsrtowcs */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/ |
| H A D | 0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch | 36 -BUILD_CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror \ 37 +BUILD_CFLAGS += -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror \ 41 -BUILD_CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -fwrapv \ 42 +BUILD_CFLAGS += -MD -fshort-wchar -fno-strict-aliasing -fwrapv \ 47 -BUILD_CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -fwrapv \ 48 +BUILD_CFLAGS += -MD -fshort-wchar -fno-strict-aliasing -fwrapv \
|
| /OK3568_Linux_fs/u-boot/lib/efi/ |
| H A D | Makefile | 12 CFLAGS_efi_stub.o := -fpic -fshort-wchar -DEFI_STUB 15 CFLAGS_efi.o := -fpic -fshort-wchar -DEFI_STUB
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | Makefile | 66 CFLAGS_reloc_ia32_efi.o += -fpic -fshort-wchar 70 CFLAGS_reloc_x86_64_efi.o += -fpic -fshort-wchar 73 AFLAGS_crt0_x86_64_efi.o += -fpic -fshort-wchar
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | task_io_accounting_ops.h | 97 dst->wchar += src->wchar; in task_chr_io_accounting_add()
|
| H A D | task_io_accounting.h | 17 u64 wchar; member
|
| /OK3568_Linux_fs/buildroot/package/atop/ |
| H A D | Config.in | 4 depends on BR2_USE_WCHAR # ncurses wchar 23 comment "atop needs a toolchain w/ wchar, headers >= 3.14"
|
| /OK3568_Linux_fs/buildroot/package/rsh-redone/ |
| H A D | Config.in | 24 comment "rlogind needs a uClibc or glibc toolchain w/ wchar, locale, dynamic library" 38 comment "rshd needs a toolchain w/ wchar, locale, dynamic library"
|
| /OK3568_Linux_fs/buildroot/package/openvmtools/ |
| H A D | Config.in | 27 # linux-pam needs locale and wchar, but we already have this 53 comment "openvmtools needs a glibc or musl toolchain w/ wchar, threads, locale"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/libsdl2/libsdl2/ |
| H A D | 0001-Disable-libunwind-in-native-OE-builds-by-not-looking.patch | 31 - strings.h wchar.h inttypes.h stdint.h ctype.h math.h iconv.h signal.h libunwind.h) 32 + strings.h wchar.h inttypes.h stdint.h ctype.h math.h iconv.h signal.h)
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/ |
| H A D | Config.in | 336 comment "flac needs a toolchain w/ wchar" 347 comment "gdkpixbuf needs a toolchain w/ wchar, threads" 374 comment "pulseaudio support needs a toolchain w/ threads, wchar, dynamic library" 387 comment "souphttpsrc needs a toolchain w/ wchar, threads" 404 comment "taglib needs a toolchain w/ C++, wchar"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | cwchar | 29 * This is the C++ version of the Standard C Library header @c wchar.h, 44 #include <wchar.h> 51 // assumes it is in wchar.h, regardless of wchar_t specializations. 67 // Get rid of those macros defined in <wchar.h> in lieu of real functions.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | cwchar | 29 * This is the C++ version of the Standard C Library header @c wchar.h, 44 #include <wchar.h> 51 // assumes it is in wchar.h, regardless of wchar_t specializations. 67 // Get rid of those macros defined in <wchar.h> in lieu of real functions.
|
| /OK3568_Linux_fs/kernel/fs/udf/ |
| H A D | unicode.c | 305 wchar_t wchar; in udf_name_to_CS0() local 307 len = conv_f(&str_i[i], str_len - i, &wchar); in udf_name_to_CS0() 309 uni_char = wchar; in udf_name_to_CS0()
|
| /OK3568_Linux_fs/buildroot/package/pinentry/ |
| H A D | Config.in | 63 comment "pinentry-gtk2 needs X and a toolchain w/ wchar, threads, C++, gcc >= 4.8" 85 comment "pinentry-qt5 needs a host gcc >= 5.0, and a toolchain w/ wchar, NPTL, gcc >= 5.0, C++, dyn…
|
| /OK3568_Linux_fs/buildroot/package/libcamera/ |
| H A D | Config.in | 126 comment "lc-compliance test application needs a toolchain w/ C++, wchar, threads, gcc >= 5" 133 comment "libcamera needs a toolchain w/ C++, threads, wchar, dynamic library, gcc >= 8"
|
| /OK3568_Linux_fs/buildroot/package/flac/ |
| H A D | Config.in | 9 comment "flac needs a toolchain w/ wchar"
|
| /OK3568_Linux_fs/buildroot/package/udftools/ |
| H A D | Config.in | 11 comment "udftools needs a toolchain w/ wchar"
|
| /OK3568_Linux_fs/buildroot/package/ell/ |
| H A D | Config.in | 11 comment "ell needs a toolchain w/ wchar, headers >= 4.12"
|
| /OK3568_Linux_fs/buildroot/package/libmatroska/ |
| H A D | Config.in | 12 comment "libmatroska needs a toolchain w/ C++, wchar"
|
| /OK3568_Linux_fs/buildroot/package/unrar/ |
| H A D | Config.in | 11 comment "unrar needs a toolchain w/ C++, wchar, threads"
|
| /OK3568_Linux_fs/buildroot/package/logrotate/ |
| H A D | Config.in | 11 comment "logrotate needs a toolchain w/ wchar"
|