Searched refs:_GNU_SOURCE (Results 26 - 50 of 108) sorted by relevance

12345

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cp_files/
H A Dseekflood.c26 #ifndef _GNU_SOURCE
27 #define _GNU_SOURCE macro
/freebsd-current/contrib/ofed/libibverbs/
H A Dsysfs.c32 #define _GNU_SOURCE macro
H A Dinit.c33 #define _GNU_SOURCE macro
/freebsd-current/contrib/libcxxrt/
H A Dunwind-itanium.h102 #ifdef _GNU_SOURCE
152 #endif /* _GNU_SOURCE */
H A Ddwarf_eh.h39 // _GNU_SOURCE must be defined for unwind.h to expose some of the functions
42 #ifndef _GNU_SOURCE
43 # define _GNU_SOURCE 1 macro
45 # undef _GNU_SOURCE macro
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dsinpi_3u.c8 #define _GNU_SOURCE macro
H A Derfinvl.c7 #define _GNU_SOURCE macro
/freebsd-current/contrib/arm-optimized-routines/string/test/
H A Dstpcpy.c8 #ifndef _GNU_SOURCE
9 #define _GNU_SOURCE macro
H A Dstrchrnul.c8 #ifndef _GNU_SOURCE
9 #define _GNU_SOURCE macro
/freebsd-current/contrib/ofed/libibverbs/examples/
H A Dasyncwatch.c32 #define _GNU_SOURCE macro
/freebsd-current/contrib/libfido2/src/
H A Dlog.c8 #undef _GNU_SOURCE /* XSI strerror_r() */ macro
/freebsd-current/stand/kboot/include/
H A Dtermios_gen.h62 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) || defined(_XOPEN_SOURCE)
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h17 * use it. libunwind wraps some of its definitions in #ifdef _GNU_SOURCE,
19 # ifndef _GNU_SOURCE
21 # define _GNU_SOURCE macro
37 # undef _GNU_SOURCE macro
/freebsd-current/contrib/ofed/libmlx5/
H A Ddbrec.c32 #define _GNU_SOURCE macro
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cpp24 #define _GNU_SOURCE // to declare _Unwind_Backtrace() from <unwind.h> macro
/freebsd-current/lib/libunbound/
H A Dconfig.h976 #ifndef _GNU_SOURCE
977 # define _GNU_SOURCE 1 macro
1161 #if defined(OMITTED__D_GNU_SOURCE) && !defined(_GNU_SOURCE)
1162 #define _GNU_SOURCE 1 macro
/freebsd-current/contrib/ldns/ldns/
H A Dconfig.h456 #ifndef _GNU_SOURCE
457 # define _GNU_SOURCE 1 macro
/freebsd-current/usr.sbin/ntp/
H A Dconfig.h1685 #ifndef _GNU_SOURCE
1686 # define _GNU_SOURCE 1 macro
/freebsd-current/contrib/ofed/libmlx4/
H A Ddbrec.c32 #define _GNU_SOURCE macro
/freebsd-current/contrib/ofed/opensm/complib/
H A Dcl_nodenamemap.c35 #define _GNU_SOURCE macro
/freebsd-current/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h50 #define _GNU_SOURCE 1 /* for strsignal in GNU's libc */ macro
/freebsd-current/stand/kboot/include/arch/powerpc64/
H A Dtermios_arch.h64 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) || defined(_XOPEN_SOURCE)
/freebsd-current/crypto/openssl/crypto/dso/
H A Ddso_dlfcn.c12 * handle _GNU_SOURCE and other similar macros. Defining it later is simply
15 #ifndef _GNU_SOURCE
16 # define _GNU_SOURCE /* make sure dladdr is declared */ macro
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h187 #ifndef _GNU_SOURCE
188 #define _GNU_SOURCE 1 /* need for PTHREAD_MUTEX_RECURSIVE */ macro
189 #endif /* _GNU_SOURCE */
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dibcacheedit.c38 #define _GNU_SOURCE macro

Completed in 414 milliseconds

12345