Searched defs:__strnlen_user (Results 1 – 15 of 15) sorted by relevance
26 .global __strnlen_user symbol28 __strnlen_user: label
168 .global __strnlen_user symbol169 __strnlen_user: label
55 .globl __strnlen_user symbol58 __strnlen_user: label
41 .globl __strnlen_user symbol44 __strnlen_user: label
53 .global __strnlen_user symbol55 __strnlen_user: label
51 __strnlen_user: label
20 __strnlen_user: label
24 #define __strnlen_user __strnlen_user macro
79 __strnlen_user: label
90 #define __strnlen_user __strnlen_user macro
110 long __strnlen_user(const char __user *s, long n) in __strnlen_user() function
216 static inline long __strnlen_user(const char __user *__s, long __n) in __strnlen_user() function
1624 .global __strnlen_user symbol1625 __strnlen_user: label
292 #define __strnlen_user(s, n) (strnlen((s), (n)) + 1) macro
1090 static inline long __strnlen_user(const char __user *s, long n) in __strnlen_user() function