Home
last modified time | relevance | path

Searched refs:bos (Results 1 – 2 of 2) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/include/ssp/
Dssp.h49 #define __ssp_check(buf, len, bos) \ argument
50 if (bos(buf) != (size_t)-1 && len > bos(buf)) \
55 #define __ssp_redirect_raw(rtype, fun, args, call, cond, bos) \ argument
59 __ssp_check(__buf, __len, bos); \
Dwchar.h11 #define __ssp_redirect_wc(rtype, fun, args, call, cond, bos) \ argument
15 __ssp_check(__buf, __wlen * sizeof(wchar_t), bos); \