Searched defs:strncpy_from_user (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/lib/ ! |
D | strncpy_from_user.c | 113 long strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
|
/linux-6.6.21/arch/xtensa/include/asm/ ! |
D | uaccess.h | 273 strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
|
/linux-6.6.21/arch/ia64/include/asm/ ! |
D | uaccess.h | 224 #define strncpy_from_user(to, from, n) \ macro
|
/linux-6.6.21/arch/um/kernel/skas/ ! |
D | uaccess.c | 182 long strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
|
/linux-6.6.21/arch/mips/include/asm/ ! |
D | uaccess.h | 508 strncpy_from_user(char *__to, const char __user *__from, long __len) in strncpy_from_user() function
|