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

/linux-master/include/linux/
H A Dfortify-string.h83 extern char *__underlying_strncat(char *p, const char *q, __kernel_size_t count) __RENAME(strncat);
107 #define __underlying_strncat __builtin_strncat macro
433 return __underlying_strncat(p, q, count);
785 #undef __underlying_strncat macro

Completed in 213 milliseconds