Searched defs:__strncpy_from_user (Results 1 - 19 of 19) sorted by relevance

/linux-4.4.14/arch/avr32/lib/
H A Dstrncpy_from_user.S37 __strncpy_from_user: label
/linux-4.4.14/arch/unicore32/include/asm/
H A Duaccess.h22 #define __strncpy_from_user __strncpy_from_user macro
/linux-4.4.14/arch/um/include/asm/
H A Duaccess.h38 #define __strncpy_from_user __strncpy_from_user macro
/linux-4.4.14/arch/mn10300/lib/
H A Dusercopy.c69 __strncpy_from_user(char *dst, const char *src, long count) __strncpy_from_user() function
/linux-4.4.14/arch/hexagon/include/asm/
H A Duaccess.h88 #define __strncpy_from_user(dst, src, n) hexagon_strncpy_from_user(dst, src, n) macro
/linux-4.4.14/arch/m32r/lib/
H A Dusercopy.c113 __strncpy_from_user(char *dst, const char __user *src, long count) __strncpy_from_user() function
/linux-4.4.14/arch/mn10300/kernel/
H A Dmn10300_ksyms.c26 EXPORT_SYMBOL(__strncpy_from_user); variable
/linux-4.4.14/arch/unicore32/kernel/
H A Dksyms.c45 EXPORT_SYMBOL(__strncpy_from_user); variable
/linux-4.4.14/arch/s390/lib/
H A Duaccess.c352 long __strncpy_from_user(char *dst, const char __user *src, long size) __strncpy_from_user() function
371 EXPORT_SYMBOL(__strncpy_from_user); variable
/linux-4.4.14/arch/arc/include/asm/
H A Duaccess.h725 #define __strncpy_from_user(d, s, n) __arc_strncpy_from_user(d, s, n) macro
741 #define __strncpy_from_user(d, s, n) arc_strncpy_from_user_noinline(d, s, n) macro
/linux-4.4.14/arch/ia64/kernel/
H A Dia64_ksyms.c42 EXPORT_SYMBOL(__strncpy_from_user); variable
/linux-4.4.14/arch/avr32/kernel/
H A Davr32_ksyms.c43 EXPORT_SYMBOL(__strncpy_from_user); variable
/linux-4.4.14/arch/um/kernel/skas/
H A Duaccess.c187 long __strncpy_from_user(char *dst, const char __user *src, long count) __strncpy_from_user() function
203 EXPORT_SYMBOL(__strncpy_from_user); variable
/linux-4.4.14/include/asm-generic/
H A Duaccess.h282 __strncpy_from_user(char *dst, const char __user *src, long count) __strncpy_from_user() function
/linux-4.4.14/arch/microblaze/include/asm/
H A Duaccess.h401 #define __strncpy_from_user __strncpy_user macro
/linux-4.4.14/arch/cris/include/asm/
H A Duaccess.h222 __strncpy_from_user(char *dst, const char __user *src, long count) __strncpy_from_user() function
/linux-4.4.14/arch/m32r/kernel/
H A Dm32r_ksyms.c26 EXPORT_SYMBOL(__strncpy_from_user); variable
/linux-4.4.14/arch/mips/include/asm/
H A Duaccess.h1295 __strncpy_from_user(char *__to, const char __user *__from, long __len) __strncpy_from_user() function
/linux-4.4.14/arch/metag/lib/
H A Dusercopy.c1302 long __strncpy_from_user(char *dst, const char __user *src, long count) __strncpy_from_user() function
1354 EXPORT_SYMBOL(__strncpy_from_user); variable

Completed in 913 milliseconds