Home
last modified time | relevance | path

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

1234567

/freebsd/tools/build/cross-build/include/linux/
H A Dlimits.h45 #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 Dstring.h51 (defined(__GLIBC__) && (!__GLIBC_PREREQ(2, 38) || !defined(_GNU_SOURCE)))
59 (defined(__GLIBC__) && (!__GLIBC_PREREQ(2, 25) || !defined(_GNU_SOURCE)))
/freebsd/contrib/libevent/
H A Devconfig-private.h12 #ifndef _GNU_SOURCE
13 # define _GNU_SOURCE 1 macro
H A Devconfig-private.h.in11 #ifndef _GNU_SOURCE
12 # undef _GNU_SOURCE
/freebsd/crypto/openssh/
H A Dincludes.h21 #ifndef _GNU_SOURCE
22 #define _GNU_SOURCE /* activate extra prototypes for glibc */ macro
/freebsd/tests/sys/pjdfstest/
H A Dconfig.h177 #ifndef _GNU_SOURCE
178 # define _GNU_SOURCE 1 macro
/freebsd/contrib/blocklist/port/
H A Dport.h1 #ifndef _GNU_SOURCE
2 #define _GNU_SOURCE macro
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dclone_mmap_write.c32 #ifndef _GNU_SOURCE
33 #define _GNU_SOURCE macro
/freebsd/crypto/openssl/crypto/
H A Dgetenv.c10 #ifndef _GNU_SOURCE
11 # define _GNU_SOURCE macro
/freebsd/contrib/diff/
H A Dconfig.h494 #ifndef _GNU_SOURCE
495 # define _GNU_SOURCE 1 macro
/freebsd/usr.bin/bmake/
H A Dconfig.h317 #ifndef _GNU_SOURCE
318 # define _GNU_SOURCE 1 macro
/freebsd/contrib/ntp/sntp/libevent/
H A Devconfig-private.h.in11 #ifndef _GNU_SOURCE
12 # undef _GNU_SOURCE
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h19 # ifndef _GNU_SOURCE
21 # define _GNU_SOURCE macro
37 # undef _GNU_SOURCE
/freebsd/contrib/arm-optimized-routines/string/test/
H A Dstrnlen.c8 #ifndef _GNU_SOURCE
9 #define _GNU_SOURCE macro
H A Dmemrchr.c8 #ifndef _GNU_SOURCE
9 #define _GNU_SOURCE macro
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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cp_files/
H A Dseekflood.c26 #ifndef _GNU_SOURCE
27 #define _GNU_SOURCE macro
/freebsd/lib/libunbound/
H A Dconfig.h979 #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 Ddwarf_eh.h42 #ifndef _GNU_SOURCE
43 # define _GNU_SOURCE 1 macro
45 # undef _GNU_SOURCE
/freebsd/contrib/ldns/ldns/
H A Dconfig.h456 #ifndef _GNU_SOURCE
457 # define _GNU_SOURCE 1 macro
/freebsd/contrib/dma/
H A Ddfcompat.h4 #define _GNU_SOURCE macro
/freebsd/contrib/tcpdump/
H A Dftmacros.h104 #define _GNU_SOURCE macro
/freebsd/contrib/libpcap/
H A Dftmacros.h104 #define _GNU_SOURCE macro
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DErrno.cpp47 #if defined(__GLIBC__) && defined(_GNU_SOURCE) in StrError()

1234567