Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/libc/hdr/
H A Dstdlib_overlay.h22 #ifdef _FORTIFY_SOURCE
23 #define LIBC_OLD_FORTIFY_SOURCE _FORTIFY_SOURCE
24 #undef _FORTIFY_SOURCE
36 #define _FORTIFY_SOURCE LIBC_OLD_FORTIFY_SOURCE macro
H A Dfcntl_overlay.h23 #ifdef _FORTIFY_SOURCE
24 #define LIBC_OLD_FORTIFY_SOURCE _FORTIFY_SOURCE
25 #undef _FORTIFY_SOURCE
37 #define _FORTIFY_SOURCE LIBC_OLD_FORTIFY_SOURCE macro
H A Dwchar_overlay.h25 #ifdef _FORTIFY_SOURCE
26 #define LIBC_OLD_FORTIFY_SOURCE _FORTIFY_SOURCE
27 #undef _FORTIFY_SOURCE
49 #define _FORTIFY_SOURCE LIBC_OLD_FORTIFY_SOURCE macro
H A Duchar_overlay.h25 #ifdef _FORTIFY_SOURCE
26 #define LIBC_OLD_FORTIFY_SOURCE _FORTIFY_SOURCE
27 #undef _FORTIFY_SOURCE
49 #define _FORTIFY_SOURCE LIBC_OLD_FORTIFY_SOURCE macro
H A Dstdio_overlay.h25 #ifdef _FORTIFY_SOURCE
26 #define LIBC_OLD_FORTIFY_SOURCE _FORTIFY_SOURCE
27 #undef _FORTIFY_SOURCE
49 #define _FORTIFY_SOURCE LIBC_OLD_FORTIFY_SOURCE macro
H A Dunistd_overlay.h25 #ifdef _FORTIFY_SOURCE
26 #define LIBC_OLD_FORTIFY_SOURCE _FORTIFY_SOURCE
27 #undef _FORTIFY_SOURCE
49 #define _FORTIFY_SOURCE LIBC_OLD_FORTIFY_SOURCE macro
/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 Dsignal.h75 #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 Dstdio.h255 #if !defined(_STANDALONE) && defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0
H A Dunistd.h40 #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 Dselect.h52 #if !defined(_KERNEL) && defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0
H A Drandom.h158 #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0
H A Duio.h104 #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0
H A Dsocket.h695 #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0
/freebsd/contrib/lyaml/
H A Dlukefile13 _FORTIFY_SOURCE = 2,
/freebsd/lib/libc/tests/secure/
H A Dfortify_signal_test.c3 #define _FORTIFY_SOURCE 2 macro
H A Dfortify_random_test.c3 #define _FORTIFY_SOURCE 2 macro
H A Dfortify_stdlib_test.c3 #define _FORTIFY_SOURCE 2 macro

12