Searched refs:__compiletime_lessthan (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/include/linux/ |
D | fortify-string.h | 159 #define __compiletime_lessthan(bounds, length) ( \ macro 201 if (__compiletime_lessthan(p_size, size)) in strncpy() 292 if (__compiletime_lessthan(p_size, size)) in sized_strscpy() 296 if (__compiletime_lessthan(p_size, SIZE_MAX)) { in sized_strscpy() 299 if (len < SIZE_MAX && __compiletime_lessthan(len, size)) { in sized_strscpy() 474 if (__compiletime_lessthan(p_size_field, p_size) && in fortify_memset_chk() 475 __compiletime_lessthan(p_size, size)) in fortify_memset_chk() 479 if (__compiletime_lessthan(p_size_field, size)) in fortify_memset_chk() 562 if (__compiletime_lessthan(p_size_field, p_size) && in fortify_memcpy_chk() 563 __compiletime_lessthan(p_size, size)) in fortify_memcpy_chk() [all …]
|