Home
last modified time | relevance | path

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

/linux/include/linux/
A Dfortify-string.h29 extern int __underlying_memcmp(const void *p, const void *q, __kernel_size_t size) __RENAME(memcmp);
40 #define __underlying_memcmp __builtin_memcmp macro
269 return __underlying_memcmp(p, q, size); in memcmp()
329 #undef __underlying_memcmp

Completed in 4 milliseconds