Searched refs:__strncpy_user (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/lib/
H A Duaccess_old.S15 * int __strncpy_user(char *to, char *from, int len);
24 .globl __strncpy_user;
25 .type __strncpy_user, @function
27 __strncpy_user: label
54 .size __strncpy_user, . - __strncpy_user
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dmicroblaze_ksyms.c60 EXPORT_SYMBOL(__strncpy_user); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/lib/
H A Dstrncpy_user.S26 * char *__strncpy_user(char *dst, const char *src, size_t len)
58 .global __strncpy_user
59 .type __strncpy_user,@function
60 __strncpy_user: label
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Duaccess.h390 extern int __strncpy_user(char *to, const char __user *from, int len);
392 #define __strncpy_from_user __strncpy_user
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Duaccess.h454 extern long __strncpy_user(char *, const char *, long);
455 #define __strncpy_from_user __strncpy_user

Completed in 65 milliseconds