include/ssp/ssp.h
87
__ssp_redirect_raw(rtype, fun, fun, args, call, 1, __ssp_bos)
include/ssp/stdio.h
56
__builtin___sprintf_chk(str, 0, __ssp_bos(str), __VA_ARGS__)
include/ssp/stdio.h
59
__builtin___vsprintf_chk(str, 0, __ssp_bos(str), fmt, ap)
include/ssp/stdio.h
62
__builtin___snprintf_chk(str, len, 0, __ssp_bos(str), __VA_ARGS__)
include/ssp/stdio.h
65
__builtin___vsnprintf_chk(str, len, 0, __ssp_bos(str), fmt, ap)
include/ssp/stdio.h
68
__gets_chk(str, __ssp_bos(str))
include/ssp/stdio.h
71
__fgets_chk(str, len, __ssp_bos(str), fp)
include/ssp/unistd.h
46
(__buf, __len), __buf != 0, __ssp_bos);