Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dfortify-string.h98 #define __compiletime_lessthan(bounds, length) ( \ macro
140 if (__compiletime_lessthan(p_size, size)) in strncpy()
247 if (__compiletime_lessthan(p_size, size)) in strscpy()
308 if (__compiletime_lessthan(p_size_field, p_size) && in fortify_memset_chk()
309 __compiletime_lessthan(p_size, size)) in fortify_memset_chk()
313 if (__compiletime_lessthan(p_size_field, size)) in fortify_memset_chk()
395 if (__compiletime_lessthan(p_size_field, p_size) && in fortify_memcpy_chk()
396 __compiletime_lessthan(p_size, size)) in fortify_memcpy_chk()
398 if (__compiletime_lessthan(q_size_field, q_size) && in fortify_memcpy_chk()
399 __compiletime_lessthan(q_size, size)) in fortify_memcpy_chk()
[all …]