Searched refs:__compiletime_lessthan (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | fortify-string.h | 119 #define __compiletime_lessthan(bounds, length) ( \ macro 161 if (__compiletime_lessthan(p_size, size)) in strncpy() 321 if (__compiletime_lessthan(p_size, size)) in strscpy() 325 if (__compiletime_lessthan(p_size, SIZE_MAX)) { in strscpy() 328 if (len < SIZE_MAX && __compiletime_lessthan(len, size)) { in strscpy() 501 if (__compiletime_lessthan(p_size_field, p_size) && in fortify_memset_chk() 502 __compiletime_lessthan(p_size, size)) in fortify_memset_chk() 506 if (__compiletime_lessthan(p_size_field, size)) in fortify_memset_chk() 588 if (__compiletime_lessthan(p_size_field, p_size) && in fortify_memcpy_chk() 589 __compiletime_lessthan(p_size, size)) in fortify_memcpy_chk() [all …]
|