Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfortify-string.h55 extern char *__underlying_strncat(char *p, const char *q, __kernel_size_t count) __RENAME(strncat);
80 #define __underlying_strncat __builtin_strncat macro
479 return __underlying_strncat(p, q, count); in strncat()
826 #undef __underlying_strncat