Home
last modified time | relevance | path

Searched refs:FORTIFY_SOURCE (Results 1 – 6 of 6) sorted by relevance

/freebsd/share/mk/
H A Dbsd.sys.mk314 FORTIFY_SOURCE?= 0
324 .if ${FORTIFY_SOURCE} > 0
325 CFLAGS+= -D_FORTIFY_SOURCE=${FORTIFY_SOURCE}
326 CXXFLAGS+= -D_FORTIFY_SOURCE=${FORTIFY_SOURCE}
/freebsd/lib/libthr/
H A DMakefile15 FORTIFY_SOURCE= 0 macro
/freebsd/lib/libc/tests/sys/
H A DMakefile25 FORTIFY_SOURCE.t_getgroups.c= 0
/freebsd/libexec/rtld-elf/
H A DMakefile19 FORTIFY_SOURCE= 0 macro
/freebsd/stand/
H A Ddefs.mk5 FORTIFY_SOURCE= 0
/freebsd/contrib/libedit/
H A DChangeLog3869 by turning on the FORTIFY_SOURCE feature of libssp, thus checking