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.h80 __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))
H A Dcompiler.h246 #define __must_be_cstr(p) BUILD_BUG_ON_ZERO(__annotated(p, nonstring)) macro