Home
last modified time | relevance | path

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

12345678910>>...16

/OK3568_Linux_fs/kernel/tools/build/feature/
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
H A Dtest-file-handle.c1 #define _GNU_SOURCE macro
/OK3568_Linux_fs/buildroot/package/dieharder/
H A D0003-Add-_GNU_SOURCE-for-uint-and-M_PI-with-musl-libc.patch4 Subject: [PATCH] Add _GNU_SOURCE for uint and M_PI with musl libc
6 When building with musl libc _GNU_SOURCE need to be defined
22 +#define _GNU_SOURCE 1
/OK3568_Linux_fs/external/xserver/os/
H A Dbacktrace.c38 #ifndef _GNU_SOURCE
39 #define _GNU_SOURCE macro
112 #ifndef _GNU_SOURCE
113 #define _GNU_SOURCE macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Dfeatures.h109 #ifndef _GNU_SOURCE
110 #define _GNU_SOURCE macro
116 #ifdef _GNU_SOURCE
266 #ifdef _GNU_SOURCE
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Dfeatures.h109 #ifndef _GNU_SOURCE
110 #define _GNU_SOURCE macro
116 #ifdef _GNU_SOURCE
266 #ifdef _GNU_SOURCE
/OK3568_Linux_fs/kernel/tools/testing/selftests/exec/
H A Dload_address.c2 #ifndef _GNU_SOURCE
3 #define _GNU_SOURCE macro
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis-7/
H A DGNU_SOURCE.patch4 Subject: [PATCH] Define _GNU_SOURCE to get PTHREAD_MUTEX_INITIALIZER
26 +#define _GNU_SOURCE
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A DGNU_SOURCE.patch4 Subject: [PATCH] Define _GNU_SOURCE to get PTHREAD_MUTEX_INITIALIZER
25 +#define _GNU_SOURCE
/OK3568_Linux_fs/yocto/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
20 +#define _GNU_SOURCE
/OK3568_Linux_fs/kernel/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
H A Dtest_FCOMI.c2 #undef _GNU_SOURCE
3 #define _GNU_SOURCE 1 macro
H A Dtest_syscall_vdso.c11 #undef _GNU_SOURCE
12 #define _GNU_SOURCE 1 macro
/OK3568_Linux_fs/yocto/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__) && \
/OK3568_Linux_fs/kernel/tools/lib/api/fs/
H A Dtracing_path.c2 #ifndef _GNU_SOURCE
3 # define _GNU_SOURCE macro
/OK3568_Linux_fs/kernel/tools/perf/util/arm-spe-decoder/
H A Darm-spe-decoder.c6 #ifndef _GNU_SOURCE
7 #define _GNU_SOURCE macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/benchmarks/
H A Dexec_target.c9 #define _GNU_SOURCE macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/splice/
H A Ddefault_file_splice_read.c2 #define _GNU_SOURCE macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/membarrier/
H A Dmembarrier_test_single_thread.c2 #define _GNU_SOURCE macro

12345678910>>...16