Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dstring.h275 extern char *__underlying_strcat(char *p, const char *q) __RENAME(strcat);
286 #define __underlying_strcat __builtin_strcat macro
307 return __underlying_strcat(p, q); in strcat()
492 #undef __underlying_strcat