| /linux-4.4.14/lib/ |
| D | strnlen_user.c | 136 long strlen_user(const char __user *str) in strlen_user() function 148 EXPORT_SYMBOL(strlen_user);
|
| /linux-4.4.14/arch/mips/lib/ |
| D | Makefile | 6 mips-atomic.o strlen_user.o strncpy_user.o \
|
| /linux-4.4.14/arch/ia64/lib/ |
| D | Makefile | 10 clear_user.o strncpy_from_user.o strlen_user.o strnlen_user.o \
|
| /linux-4.4.14/arch/m68k/include/asm/ |
| D | uaccess_no.h | 166 #define strlen_user(str) strnlen_user(str, 32767) macro
|
| D | uaccess_mm.h | 386 extern __must_check long strlen_user(const char __user *str);
|
| /linux-4.4.14/arch/parisc/include/asm/ |
| D | uaccess.h | 223 #define strlen_user(str) lstrnlen_user(str, 0x7fffffffL) macro
|
| /linux-4.4.14/arch/arm64/include/asm/ |
| D | uaccess.h | 290 extern __must_check long strlen_user(const char __user *str);
|
| /linux-4.4.14/arch/blackfin/include/asm/ |
| D | uaccess.h | 231 static inline long __must_check strlen_user(const char __user *src) in strlen_user() function
|
| /linux-4.4.14/arch/avr32/include/asm/ |
| D | uaccess.h | 321 #define strlen_user(s) strnlen_user(s, ~0UL >> 1) macro
|
| /linux-4.4.14/arch/sh/include/asm/ |
| D | uaccess.h | 107 extern __must_check long strlen_user(const char __user *str);
|
| /linux-4.4.14/arch/metag/include/asm/ |
| D | uaccess.h | 198 #define strlen_user(str) strnlen_user(str, 32767) macro
|
| /linux-4.4.14/arch/frv/include/asm/ |
| D | uaccess.h | 315 #define strlen_user(str) strnlen_user(str, 32767) macro
|
| /linux-4.4.14/arch/s390/include/asm/ |
| D | uaccess.h | 366 #define strlen_user(str) strnlen_user(str, ~0UL) macro
|
| /linux-4.4.14/arch/openrisc/include/asm/ |
| D | uaccess.h | 321 extern __must_check long strlen_user(const char __user *str);
|
| /linux-4.4.14/include/asm-generic/ |
| D | uaccess.h | 321 static inline long strlen_user(const char __user *src) in strlen_user() function
|
| /linux-4.4.14/arch/score/include/asm/ |
| D | uaccess.h | 407 static inline long strlen_user(const char __user *src) in strlen_user() function
|
| /linux-4.4.14/arch/sparc/include/asm/ |
| D | uaccess_64.h | 298 __must_check long strlen_user(const char __user *str);
|
| D | uaccess_32.h | 372 __must_check long strlen_user(const char __user *str);
|
| /linux-4.4.14/arch/m32r/include/asm/ |
| D | uaccess.h | 700 #define strlen_user(str) strnlen_user(str, ~0UL >> 1) macro
|
| /linux-4.4.14/arch/mn10300/include/asm/ |
| D | uaccess.h | 491 #define strlen_user(str) strnlen_user(str, ~0UL >> 1) macro
|
| /linux-4.4.14/arch/um/kernel/ |
| D | process.c | 261 return strlen_user(str); in strlen_user_proc()
|
| /linux-4.4.14/arch/xtensa/include/asm/ |
| D | uaccess.h | 476 #define strlen_user(str) strnlen_user((str), TASK_SIZE - 1)
|
| /linux-4.4.14/arch/alpha/include/asm/ |
| D | uaccess.h | 440 extern __must_check long strlen_user(const char __user *str);
|
| /linux-4.4.14/arch/tile/include/asm/ |
| D | uaccess.h | 482 extern long strlen_user(const char __user *str);
|
| /linux-4.4.14/arch/ia64/include/asm/ |
| D | uaccess.h | 319 #define strlen_user(str) \ macro
|
| /linux-4.4.14/arch/cris/include/asm/ |
| D | uaccess.h | 424 #define strlen_user(str) strnlen_user((str), 0x7ffffffe) macro
|
| /linux-4.4.14/arch/powerpc/include/asm/ |
| D | uaccess.h | 448 extern __must_check long strlen_user(const char __user *str);
|
| /linux-4.4.14/arch/x86/include/asm/ |
| D | uaccess.h | 535 extern __must_check long strlen_user(const char __user *str);
|
| /linux-4.4.14/arch/arm/include/asm/ |
| D | uaccess.h | 572 extern __must_check long strlen_user(const char __user *str);
|
| /linux-4.4.14/arch/mips/include/asm/ |
| D | uaccess.h | 1389 static inline long strlen_user(const char __user *s) in strlen_user() function
|