Searched defs:__strncpy_from_user (Results 26 - 29 of 29) sorted by relevance

12

/arch/powerpc/kernel/
H A Dppc_ksyms.c88 EXPORT_SYMBOL(__strncpy_from_user); variable
/arch/sparc/lib/
H A Dksyms.c37 EXPORT_SYMBOL(__strncpy_from_user); variable
/arch/mips/include/asm/
H A Duaccess.h967 * __strncpy_from_user: - Copy a NUL terminated string from userspace, with less checking.
987 __strncpy_from_user(char *__to, const char __user *__from, long __len) function
/arch/sh/kernel/cpu/sh5/
H A Dentry.S1574 * int __strncpy_from_user(unsigned long __dest, unsigned long __src,
1587 .global __strncpy_from_user
1588 __strncpy_from_user: label

Completed in 125 milliseconds

12