| /linux-4.4.14/arch/avr32/lib/ | 
| D | strncpy_from_user.S | 37 __strncpy_from_user:  label
 | 
| /linux-4.4.14/arch/unicore32/include/asm/ | 
| D | uaccess.h | 22 #define __strncpy_from_user	__strncpy_from_user  macro
 | 
| /linux-4.4.14/arch/um/include/asm/ | 
| D | uaccess.h | 38 #define __strncpy_from_user __strncpy_from_user  macro
 | 
| /linux-4.4.14/arch/hexagon/include/asm/ | 
| D | uaccess.h | 88 #define __strncpy_from_user(dst, src, n) hexagon_strncpy_from_user(dst, src, n)  macro
 | 
| /linux-4.4.14/arch/arc/include/asm/ | 
| D | uaccess.h | 725 #define __strncpy_from_user(d, s, n)	__arc_strncpy_from_user(d, s, n)  macro741 #define __strncpy_from_user(d, s, n)	arc_strncpy_from_user_noinline(d, s, n)  macro
 
 | 
| /linux-4.4.14/arch/mn10300/lib/ | 
| D | usercopy.c | 69 __strncpy_from_user(char *dst, const char *src, long count)  in __strncpy_from_user()  function
 | 
| /linux-4.4.14/arch/m32r/lib/ | 
| D | usercopy.c | 113 __strncpy_from_user(char *dst, const char __user *src, long count)  in __strncpy_from_user()  function
 | 
| /linux-4.4.14/arch/s390/lib/ | 
| D | uaccess.c | 352 long __strncpy_from_user(char *dst, const char __user *src, long size)  in __strncpy_from_user()  function
 | 
| /linux-4.4.14/arch/um/kernel/skas/ | 
| D | uaccess.c | 187 long __strncpy_from_user(char *dst, const char __user *src, long count)  in __strncpy_from_user()  function
 | 
| /linux-4.4.14/include/asm-generic/ | 
| D | uaccess.h | 282 __strncpy_from_user(char *dst, const char __user *src, long count)  in __strncpy_from_user()  function
 | 
| /linux-4.4.14/arch/microblaze/include/asm/ | 
| D | uaccess.h | 401 #define __strncpy_from_user	__strncpy_user  macro
 | 
| /linux-4.4.14/arch/cris/include/asm/ | 
| D | uaccess.h | 222 __strncpy_from_user(char *dst, const char __user *src, long count)  in __strncpy_from_user()  function
 | 
| /linux-4.4.14/arch/mips/include/asm/ | 
| D | uaccess.h | 1295 __strncpy_from_user(char *__to, const char __user *__from, long __len)  in __strncpy_from_user()  function
 | 
| /linux-4.4.14/arch/metag/lib/ | 
| D | usercopy.c | 1302 long __strncpy_from_user(char *dst, const char __user *src, long count)  in __strncpy_from_user()  function
 |