Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dfortify-string.h40 extern char *__underlying_strcat(char *p, const char *q) __RENAME(strcat);
64 #define __underlying_strcat __builtin_strcat macro
153 return __underlying_strcat(p, q); in strcat()
615 #undef __underlying_strcat