Home
last modified time | relevance | path

Searched refs:_FORTIFY_SOURCE (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/crypto/openssh/openbsd-compat/
H A Dkludge-fd_set.c12 #if defined(HAVE_FEATURES_H) && defined(_FORTIFY_SOURCE)
15 # if __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0)
16 # undef _FORTIFY_SOURCE
H A Dopenbsd-compat.h374 #if defined(HAVE_FEATURES_H) && defined(_FORTIFY_SOURCE)
377 # if __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0)
/freebsd/include/ssp/
H A Dssp.h40 # if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && \
42 # if _FORTIFY_SOURCE > 1
/freebsd/include/
H A Dstrings.h40 #if !defined(_STANDALONE) && defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0
H A Dstring.h52 #if !defined(_STANDALONE) && defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0
H A Dstdlib.h72 #if !defined(_STANDALONE) && defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0
H A Dwchar.h115 #if !defined(_STANDALONE) && defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0
H A Dunistd.h40 #if !defined(_STANDALONE) && defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0
H A Dstdio.h255 #if !defined(_STANDALONE) && defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0
/freebsd/sys/sys/
H A Dpoll.h112 #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0
H A Duio.h102 #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0
H A Dselect.h52 #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0
H A Drandom.h165 #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0
H A Dsocket.h688 #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0
/freebsd/lib/libc/tests/secure/
H A Dfortify_random_test.c3 #define _FORTIFY_SOURCE 2 macro
H A Dfortify_stdlib_test.c3 #define _FORTIFY_SOURCE 2 macro
H A Dfortify_strings_test.c3 #define _FORTIFY_SOURCE 2 macro
H A Dfortify_poll_test.c3 #define _FORTIFY_SOURCE 2 macro
H A Dfortify_select_test.c3 #define _FORTIFY_SOURCE 2 macro
H A Dfortify_uio_test.c3 #define _FORTIFY_SOURCE 2 macro
H A Dfortify_stdio_test.c3 #define _FORTIFY_SOURCE 2 macro
H A Dfortify_socket_test.c3 #define _FORTIFY_SOURCE 2 macro
H A Dfortify_wchar_test.c3 #define _FORTIFY_SOURCE 2 macro
/freebsd/crypto/openssl/crypto/async/
H A Dasync.c16 #undef _FORTIFY_SOURCE
/freebsd/sys/contrib/libsodium/
H A Dconfigure.ac197 AC_CHECK_DEFINE([_FORTIFY_SOURCE], [], [

12