Searched refs:_FORTIFY_SOURCE (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dkludge-fd_set.c4 * _FORTIFY_SOURCE includes a misguided check for FD_SET(n)/FD_ISSET(b)
7 * function compiled without _FORTIFY_SOURCE.
12 #if defined(HAVE_FEATURES_H) && defined(_FORTIFY_SOURCE)
15 # if __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0)
16 # undef _FORTIFY_SOURCE macro
25 # endif /* __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0) */
27 #endif /* HAVE_FEATURES_H && _FORTIFY_SOURCE */
H A Dopenbsd-compat.h340 /* _FORTIFY_SOURCE breaks FD_ISSET(n)/FD_SET(n) for n > FD_SETSIZE. Avoid. */
341 #if defined(HAVE_FEATURES_H) && defined(_FORTIFY_SOURCE)
344 # if __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0)
352 # endif /* __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0) */
354 #endif /* HAVE_FEATURES_H && _FORTIFY_SOURCE */
/freebsd-12-stable/crypto/openssl/crypto/async/
H A Dasync.c16 #undef _FORTIFY_SOURCE macro
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devdns.c56 #ifndef _FORTIFY_SOURCE
57 #define _FORTIFY_SOURCE 3 macro
/freebsd-12-stable/contrib/libevent/
H A Devdns.c56 #ifndef _FORTIFY_SOURCE
57 #define _FORTIFY_SOURCE 3 macro

Completed in 125 milliseconds