Home
last modified time | relevance | path

Searched refs:_GNU_SOURCE (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gsoap/gsoap/
H A D0001-Provide-strtod_l-signature-on-non-glibc-linux-musl-s.patch31 -#elif (!defined(_GNU_SOURCE) || (!(~_GNU_SOURCE+1) && !defined(_POSIX_C_SOURCE) && !defined(_XOPEN…
32 +#elif (!defined(__GLIBC__) || (!(~_GNU_SOURCE+1) && !defined(_POSIX_C_SOURCE) && !defined(_XOPEN_S…
40 -#elif (!defined(_GNU_SOURCE) || (!(~_GNU_SOURCE+1) && !defined(_POSIX_C_SOURCE) && !defined(_XOPEN…
41 +#elif (!defined(__GLIBC__) || (!(~_GNU_SOURCE+1) && !defined(_POSIX_C_SOURCE) && !defined(_XOPEN_S…
49 -# if !defined(_GNU_SOURCE) || (!(~_GNU_SOURCE+1) && ((!defined(_POSIX_C_SOURCE) && !defined(_XOPE…
50 +# if !defined(__GLIBC__) || (!(~_GNU_SOURCE+1) && ((!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_…
72 -#elif (!defined(_GNU_SOURCE) || (!(~_GNU_SOURCE+1) && !defined(_POSIX_C_SOURCE) && !defined(_XOPEN…
73 +#elif (!defined(__GLIBC__) || (!(~_GNU_SOURCE+1) && !defined(_POSIX_C_SOURCE) && !defined(_XOPEN_S…
81 -# if !defined(_GNU_SOURCE) || (!(~_GNU_SOURCE+1) && ((!defined(_POSIX_C_SOURCE) && !defined(_XOPE…
82 +# if !defined(__GLIBC__) || (!(~_GNU_SOURCE+1) && ((!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_…
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/
H A Dglibc238.patch2 _GNU_SOURCE but we have to set that for other definitions. Therefore play with defines
4 rather than _GNU_SOURCE.
17 + * _GNU_SOURCE but we have to set that for other definitions. Therefore play with defines
38 #define _GNU_SOURCE
40 + * _GNU_SOURCE but we have to set that for other definitions. Therefore play with defines
61 -#define _GNU_SOURCE
/openbmc/linux/tools/build/feature/
H A Dtest-scandirat.c2 #ifndef _GNU_SOURCE
3 #define _GNU_SOURCE macro
13 #undef _GNU_SOURCE
H A Dtest-sched_getcpu.c2 #ifndef _GNU_SOURCE
3 #define _GNU_SOURCE macro
12 #undef _GNU_SOURCE
H A Dtest-gettid.c3 #define _GNU_SOURCE macro
11 #undef _GNU_SOURCE
H A Dtest-setns.c2 #define _GNU_SOURCE macro
9 #undef _GNU_SOURCE
H A Dtest-reallocarray.c2 #define _GNU_SOURCE macro
10 #undef _GNU_SOURCE
H A Dtest-get_current_dir_name.c2 #define _GNU_SOURCE macro
11 #undef _GNU_SOURCE
H A Dtest-libpython.c10 #undef _GNU_SOURCE
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/sthttpd/sthttpd/
H A D0001-Define-_GNU_SOURCE-if-HAVE_SIGSET-is-set.patch4 Subject: [PATCH] Define _GNU_SOURCE if HAVE_SIGSET is set
6 This enforces using sigset() API which needs _GNU_SOURCE macro to be
28 +#define _GNU_SOURCE
43 +#define _GNU_SOURCE
/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/gator-daemon/gator-daemon/
H A D0001-daemon-mxml-Define-_GNU_SOURCE.patch4 Subject: [PATCH] daemon/mxml: Define _GNU_SOURCE
6 This file uses vasprintf() which is defined only with _GNU_SOURCE
24 +#define _GNU_SOURCE
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D0001-common-utils-Include-string.h-for-strcasestr.patch6 Also define _GNU_SOURCE for the same
17 +#define _GNU_SOURCE
35 +#define _GNU_SOURCE
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/rdma-core/rdma-core/
H A D0001-include-libgen.h-for-basename.patch27 #define _GNU_SOURCE
37 #define _GNU_SOURCE
49 #define _GNU_SOURCE
/openbmc/linux/tools/testing/selftests/exec/
H A Dload_address.c2 #ifndef _GNU_SOURCE
3 #define _GNU_SOURCE macro
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A D0005-Define-_GNU_SOURCE-to-get-PTHREAD_MUTEX_INITIALIZER.patch4 Subject: [PATCH] Define _GNU_SOURCE to get PTHREAD_MUTEX_INITIALIZER
26 +#define _GNU_SOURCE
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A D0003-cli-Define-_GNU_SOURCE-for-getting-sighandler_t.patch4 Subject: [PATCH 3/4] cli: Define _GNU_SOURCE for getting sighandler_t
22 +#define _GNU_SOURCE
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/
H A D0005-Define-_GNU_SOURCE-to-get-PTHREAD_MUTEX_INITIALIZER.patch4 Subject: [PATCH] Define _GNU_SOURCE to get PTHREAD_MUTEX_INITIALIZER
26 +#define _GNU_SOURCE
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/
H A DGNU_SOURCE-7.patch4 Subject: [PATCH] Define _GNU_SOURCE to get PTHREAD_MUTEX_INITIALIZER
26 +#define _GNU_SOURCE
/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_FISTTP.c2 #undef _GNU_SOURCE
3 #define _GNU_SOURCE 1 macro
H A Dtest_FCMOV.c2 #undef _GNU_SOURCE
3 #define _GNU_SOURCE 1 macro
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0001-Mark-one-of-strerror_r-implementation-glibc-specific.patch24 -#if defined(__GNUC__) && defined(_GNU_SOURCE) && \
25 +#if defined(__GNUC__) && defined(_GNU_SOURCE) && defined(__GLIBC__) && \
/openbmc/linux/tools/bpf/bpftool/
H A Diter.c4 #ifndef _GNU_SOURCE
5 #define _GNU_SOURCE macro
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/
H A D0005-Use-posix-strerror_r-with-musl.patch27 - (!defined(_GNU_SOURCE))
28 + (!defined(_GNU_SOURCE)) || (!defined(__GLIBC__))
/openbmc/linux/tools/lib/api/fs/
H A Dtracing_path.c2 #ifndef _GNU_SOURCE
3 # define _GNU_SOURCE macro
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dexec_target.c9 #define _GNU_SOURCE macro

12345678910>>...21