Searched refs:__must_be_cstr (Results 1 – 2 of 2) sorted by relevance
80 __must_be_cstr(dst) + __must_be_cstr(src))82 sized_strscpy(dst, src, size + __must_be_cstr(dst) + __must_be_cstr(src))86 __must_be_cstr(dst) + __must_be_cstr(src))88 sized_strscpy_pad(dst, src, size + __must_be_cstr(dst) + __must_be_cstr(src))
246 #define __must_be_cstr(p) BUILD_BUG_ON_ZERO(__annotated(p, nonstring)) macro