/linux-3.3/arch/avr32/lib/ |
D | strncpy_from_user.S | 28 .global strncpy_from_user symbol 30 strncpy_from_user: label
|
/linux-3.3/arch/frv/kernel/ |
D | uaccess.c | 20 long strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
|
/linux-3.3/arch/m68k/lib/ |
D | uaccess.c | 109 long strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
|
/linux-3.3/arch/mn10300/lib/ |
D | usercopy.c | 77 strncpy_from_user(char *dst, const char *src, long count) in strncpy_from_user() function
|
/linux-3.3/arch/s390/include/asm/ |
D | uaccess.h | 86 size_t (*strncpy_from_user)(size_t, const char __user *, char *); member 327 strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
|
/linux-3.3/arch/x86/lib/ |
D | usercopy_64.c | 51 strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
|
D | usercopy_32.c | 113 strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
|
/linux-3.3/arch/m32r/lib/ |
D | usercopy.c | 121 strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
|
/linux-3.3/arch/h8300/include/asm/ |
D | uaccess.h | 130 strncpy_from_user(char *dst, const char *src, long count) in strncpy_from_user() function
|
/linux-3.3/include/asm-generic/ |
D | uaccess.h | 279 strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
|
/linux-3.3/arch/sh/include/asm/ |
D | uaccess.h | 158 #define strncpy_from_user(dest,src,count) \ macro
|
/linux-3.3/arch/m68k/include/asm/ |
D | uaccess_no.h | 147 strncpy_from_user(char *dst, const char *src, long count) in strncpy_from_user() function
|
/linux-3.3/arch/sparc/include/asm/ |
D | uaccess_64.h | 263 #define strncpy_from_user __strncpy_from_user macro
|
D | uaccess_32.h | 310 static inline long strncpy_from_user(char *dest, const char __user *src, long count) in strncpy_from_user() function
|
/linux-3.3/arch/um/kernel/skas/ |
D | uaccess.c | 191 int strncpy_from_user(char *dst, const char __user *src, int count) in strncpy_from_user() function
|
/linux-3.3/arch/blackfin/include/asm/ |
D | uaccess.h | 219 strncpy_from_user(char *dst, const char *src, long count) in strncpy_from_user() function
|
/linux-3.3/arch/parisc/include/asm/ |
D | uaccess.h | 230 #define strncpy_from_user lstrncpy_from_user macro
|
/linux-3.3/arch/microblaze/include/asm/ |
D | uaccess.h | 395 strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
|
/linux-3.3/arch/score/include/asm/ |
D | uaccess.h | 393 static inline int strncpy_from_user(char *dst, const char *src, long len) in strncpy_from_user() function
|
/linux-3.3/arch/tile/include/asm/ |
D | uaccess.h | 461 static inline long __must_check strncpy_from_user( in strncpy_from_user() function
|
/linux-3.3/arch/openrisc/include/asm/ |
D | uaccess.h | 319 static inline long strncpy_from_user(char *dst, const char *src, long count) in strncpy_from_user() function
|
/linux-3.3/arch/xtensa/include/asm/ |
D | uaccess.h | 458 strncpy_from_user(char *dst, const char *src, long count) in strncpy_from_user() function
|
/linux-3.3/arch/cris/include/asm/ |
D | uaccess.h | 210 strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
|
/linux-3.3/arch/arm/include/asm/ |
D | uaccess.h | 430 static inline long __must_check strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
|
/linux-3.3/arch/alpha/include/asm/ |
D | uaccess.h | 442 strncpy_from_user(char *to, const char __user *from, long n) in strncpy_from_user() function
|