Searched refs:strnlen_user (Results 1 - 25 of 59) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/lib/
H A DMakefile6 usercopy.o strncpy_user.o strnlen_user.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/lib/
H A Dstrnlen_user.S17 .global strnlen_user
18 .type strnlen_user, "function"
19 strnlen_user: label
H A DMakefile6 lib-y += strncpy_from_user.o strnlen_user.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/lib/
H A Duaccess.c147 long strnlen_user(const char __user *src, long n) function
178 EXPORT_SYMBOL(strnlen_user); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Duaccess.c72 long strnlen_user(const char __user *src, long count) function
98 } /* end strnlen_user() */
100 EXPORT_SYMBOL(strnlen_user); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dmn10300_ksyms.c31 EXPORT_SYMBOL(strnlen_user); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Dusercopy_64.c128 long strnlen_user(const char __user *s, long n) function
134 EXPORT_SYMBOL(strnlen_user); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Duaccess_no.h161 static inline long strnlen_user(const char *src, long n) function
166 #define strlen_user(str) strnlen_user(str, 32767)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Duaccess.h144 static inline long strnlen_user(const char *src, long n) function
149 #define strlen_user(str) strnlen_user(str, 32767)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/lib/
H A Dusercopy.c246 long strnlen_user(const char __user *s, long n) function
296 /* NOTE: strnlen_user() algorithm:
315 long strnlen_user(const char __user *s, long n) function
372 /* NOTE: strnlen_user() algorithm:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/lib/
H A Dusercopy.c135 long strnlen_user(const char *s, long n) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dum_uaccess.h95 extern int strnlen_user(const void __user *str, int len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dksyms.c27 EXPORT_SYMBOL(strnlen_user); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Duaccess.h84 size_t (*strnlen_user)(size_t, const char __user *); member in struct:uaccess_ops
336 strnlen_user(const char __user * src, unsigned long n) function
339 return uaccess.strnlen_user(n, src);
354 * consider using strnlen_user() instead.
356 #define strlen_user(str) strnlen_user(str, ~0UL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Davr32_ksyms.c46 EXPORT_SYMBOL(strnlen_user); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/lib/
H A DMakefile6 strlen_user.o strncpy_user.o strnlen_user.o uncached.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Duaccess.h196 * strnlen_user: - Get the size of a string in user space.
208 static inline long strnlen_user(const char __user *s, long n) function
228 * consider using strnlen_user() instead.
230 #define strlen_user(str) strnlen_user(str, ~0UL >> 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/lib/
H A Duaccess_mvcos.c209 .strnlen_user = strnlen_user_std,
222 .strnlen_user = strnlen_user_mvcos,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Duaccess_32.h234 * consider using strnlen_user() instead.
236 #define strlen_user(str) strnlen_user(str, LONG_MAX)
238 long strnlen_user(const char __user *str, long n);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Duaccess.h91 #define strlen_user(str) strnlen_user(str, ~0U >> 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dm32r_ksyms.c32 EXPORT_SYMBOL(strnlen_user); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A DMakefile11 strncpy_from_user.o strnlen_user.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Duaccess.h291 #ifndef strnlen_user
292 static inline long strnlen_user(const char __user *src, long n) function
302 return strnlen_user(src, 32767);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/lib/
H A DMakefile10 clear_user.o strncpy_from_user.o strlen_user.o strnlen_user.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev67-strlen_user.S9 * and the data is not trusted, strnlen_user() should be used.
50 # be using strnlen_user() instead

Completed in 274 milliseconds

123