Searched refs:__compiletime_lessthan (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/include/linux/ |
D | fortify-string.h | 105 #define __compiletime_lessthan(bounds, length) ( \ macro 147 if (__compiletime_lessthan(p_size, size)) in strncpy() 307 if (__compiletime_lessthan(p_size, size)) in strscpy() 311 if (__compiletime_lessthan(p_size, SIZE_MAX)) { in strscpy() 314 if (len < SIZE_MAX && __compiletime_lessthan(len, size)) { in strscpy() 487 if (__compiletime_lessthan(p_size_field, p_size) && in fortify_memset_chk() 488 __compiletime_lessthan(p_size, size)) in fortify_memset_chk() 492 if (__compiletime_lessthan(p_size_field, size)) in fortify_memset_chk() 574 if (__compiletime_lessthan(p_size_field, p_size) && in fortify_memcpy_chk() 575 __compiletime_lessthan(p_size, size)) in fortify_memcpy_chk() [all …]
|