OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__ssp_bos
(Results
1 - 4
of
4
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
stdio.h
59
__builtin___sprintf_chk (str, 0,
__ssp_bos
(str), \
62
__builtin___vsprintf_chk (str, 0,
__ssp_bos
(str), fmt, ap)
72
__builtin___snprintf_chk (str, len, 0,
__ssp_bos
(str), __VA_ARGS__)
74
__builtin___vsnprintf_chk (str, len, 0,
__ssp_bos
(str), fmt, ap)
82
if (
__ssp_bos
(__str) != (size_t) -1)
83
return __gets_chk (__str,
__ssp_bos
(__str));
94
if (
__ssp_bos
(__s) != (size_t) -1 && (size_t) __n >
__ssp_bos
(__s))
string.h
111
((
__ssp_bos
(dest) != (size_t) -1) \
112
? __builtin___strcpy_chk (dest, src,
__ssp_bos
(dest)) \
117
return __builtin___strcpy_chk (__dest, __src,
__ssp_bos
(__dest));
122
((
__ssp_bos
(dest) != (size_t) -1) \
123
? __builtin___stpcpy_chk (dest, src,
__ssp_bos
(dest)) \
128
return __builtin___stpcpy_chk (__dest, __src,
__ssp_bos
(__dest));
133
((
__ssp_bos
(dest) != (size_t) -1) \
134
? __builtin___strncpy_chk (dest, src, len,
__ssp_bos
(dest)) \
140
return __builtin___strncpy_chk (__dest, __src, __len,
__ssp_bos
(__dest));
145
((
__ssp_bos
(dest) != (size_t) -1)
[
all
...]
unistd.h
67
if (
__ssp_bos
(__buf) != (size_t) -1 && __len >
__ssp_bos
(__buf))
78
if (
__ssp_bos
(__buf) != (size_t) -1 && __size >
__ssp_bos
(__buf))
ssp.h
51
# define
__ssp_bos
(ptr) __builtin_object_size (ptr, __SSP_FORTIFY_LEVEL > 1)
macro
Completed in 31 milliseconds