Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dfortify-string.h9 #define __FORTIFY_INLINE extern __always_inline __gnu_inline __overloadable macro
142 __FORTIFY_INLINE __diagnose_as(__builtin_strncpy, 1, 2, 3)
165 __FORTIFY_INLINE __kernel_size_t strnlen(const char * const POS p, __kernel_size_t maxlen) in strnlen()
206 __FORTIFY_INLINE __diagnose_as(__builtin_strlen, 1)
241 __FORTIFY_INLINE size_t strlcpy(char * const POS p, const char * const POS q, size_t size) in strlcpy()
292 __FORTIFY_INLINE ssize_t strscpy(char * const POS p, const char * const POS q, size_t size) in strscpy()
373 __FORTIFY_INLINE
427 __FORTIFY_INLINE __diagnose_as(__builtin_strcat, 1, 2)
457 __FORTIFY_INLINE __diagnose_as(__builtin_strncat, 1, 2, 3)
475 __FORTIFY_INLINE void fortify_memset_chk(__kernel_size_t size, in fortify_memset_chk()
[all …]