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

/linux-master/include/linux/
H A Dfortify-string.h76 extern int __underlying_memcmp(const void *p, const void *q, __kernel_size_t size) __RENAME(memcmp);
103 #define __underlying_memcmp __builtin_memcmp macro
701 return __underlying_memcmp(p, q, size);
781 #undef __underlying_memcmp macro

Completed in 119 milliseconds