/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gsoap/gsoap/ |
H A D | 0001-Provide-strtod_l-signature-on-non-glibc-linux-musl-s.patch | 31 -#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 D | glibc238.patch | 2 _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 D | test-scandirat.c | 2 #ifndef _GNU_SOURCE 3 #define _GNU_SOURCE macro 13 #undef _GNU_SOURCE
|
H A D | test-sched_getcpu.c | 2 #ifndef _GNU_SOURCE 3 #define _GNU_SOURCE macro 12 #undef _GNU_SOURCE
|
H A D | test-gettid.c | 3 #define _GNU_SOURCE macro 11 #undef _GNU_SOURCE
|
H A D | test-setns.c | 2 #define _GNU_SOURCE macro 9 #undef _GNU_SOURCE
|
H A D | test-reallocarray.c | 2 #define _GNU_SOURCE macro 10 #undef _GNU_SOURCE
|
H A D | test-get_current_dir_name.c | 2 #define _GNU_SOURCE macro 11 #undef _GNU_SOURCE
|
H A D | test-libpython.c | 10 #undef _GNU_SOURCE
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/sthttpd/sthttpd/ |
H A D | 0001-Define-_GNU_SOURCE-if-HAVE_SIGSET-is-set.patch | 4 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 D | 0001-daemon-mxml-Define-_GNU_SOURCE.patch | 4 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 D | 0001-common-utils-Include-string.h-for-strcasestr.patch | 6 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 D | 0001-include-libgen.h-for-basename.patch | 27 #define _GNU_SOURCE 37 #define _GNU_SOURCE 49 #define _GNU_SOURCE
|
/openbmc/linux/tools/testing/selftests/exec/ |
H A D | load_address.c | 2 #ifndef _GNU_SOURCE 3 #define _GNU_SOURCE macro
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
H A D | 0005-Define-_GNU_SOURCE-to-get-PTHREAD_MUTEX_INITIALIZER.patch | 4 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 D | 0003-cli-Define-_GNU_SOURCE-for-getting-sighandler_t.patch | 4 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 D | 0005-Define-_GNU_SOURCE-to-get-PTHREAD_MUTEX_INITIALIZER.patch | 4 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 D | GNU_SOURCE-7.patch | 4 Subject: [PATCH] Define _GNU_SOURCE to get PTHREAD_MUTEX_INITIALIZER 26 +#define _GNU_SOURCE
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | test_FISTTP.c | 2 #undef _GNU_SOURCE 3 #define _GNU_SOURCE 1 macro
|
H A D | test_FCMOV.c | 2 #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 D | 0001-Mark-one-of-strerror_r-implementation-glibc-specific.patch | 24 -#if defined(__GNUC__) && defined(_GNU_SOURCE) && \ 25 +#if defined(__GNUC__) && defined(_GNU_SOURCE) && defined(__GLIBC__) && \
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | iter.c | 4 #ifndef _GNU_SOURCE 5 #define _GNU_SOURCE macro
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/ |
H A D | 0005-Use-posix-strerror_r-with-musl.patch | 27 - (!defined(_GNU_SOURCE)) 28 + (!defined(_GNU_SOURCE)) || (!defined(__GLIBC__))
|
/openbmc/linux/tools/lib/api/fs/ |
H A D | tracing_path.c | 2 #ifndef _GNU_SOURCE 3 # define _GNU_SOURCE macro
|
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | exec_target.c | 9 #define _GNU_SOURCE macro
|