Searched refs:__compiletime_lessthan (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | fortify-string.h | 161 if (__compiletime_lessthan(p_size, size)) in strncpy() 321 if (__compiletime_lessthan(p_size, size)) in strscpy() 502 __compiletime_lessthan(p_size, size)) in fortify_memset_chk() 589 __compiletime_lessthan(p_size, size)) in fortify_memcpy_chk() 592 __compiletime_lessthan(q_size, size)) in fortify_memcpy_chk() 721 if (__compiletime_lessthan(p_size, size)) in memscan() 735 if (__compiletime_lessthan(p_size, size)) in memcmp() 750 if (__compiletime_lessthan(p_size, size)) in memchr() 762 if (__compiletime_lessthan(p_size, size)) in memchr_inv() 775 if (__compiletime_lessthan(p_size, size)) in kmemdup() [all …]
|