Searched refs:__must_be_cstr (Results 1 – 2 of 2) sorted by relevance
81 __must_be_cstr(dst) + __must_be_cstr(src))83 sized_strscpy(dst, src, size + __must_be_cstr(dst) + __must_be_cstr(src))87 __must_be_cstr(dst) + __must_be_cstr(src))89 sized_strscpy_pad(dst, src, size + __must_be_cstr(dst) + __must_be_cstr(src))
210 #define __must_be_cstr(p) \ macro