Searched defs:strncpy_from_user (Results 1 - 18 of 18) sorted by relevance

/arch/avr32/lib/
H A Dstrncpy_from_user.S17 * long strncpy_from_user(char *dst, const char *src, long count)
28 .global strncpy_from_user
29 .type strncpy_from_user, "function"
30 strncpy_from_user: label
/arch/frv/kernel/
H A Duaccess.c20 long strncpy_from_user(char *dst, const char __user *src, long count) function
62 } /* end strncpy_from_user() */
64 EXPORT_SYMBOL(strncpy_from_user); variable
/arch/m32r/lib/
H A Dusercopy.c121 strncpy_from_user(char *dst, const char __user *src, long count) function
/arch/mn10300/kernel/
H A Dmn10300_ksyms.c25 EXPORT_SYMBOL(strncpy_from_user); variable
/arch/mn10300/lib/
H A Dusercopy.c77 strncpy_from_user(char *dst, const char *src, long count) function
/arch/avr32/kernel/
H A Davr32_ksyms.c42 EXPORT_SYMBOL(strncpy_from_user); variable
/arch/m68k/include/asm/
H A Duaccess_no.h147 strncpy_from_user(char *dst, const char *src, long count) function
/arch/blackfin/include/asm/
H A Duaccess.h203 strncpy_from_user(char *dst, const char __user *src, long count) function
/arch/cris/include/asm/
H A Duaccess.h210 strncpy_from_user(char *dst, const char __user *src, long count) function
/arch/ia64/include/asm/
H A Duaccess.h306 #define strncpy_from_user(to, from, n) \ macro
/arch/m32r/kernel/
H A Dm32r_ksyms.c25 EXPORT_SYMBOL(strncpy_from_user); variable
/arch/metag/include/asm/
H A Duaccess.h184 #define strncpy_from_user(dst, src, count) __strncpy_from_user(dst, src, count) macro
/arch/microblaze/include/asm/
H A Duaccess.h402 strncpy_from_user(char *dst, const char __user *src, long count) function
/arch/s390/include/asm/
H A Duaccess.h333 strncpy_from_user(char *dst, const char __user *src, long count) function
/arch/score/include/asm/
H A Duaccess.h393 static inline int strncpy_from_user(char *dst, const char *src, long len) function
/arch/tile/include/asm/
H A Duaccess.h488 * strncpy_from_user: - Copy a NUL terminated string from userspace, with less checking.
514 static inline long __must_check strncpy_from_user( function
/arch/um/kernel/skas/
H A Duaccess.c191 int strncpy_from_user(char *dst, const char __user *src, int count) function
210 EXPORT_SYMBOL(strncpy_from_user); variable
/arch/mips/include/asm/
H A Duaccess.h1280 * strncpy_from_user: - Copy a NUL terminated string from userspace.
1298 strncpy_from_user(char *__to, const char __user *__from, long __len) function

Completed in 808 milliseconds