Home
last modified time | relevance | path

Searched refs:__strncpy_from_user (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/arch/um/include/asm/
H A Duaccess.h26 extern long __strncpy_from_user(char *dst, const char __user *src, long count);
35 #define __strncpy_from_user __strncpy_from_user macro
/kernel/linux/linux-5.10/arch/csky/lib/
H A Dusercopy.c61 * __strncpy_from_user: - Copy a NUL terminated string from userspace,
81 long __strncpy_from_user(char *dst, const char *src, long count) in __strncpy_from_user() function
88 EXPORT_SYMBOL(__strncpy_from_user); variable
/kernel/linux/linux-5.10/include/asm-generic/
H A Duaccess.h249 #ifndef __strncpy_from_user
251 __strncpy_from_user(char *dst, const char __user *src, long count) in __strncpy_from_user() function
266 return __strncpy_from_user(dst, src, count); in strncpy_from_user()
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Duaccess.h232 extern long __must_check __strncpy_from_user (char *to, const char __user *from, long to_len);
239 __sfu_ret = __strncpy_from_user((to), __sfu_from, (n)); \
/kernel/linux/linux-5.10/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
207 EXPORT_SYMBOL(__strncpy_from_user); variable
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Duaccess.h222 extern long __must_check __strncpy_from_user (char *to, const char __user *from, long to_len);
229 __sfu_ret = __strncpy_from_user((to), __sfu_from, (n)); \
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H A Duaccess.h60 #define __strncpy_from_user(dst, src, n) hexagon_strncpy_from_user(dst, src, n) macro
/kernel/linux/linux-5.10/arch/s390/lib/
H A Duaccess.c429 long __strncpy_from_user(char *dst, const char __user *src, long size) in __strncpy_from_user() function
448 EXPORT_SYMBOL(__strncpy_from_user); variable
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Duaccess.h255 long __strncpy_from_user(char *dst, const char __user *src, long count);
261 return __strncpy_from_user(dst, src, count); in strncpy_from_user()
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Duaccess.h392 long __strncpy_from_user(char *dst, const char *src, long count);

Completed in 11 milliseconds