Searched refs:__strnlen_user (Results 1 - 1 of 1) sorted by last modified time

/include/asm-generic/
H A Duaccess.h303 #ifndef __strnlen_user
304 #define __strnlen_user(s, n) (strnlen((s), (n)) + 1) macro
316 return __strnlen_user(src, n);

Completed in 195 milliseconds