Searched defs:fun (Results 1 – 3 of 3) sorted by relevance
/picolibc-latest/newlib/libc/include/ssp/ |
D | wchar.h | 11 #define __ssp_redirect_wc(rtype, fun, args, call, cond, bos) \ argument 19 #define __ssp_bos_wicheck3(fun) \ argument 24 #define __ssp_bos_wicheck3_restrict(fun) \ argument 29 #define __ssp_bos_wicheck2_restrict(fun) \ argument
|
D | ssp.h | 38 #define __ssp_real_(fun) fun argument 40 #define __ssp_real_(fun) __ssp_real_ ## fun argument 42 #define __ssp_real(fun) __ssp_real_(fun) argument 59 #define __ssp_decl(rtype, fun, args) \ argument 62 #define __ssp_redirect_raw(rtype, fun, args, call, cond, bos) \ argument 70 #define __ssp_redirect(rtype, fun, args, call) \ argument 72 #define __ssp_redirect0(rtype, fun, args, call) \ argument
|
D | string.h | 51 #define __ssp_bos_check3(fun, dst, src, len) \ argument 56 #define __ssp_bos_check2(fun, dst, src) \ argument 61 #define __ssp_bos_icheck3_restrict(fun, type1, type2) \ argument 68 #define __ssp_bos_icheck3(fun, type1, type2) \ argument 75 #define __ssp_bos_icheck2_restrict(fun, type1, type2) \ argument
|