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

12

/arch/avr32/lib/
H A Dstrncpy_from_user.S32 branch_if_kernel r8, __strncpy_from_user
35 .global __strncpy_from_user
36 .type __strncpy_from_user, "function"
37 __strncpy_from_user: label
/arch/unicore32/include/asm/
H A Duaccess.h22 #define __strncpy_from_user __strncpy_from_user macro
38 __strncpy_from_user(char *to, const char __user *from, unsigned long count);
/arch/unicore32/lib/
H A Dstrncpy_from_user.S25 ENTRY(__strncpy_from_user) function
36 ENDPROC(__strncpy_from_user)
/arch/ia64/lib/
H A Dstrncpy_from_user.S21 GLOBAL_ENTRY(__strncpy_from_user)
44 END(__strncpy_from_user)
/arch/mn10300/kernel/
H A Dmn10300_ksyms.c26 EXPORT_SYMBOL(__strncpy_from_user); variable
/arch/unicore32/kernel/
H A Dksyms.c45 EXPORT_SYMBOL(__strncpy_from_user); variable
/arch/avr32/kernel/
H A Davr32_ksyms.c43 EXPORT_SYMBOL(__strncpy_from_user); variable
/arch/hexagon/include/asm/
H A Duaccess.h87 #define __strncpy_from_user(dst, src, n) hexagon_strncpy_from_user(dst, src, n) macro
/arch/ia64/kernel/
H A Dia64_ksyms.c42 EXPORT_SYMBOL(__strncpy_from_user); variable
/arch/mn10300/lib/
H A Dusercopy.c69 __strncpy_from_user(char *dst, const char *src, long count) function
/arch/m32r/kernel/
H A Dm32r_ksyms.c26 EXPORT_SYMBOL(__strncpy_from_user); variable
/arch/m32r/lib/
H A Dusercopy.c113 __strncpy_from_user(char *dst, const char __user *src, long count) function
/arch/arc/include/asm/
H A Duaccess.h726 #define __strncpy_from_user(d, s, n) __arc_strncpy_from_user(d, s, n) macro
742 #define __strncpy_from_user(d, s, n) arc_strncpy_from_user_noinline(d, s, n) macro
/arch/metag/include/asm/
H A Duaccess.h181 extern long __must_check __strncpy_from_user(char *dst, const char __user *src,
184 #define strncpy_from_user(dst, src, count) __strncpy_from_user(dst, src, count)
/arch/microblaze/include/asm/
H A Duaccess.h399 #define __strncpy_from_user __strncpy_user macro
406 return __strncpy_from_user(dst, src, count);
/arch/s390/include/asm/
H A Duaccess.h330 long __strncpy_from_user(char *dst, const char __user *src, long count);
336 return __strncpy_from_user(dst, src, count);
/arch/s390/lib/
H A Duaccess.c366 long __strncpy_from_user(char *dst, const char __user *src, long size) function
385 EXPORT_SYMBOL(__strncpy_from_user); variable
/arch/score/include/asm/
H A Duaccess.h372 * __strncpy_from_user: - Copy a NUL terminated string from userspace, with less checking.
391 extern int __strncpy_from_user(char *dst, const char *src, long len);
396 return __strncpy_from_user(dst, src, len);
/arch/score/lib/
H A Dstring.S31 ENTRY(__strncpy_from_user) function
/arch/ia64/include/asm/
H A Duaccess.h304 extern long __must_check __strncpy_from_user (char *to, const char __user *from, long to_len);
311 __sfu_ret = __strncpy_from_user((to), __sfu_from, (n)); \
/arch/tile/include/asm/
H A Duaccess.h508 static inline long __must_check __strncpy_from_user( function
518 return __strncpy_from_user(dst, src, count);
/arch/xtensa/include/asm/
H A Duaccess.h465 #define __strncpy_from_user __strncpy_user
471 return __strncpy_from_user(dst, src, count);
/arch/avr32/include/asm/
H A Duaccess.h312 extern long __strncpy_from_user(char *dst, const char __user *src, long count);
/arch/m32r/include/asm/
H A Duaccess.h647 long __must_check __strncpy_from_user(char *dst,
/arch/mn10300/include/asm/
H A Duaccess.h489 extern long __strncpy_from_user(char *dst, const char __user *src, long count);

Completed in 583 milliseconds

12