Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfortify-string.h99 extern char *__underlying_strncat(char *p, const char *q, __kernel_size_t count) __RENAME(strncat);
124 #define __underlying_strncat __builtin_strncat macro
451 return __underlying_strncat(p, q, count); in strncat()
805 #undef __underlying_strncat