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
178 __FORTIFY_INLINE __diagnose_as(__builtin_strncpy, 1, 2, 3)
201 __FORTIFY_INLINE __kernel_size_t strnlen(const char * const POS p, __kernel_size_t maxlen)
242 __FORTIFY_INLINE __diagnose_as(__builtin_strlen, 1)
259 __FORTIFY_INLINE ssize_t sized_strscpy(char * const POS p, const char * const POS q, size_t size)
340 __FORTIFY_INLINE
394 __FORTIFY_INLINE __diagnose_as(__builtin_strcat, 1, 2)
425 __FORTIFY_INLINE __diagnose_as(__builtin_strncat, 1, 2, 3)
444 __FORTIFY_INLINE bool fortify_memset_chk(__kernel_size_t size,
529 __FORTIFY_INLINE boo
[all...]
/linux-master/scripts/
H A Dkernel-doc1717 $prototype =~ s/^__FORTIFY_INLINE +//;

Completed in 131 milliseconds