Home
last modified time | relevance | path

Searched defs:__strncpy_from_user (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Duaccess.h35 #define __strncpy_from_user __strncpy_from_user macro
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Duaccess.h727 #define __strncpy_from_user(d, s, n) __arc_strncpy_from_user(d, s, n) macro
737 #define __strncpy_from_user(d, s, n) arc_strncpy_from_user_noinline(d, s, n) macro
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Duaccess.h60 #define __strncpy_from_user(dst, src, n) hexagon_strncpy_from_user(dst, src, n) macro
/OK3568_Linux_fs/kernel/arch/csky/lib/
H A Dusercopy.c81 long __strncpy_from_user(char *dst, const char *src, long count) in __strncpy_from_user() function
/OK3568_Linux_fs/kernel/arch/um/kernel/skas/
H A Duaccess.c191 long __strncpy_from_user(char *dst, const char __user *src, long count) in __strncpy_from_user() function
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Duaccess.h251 __strncpy_from_user(char *dst, const char __user *src, long count) in __strncpy_from_user() function
/OK3568_Linux_fs/kernel/arch/s390/lib/
H A Duaccess.c429 long __strncpy_from_user(char *dst, const char __user *src, long size) in __strncpy_from_user() function