Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfortify-string.h93 extern int __underlying_memcmp(const void *p, const void *q, __kernel_size_t size) __RENAME(memcmp);
118 #define __underlying_memcmp __builtin_memcmp macro
725 return __underlying_memcmp(p, q, size); in memcmp()
807 #undef __underlying_memcmp