OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_FORTIFY_SOURCE
(Results
1 - 3
of
3
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
ssp.h
38
#if
_FORTIFY_SOURCE
> 0 && __OPTIMIZE__ > 0 \
42
# if
_FORTIFY_SOURCE
== 1
44
# elif
_FORTIFY_SOURCE
> 1
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
features.h
45
_FORTIFY_SOURCE
If set to numeric value > 0 additional security
284
#if defined
_FORTIFY_SOURCE
&&
_FORTIFY_SOURCE
> 0 \
286
# if
_FORTIFY_SOURCE
> 1
/external/chromium/third_party/libevent/
evdns.c
77
#ifndef
_FORTIFY_SOURCE
78
#define
_FORTIFY_SOURCE
3
[
all
...]
Completed in 44 milliseconds