Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfortify-string.h51 extern int __underlying_memcmp(const void *p, const void *q, __kernel_size_t size) __RENAME(memcmp);
76 #define __underlying_memcmp __builtin_memcmp macro
742 return __underlying_memcmp(p, q, size); in memcmp()
822 #undef __underlying_memcmp