/freebsd/tools/build/cross-build/include/linux/ |
H A D | limits.h | 45 #if !defined(_GNU_SOURCE) 80 #warning __USE_XOPEN should be defined (did you forget to set _GNU_SOURCE?) 86 #ifndef _GNU_SOURCE 87 #error _GNU_SOURCE not defined
|
H A D | string.h | 51 (defined(__GLIBC__) && (!__GLIBC_PREREQ(2, 38) || !defined(_GNU_SOURCE))) 59 (defined(__GLIBC__) && (!__GLIBC_PREREQ(2, 25) || !defined(_GNU_SOURCE)))
|
/freebsd/contrib/libevent/ |
H A D | evconfig-private.h | 12 #ifndef _GNU_SOURCE 13 # define _GNU_SOURCE 1 macro
|
H A D | evconfig-private.h.in | 11 #ifndef _GNU_SOURCE 12 # undef _GNU_SOURCE
|
/freebsd/crypto/openssh/ |
H A D | includes.h | 21 #ifndef _GNU_SOURCE 22 #define _GNU_SOURCE /* activate extra prototypes for glibc */ macro
|
/freebsd/tests/sys/pjdfstest/ |
H A D | config.h | 177 #ifndef _GNU_SOURCE 178 # define _GNU_SOURCE 1 macro
|
/freebsd/contrib/blocklist/port/ |
H A D | port.h | 1 #ifndef _GNU_SOURCE 2 #define _GNU_SOURCE macro
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | clone_mmap_write.c | 32 #ifndef _GNU_SOURCE 33 #define _GNU_SOURCE macro
|
/freebsd/crypto/openssl/crypto/ |
H A D | getenv.c | 10 #ifndef _GNU_SOURCE 11 # define _GNU_SOURCE macro
|
/freebsd/contrib/diff/ |
H A D | config.h | 494 #ifndef _GNU_SOURCE 495 # define _GNU_SOURCE 1 macro
|
/freebsd/usr.bin/bmake/ |
H A D | config.h | 317 #ifndef _GNU_SOURCE 318 # define _GNU_SOURCE 1 macro
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evconfig-private.h.in | 11 #ifndef _GNU_SOURCE 12 # undef _GNU_SOURCE
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | unwind.h | 19 # ifndef _GNU_SOURCE 21 # define _GNU_SOURCE macro 37 # undef _GNU_SOURCE
|
/freebsd/contrib/arm-optimized-routines/string/test/ |
H A D | strnlen.c | 8 #ifndef _GNU_SOURCE 9 #define _GNU_SOURCE macro
|
H A D | memrchr.c | 8 #ifndef _GNU_SOURCE 9 #define _GNU_SOURCE macro
|
H A D | stpcpy.c | 8 #ifndef _GNU_SOURCE 9 #define _GNU_SOURCE macro
|
H A D | strchrnul.c | 8 #ifndef _GNU_SOURCE 9 #define _GNU_SOURCE macro
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cp_files/ |
H A D | seekflood.c | 26 #ifndef _GNU_SOURCE 27 #define _GNU_SOURCE macro
|
/freebsd/lib/libunbound/ |
H A D | config.h | 979 #ifndef _GNU_SOURCE 980 # define _GNU_SOURCE 1 macro 1164 #if defined(OMITTED__D_GNU_SOURCE) && !defined(_GNU_SOURCE) 1165 #define _GNU_SOURCE 1 macro
|
/freebsd/contrib/libcxxrt/ |
H A D | dwarf_eh.h | 42 #ifndef _GNU_SOURCE 43 # define _GNU_SOURCE 1 macro 45 # undef _GNU_SOURCE
|
/freebsd/contrib/ldns/ldns/ |
H A D | config.h | 456 #ifndef _GNU_SOURCE 457 # define _GNU_SOURCE 1 macro
|
/freebsd/contrib/dma/ |
H A D | dfcompat.h | 4 #define _GNU_SOURCE macro
|
/freebsd/contrib/tcpdump/ |
H A D | ftmacros.h | 104 #define _GNU_SOURCE macro
|
/freebsd/contrib/libpcap/ |
H A D | ftmacros.h | 104 #define _GNU_SOURCE macro
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Errno.cpp | 47 #if defined(__GLIBC__) && defined(_GNU_SOURCE) in StrError()
|