Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dfortify-string.h15 extern char *__underlying_strncat(char *p, const char *q, __kernel_size_t count) __RENAME(strncat);
26 #define __underlying_strncat __builtin_strncat macro
157 return __underlying_strncat(p, q, count); in strncat()
299 #undef __underlying_strncat