Searched refs:__FORTIFY_INLINE (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dfortify-string.h10 #define __FORTIFY_INLINE extern __always_inline __gnu_inline __overloadable macro
182 __FORTIFY_INLINE __diagnose_as(__builtin_strncpy, 1, 2, 3)
205 __FORTIFY_INLINE __kernel_size_t strnlen(const char * const POS p, __kernel_size_t maxlen)
246 __FORTIFY_INLINE __diagnose_as(__builtin_strlen, 1)
263 __FORTIFY_INLINE ssize_t sized_strscpy(char * const POS p, const char * const POS q, size_t size)
344 __FORTIFY_INLINE
398 __FORTIFY_INLINE __diagnose_as(__builtin_strcat, 1, 2)
429 __FORTIFY_INLINE __diagnose_as(__builtin_strncat, 1, 2, 3)
448 __FORTIFY_INLINE bool fortify_memset_chk(__kernel_size_t size,
533 __FORTIFY_INLINE boo
[all...]
/linux-master/scripts/
H A Dkernel-doc1719 $prototype =~ s/^__FORTIFY_INLINE +//;

Completed in 271 milliseconds