HomeSort by: relevance | last modified time | path
    Searched defs:_FORTIFY_SOURCE (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libc/ssp/
ssp_redirect.c 32 #undef _FORTIFY_SOURCE
33 #define _FORTIFY_SOURCE 2
  /src/external/gpl3/gdb/dist/gdbsupport/
common-defs.h 61 /* Some distros enable _FORTIFY_SOURCE by default, which on occasion
63 developed on a distro that does not enable _FORTIFY_SOURCE. We
66 optimization is required because _FORTIFY_SOURCE only works when
67 optimization is enabled. If _FORTIFY_SOURCE is already defined,
71 _FORTIFY_SOURCE there. */
73 #if (!defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__ > 0 \
75 #define _FORTIFY_SOURCE 2
  /src/external/gpl3/gdb.old/dist/gdbsupport/
common-defs.h 54 /* Some distros enable _FORTIFY_SOURCE by default, which on occasion
56 developed on a distro that does not enable _FORTIFY_SOURCE. We
59 optimization is required because _FORTIFY_SOURCE only works when
60 optimization is enabled. If _FORTIFY_SOURCE is already defined,
64 _FORTIFY_SOURCE there. */
66 #if (!defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__ > 0 \
68 #define _FORTIFY_SOURCE 2
  /src/crypto/external/apache2/openssl/dist/crypto/async/
async.c 16 #undef _FORTIFY_SOURCE
  /src/crypto/external/bsd/openssl/dist/crypto/async/
async.c 16 #undef _FORTIFY_SOURCE
  /src/crypto/external/bsd/openssl.old/dist/crypto/async/
async.c 16 #undef _FORTIFY_SOURCE
  /src/lib/libpthread/
pthread_cancelstub.c 33 #undef _FORTIFY_SOURCE
  /src/external/bsd/libevent/dist/
evdns.c 60 #ifndef _FORTIFY_SOURCE
61 #define _FORTIFY_SOURCE 3
  /src/external/bsd/ntp/dist/sntp/libevent/
evdns.c 58 #ifndef _FORTIFY_SOURCE
59 #define _FORTIFY_SOURCE 3

Completed in 37 milliseconds