Home
last modified time | relevance | path

Searched defs:strncpy_from_user (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/lib/
H A Dstrncpy_from_user.c113 long strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
/openbmc/linux/arch/xtensa/include/asm/
H A Duaccess.h273 strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
/openbmc/linux/arch/ia64/include/asm/
H A Duaccess.h224 #define strncpy_from_user(to, from, n) \ macro
/openbmc/linux/arch/um/kernel/skas/
H A Duaccess.c182 long strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
/openbmc/linux/arch/mips/include/asm/
H A Duaccess.h508 strncpy_from_user(char *__to, const char __user *__from, long __len) in strncpy_from_user() function