Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dfortify-string.h12 extern char *__underlying_strcat(char *p, const char *q) __RENAME(strcat);
23 #define __underlying_strcat __builtin_strcat macro
46 return __underlying_strcat(p, q); in strcat()
296 #undef __underlying_strcat