Searched refs:bos (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libc/include/ssp/ |
D | ssp.h | 56 #define __ssp_check(buf, len, bos) \ argument 57 if (__ssp_bos_known(buf) && len > bos(buf)) \ 62 #define __ssp_redirect_raw(rtype, fun, args, call, cond, bos) \ argument 66 __ssp_check(__buf, __len, bos); \
|
D | wchar.h | 11 #define __ssp_redirect_wc(rtype, fun, args, call, cond, bos) \ argument 15 __ssp_check(__buf, __wlen * sizeof(wchar_t), bos); \
|