/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/boinc/boinc-client/ |
H A D | 0001-Do-not-undefine-_FILE_OFFSET_BITS.patch | 4 Subject: [PATCH] Do not undefine _FILE_OFFSET_BITS 25 -// Somehow having config.h define _FILE_OFFSET_BITS or _LARGE_FILES is 30 -#undef _FILE_OFFSET_BITS 48 -// so undefine _FILE_OFFSET_BITS and _LARGE_FILES. 50 -#undef _FILE_OFFSET_BITS
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/dracut/dracut/ |
H A D | 0001-install-Do-not-undef-_FILE_OFFSET_BITS.patch | 4 Subject: [PATCH] install: Do not undef _FILE_OFFSET_BITS 6 _FILE_OFFSET_BITS is a feature test macro to determine largefile 26 -#undef _FILE_OFFSET_BITS
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/ |
H A D | 0001-restripe.c-Use-_FILE_OFFSET_BITS-to-enable-largefile.patch | 4 Subject: [PATCH] restripe.c: Use _FILE_OFFSET_BITS to enable largefile support 7 the feature macro _FILE_OFFSET_BITS = 64 and let the C library deal with 27 +#define _FILE_OFFSET_BITS 64 71 +#define _FILE_OFFSET_BITS 64 120 +#define _FILE_OFFSET_BITS 64
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools/ |
H A D | 0002-f2fs_io-Define-_FILE_OFFSET_BITS-64.patch | 4 Subject: [PATCH] f2fs_io: Define _FILE_OFFSET_BITS=64 6 Remove _LARGEFILE64_SOURCE, this is redundant when _FILE_OFFSET_BITS=64 25 +#ifndef _FILE_OFFSET_BITS 26 +#define _FILE_OFFSET_BITS 64 179 +#ifndef _FILE_OFFSET_BITS 180 +#define _FILE_OFFSET_BITS 64
|
/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | time64.inc | 24 # pipewire-v4l2 explicitly sets _FILE_OFFSET_BITS=32 to get access to 29 # undefines _FILE_OFFSET_BITS, which wont work when _TIME_BITS=64 is set 32 # Undefines _FILE_OFFSET_BITS on purpose in
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/f2fs-tools/ |
H A D | f2fs-tools_1.16.0.bb | 12 file://0002-f2fs_io-Define-_FILE_OFFSET_BITS-64.patch \
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | 0015-vmcore-dmesg-fix-warning.patch | 23 #define _FILE_OFFSET_BITS 64
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-scrypt/ |
H A D | 0001-py-scrypt-remove-the-hard-coded-include-paths.patch | 18 ('_FILE_OFFSET_BITS', '64'),
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/inotify-tools/inotify-tools/ |
H A D | 0002-configure-Add-AC_SYS_LARGEFILE-autoconf-macro.patch | 6 This will define _FILE_OFFSET_BITS to be 64 if off_t is 64bit
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/ |
H A D | 0001-Use-correct-printf-format-for-__fsblkcnt_t.patch | 24 +#if (_FILE_OFFSET_BITS == 64 || __TIMESIZE == 64) && __WORDSIZE == 32
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatresize/fatresize/ |
H A D | 0001-configure-Do-not-add-D_FILE_OFFSET_BITS-to-CFLAGS.patch | 7 _FILE_OFFSET_BITS in generated config.h which is already included as
|
/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/ |
H A D | 0002-tests-Replace-off64_t-with-off_t.patch | 6 when _FILE_OFFSET_BITS=64 then off_t is 64bit wide, this also fixes
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/dracut/ |
H A D | dracut_056.bb | 14 file://0001-install-Do-not-undef-_FILE_OFFSET_BITS.patch \
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/ |
H A D | libcamera_0.2.0.bb | 76 # libcamera-v4l2 explicitly sets _FILE_OFFSET_BITS=32 to get access to
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/v4l2apps/ |
H A D | v4l-utils_1.26.1.bb | 16 # v4l2 explicitly sets _FILE_OFFSET_BITS=32 to get access to
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/boinc/ |
H A D | boinc-client_7.20.5.bb | 37 file://0001-Do-not-undefine-_FILE_OFFSET_BITS.patch \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/ |
H A D | netperf_git.bb | 29 # set the "_FILE_OFFSET_BITS" preprocessor symbol to 64 to support files
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/ |
H A D | mdadm_4.3.bb | 23 file://0001-restripe.c-Use-_FILE_OFFSET_BITS-to-enable-largefile.patch \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libidn/libidn/ |
H A D | 0001-largefile.m4-Sync-with-latest-gnulib.patch | 305 + [AC_DEFINE([_FILE_OFFSET_BITS], [64], 367 - _AC_SYS_LARGEFILE_MACRO_VALUE(_FILE_OFFSET_BITS, 64,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/ |
H A D | 0001-Riscv-Add-risc-v-Android-config-header.patch | 174 +#define _FILE_OFFSET_BITS 64
|
/openbmc/qemu/tests/ |
H A D | vhost-user-bridge.c | 30 #define _FILE_OFFSET_BITS 64 macro
|
/openbmc/linux/tools/mm/ |
H A D | page-types.c | 10 #define _FILE_OFFSET_BITS 64 macro
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | zlib-off64_t.patch | 1 Do not undefine _FILE_OFFSET_BITS when 20 -# ifdef _FILE_OFFSET_BITS 21 -# undef _FILE_OFFSET_BITS
|
/openbmc/ |
H A D | opengrok2.0.log | 34191 …a-filesystems/recipes-utils/f2fs-tools/f2fs-tools/0002-f2fs_io-Define-_FILE_OFFSET_BITS-64.patch.gz
|
H A D | opengrok1.0.log | 34715 …a-filesystems/recipes-utils/f2fs-tools/f2fs-tools/0002-f2fs_io-Define-_FILE_OFFSET_BITS-64.patch.gz
|