Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dstring.h81 __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))
H A Dcompiler.h210 #define __must_be_cstr(p) \ macro