include/ssp/ssp.h
89
__ssp_redirect_raw(rtype, fun, fun, args, call, 1, __ssp_bos0)
include/ssp/string.h
51
((__ssp_bos0(dst) != (size_t)-1) ? \
include/ssp/string.h
52
__builtin___ ## fun ## _chk(dst, src, len, __ssp_bos0(dst)) : \
include/ssp/string.h
56
((__ssp_bos0(dst) != (size_t)-1) ? \
include/ssp/string.h
57
__builtin___ ## fun ## _chk(dst, src, __ssp_bos0(dst)) : \
include/ssp/string.h
64
return __builtin___ ## fun ## _chk(dst, src, len, __ssp_bos0(dst)); \
include/ssp/string.h
71
return __builtin___ ## fun ## _chk(dst, src, len, __ssp_bos0(dst)); \
include/ssp/string.h
78
return __builtin___ ## fun ## _chk(dst, src, __ssp_bos0(dst)); \
include/ssp/strings.h
39
((__ssp_bos0(dst) != (size_t)-1) ? \
include/ssp/strings.h
40
__builtin___memmove_chk(dst, src, len, __ssp_bos0(dst)) : \
include/ssp/strings.h
43
((__ssp_bos0(dst) != (size_t)-1) ? \
include/ssp/strings.h
44
__builtin___memset_chk(dst, 0, len, __ssp_bos0(dst)) : \