Searched defs:__strncpy_from_user (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/arch/avr32/lib/ |
D | strncpy_from_user.S | 37 __strncpy_from_user: label
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | uaccess.h | 22 #define __strncpy_from_user __strncpy_from_user macro
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | uaccess.h | 87 #define __strncpy_from_user(dst, src, n) hexagon_strncpy_from_user(dst, src, n) macro
|
/linux-4.1.27/arch/mn10300/lib/ |
D | usercopy.c | 69 __strncpy_from_user(char *dst, const char *src, long count) in __strncpy_from_user() function
|
/linux-4.1.27/arch/arc/include/asm/ |
D | uaccess.h | 726 #define __strncpy_from_user(d, s, n) __arc_strncpy_from_user(d, s, n) macro 742 #define __strncpy_from_user(d, s, n) arc_strncpy_from_user_noinline(d, s, n) macro
|
/linux-4.1.27/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.1.27/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.1.27/include/asm-generic/ |
D | uaccess.h | 280 __strncpy_from_user(char *dst, const char __user *src, long count) in __strncpy_from_user() function
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | uaccess.h | 399 #define __strncpy_from_user __strncpy_user macro
|
/linux-4.1.27/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.1.27/arch/tile/include/asm/ |
D | uaccess.h | 511 static inline long __must_check __strncpy_from_user( in __strncpy_from_user() function
|
/linux-4.1.27/arch/mips/include/asm/ |
D | uaccess.h | 1249 __strncpy_from_user(char *__to, const char __user *__from, long __len) in __strncpy_from_user() function
|
/linux-4.1.27/arch/metag/lib/ |
D | usercopy.c | 1302 long __strncpy_from_user(char *dst, const char __user *src, long count) in __strncpy_from_user() function
|