Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfortify-string.h157 #define __compiletime_lessthan(bounds, length) ( \ macro
199 if (__compiletime_lessthan(p_size, size)) in strncpy()
290 if (__compiletime_lessthan(p_size, size)) in sized_strscpy()
294 if (__compiletime_lessthan(p_size, SIZE_MAX)) { in sized_strscpy()
297 if (len < SIZE_MAX && __compiletime_lessthan(len, size)) { in sized_strscpy()
472 if (__compiletime_lessthan(p_size_field, p_size) && in fortify_memset_chk()
473 __compiletime_lessthan(p_size, size)) in fortify_memset_chk()
477 if (__compiletime_lessthan(p_size_field, size)) in fortify_memset_chk()
560 if (__compiletime_lessthan(p_size_field, p_size) && in fortify_memcpy_chk()
561 __compiletime_lessthan(p_size, size)) in fortify_memcpy_chk()
[all …]