Home
last modified time | relevance | path

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

/lib/
Dstrncpy_from_user.c15 #define IS_UNALIGNED(src, dst) 0 macro
17 #define IS_UNALIGNED(src, dst) \ macro
33 if (IS_UNALIGNED(src, dst)) in do_strncpy_from_user()