Home
last modified time | relevance | path

Searched refs:_BSD_SOURCE (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/buildroot/package/dt/
H A D0002-dt-default-source-define.patch4 _BSD_SOURCE was deprecated, hence switch to use _DEFAULT_SOURCE as well
16 -#elif defined(__GNUC__) && defined(_BSD_SOURCE) || defined(SCO) || defined(__QNXNTO__) || defined(…
17 +#elif defined(__GNUC__) && defined(_BSD_SOURCE) || defined (_DEFAULT_SOURCE) || defined(SCO) || d…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0002-wvrules.mk-Use-_DEFAULT_SOURCE.patch7 warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dutil.h5 #define _BSD_SOURCE 1 macro
/OK3568_Linux_fs/buildroot/package/uhttpd/
H A D0001-Remove-Werror.patch9 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
/OK3568_Linux_fs/buildroot/package/exim/
H A D0006-sieve-fix-build-errors.patch36 +#define _BSD_SOURCE
/OK3568_Linux_fs/buildroot/package/libsvgtiny/
H A D0002-Remove-Werror.patch18 error: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Dfeatures.h135 #if defined(_BSD_SOURCE) || defined(_SVID_SOURCE) || \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Dfeatures.h135 #if defined(_BSD_SOURCE) || defined(_SVID_SOURCE) || \
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/cracklib/cracklib/
H A D0001-packlib.c-support-dictionary-byte-order-dependent.patch37 +#ifndef _BSD_SOURCE
38 +#define _BSD_SOURCE /* See feature_test_macros(7) */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dfeatures.h185 #if (defined _BSD_SOURCE || defined _SVID_SOURCE) \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/zsync/zsync-curl/
H A Dfixes.patch30 - AC_DEFINE([_BSD_SOURCE],1, [Enable BSD extensions if present])
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dfeatures.h185 #if (defined _BSD_SOURCE || defined _SVID_SOURCE) \
/OK3568_Linux_fs/external/xserver/include/
H A Dxorg-server.h.in159 #undef _BSD_SOURCE
H A Dxorg-server.h.meson.in159 #mesondefine _BSD_SOURCE
/OK3568_Linux_fs/buildroot/package/mkpasswd/
H A Dmkpasswd.c26 #define _BSD_SOURCE macro
/OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c28 #define _BSD_SOURCE /* for endian.h */ macro
/OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c28 #define _BSD_SOURCE /* for endian.h */ macro
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-1.7.rst120 (e.g. the removal of the ``_BSD_SOURCE`` feature test macro).
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A Dpre-generated-old-configure.patch6324 + #define _BSD_SOURCE 1
/OK3568_Linux_fs/external/xserver/
H A DChangeLog8343 builds. The only missing defines left after this are _BSD_SOURCE,
168938 This keeps us from having to define _POSIX_C_SOURCE, _BSD_SOURCE, and