/linux-4.4.14/arch/avr32/lib/ |
D | strncpy_from_user.S | 28 .global strncpy_from_user 29 .type strncpy_from_user, "function" 30 strncpy_from_user: label
|
D | Makefile | 6 lib-y += strncpy_from_user.o strnlen_user.o
|
/linux-4.4.14/arch/h8300/lib/ |
D | strncpy.S | 6 .global strncpy_from_user 8 ;;; long strncpy_from_user(void *to, void *from, size_t n) 9 strncpy_from_user: label
|
/linux-4.4.14/arch/h8300/kernel/ |
D | h8300_ksyms.c | 21 asmlinkage long strncpy_from_user(void *to, void *from, size_t n); 36 EXPORT_SYMBOL(strncpy_from_user);
|
/linux-4.4.14/arch/frv/kernel/ |
D | uaccess.c | 20 long strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function 64 EXPORT_SYMBOL(strncpy_from_user);
|
/linux-4.4.14/lib/ |
D | strncpy_from_user.c | 99 long strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function 114 EXPORT_SYMBOL(strncpy_from_user);
|
D | Makefile | 160 obj-$(CONFIG_GENERIC_STRNCPY_FROM_USER) += strncpy_from_user.o
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | uaccess.h | 12 long strncpy_from_user(char *dest, const char __user *src, long count);
|
/linux-4.4.14/arch/nios2/mm/ |
D | uaccess.c | 132 long strncpy_from_user(char *__to, const char __user *__from, long __len) in strncpy_from_user() function
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | mn10300_ksyms.c | 25 EXPORT_SYMBOL(strncpy_from_user);
|
/linux-4.4.14/arch/avr32/kernel/ |
D | avr32_ksyms.c | 42 EXPORT_SYMBOL(strncpy_from_user);
|
/linux-4.4.14/arch/unicore32/lib/ |
D | Makefile | 8 lib-y += strncpy_from_user.o strnlen_user.o
|
/linux-4.4.14/arch/m32r/kernel/ |
D | m32r_ksyms.c | 25 EXPORT_SYMBOL(strncpy_from_user);
|
/linux-4.4.14/arch/mn10300/lib/ |
D | usercopy.c | 77 strncpy_from_user(char *dst, const char *src, long count) in strncpy_from_user() function
|
/linux-4.4.14/arch/ia64/lib/ |
D | Makefile | 10 clear_user.o strncpy_from_user.o strlen_user.o strnlen_user.o \
|
/linux-4.4.14/arch/m32r/lib/ |
D | usercopy.c | 121 strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | uaccess_no.h | 147 strncpy_from_user(char *dst, const char *src, long count) in strncpy_from_user() function
|
D | uaccess_mm.h | 385 extern long strncpy_from_user(char *dst, const char __user *src, long count);
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_debugfs.c | 82 ret = strncpy_from_user(buf, ptr, len); in armada_debugfs_write()
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | uaccess.h | 118 extern long strncpy_from_user(char *__to, const char __user *__from,
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | uaccess.h | 214 extern long strncpy_from_user(char *, const char __user *, long);
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | uaccess.h | 288 extern long strncpy_from_user(char *dest, const char __user *src, long count);
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | uaccess.h | 203 strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | uaccess.h | 315 extern long strncpy_from_user(char *dst, const char __user *src, long count);
|
/linux-4.4.14/arch/sh/include/asm/ |
D | uaccess.h | 105 extern long strncpy_from_user(char *dest, const char __user *src, long count);
|
/linux-4.4.14/arch/metag/include/asm/ |
D | uaccess.h | 189 #define strncpy_from_user(dst, src, count) __strncpy_from_user(dst, src, count) macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | uaccess.h | 312 extern long strncpy_from_user(char *dst, const char __user *src, long count);
|
/linux-4.4.14/arch/s390/include/asm/ |
D | uaccess.h | 337 strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
|
/linux-4.4.14/kernel/ |
D | reboot.c | 339 ret = strncpy_from_user(&buffer[0], arg, sizeof(buffer) - 1); in SYSCALL_DEFINE4()
|
D | sys.c | 2136 if (strncpy_from_user(comm, (char __user *)arg2, in SYSCALL_DEFINE5()
|
D | module.c | 963 if (strncpy_from_user(name, name_user, MODULE_NAME_LEN-1) < 0) in SYSCALL_DEFINE2()
|
/linux-4.4.14/fs/ |
D | xattr.c | 333 error = strncpy_from_user(kname, name, sizeof(kname)); in setxattr() 434 error = strncpy_from_user(kname, name, sizeof(kname)); in getxattr() 606 error = strncpy_from_user(kname, name, sizeof(kname)); in removexattr()
|
D | namei.c | 146 len = strncpy_from_user(kname, filename, EMBEDDED_NAME_MAX); in getname_flags() 173 len = strncpy_from_user(kname, filename, PATH_MAX); in getname_flags()
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | uaccess.h | 319 extern long strncpy_from_user(char *dest, const char __user *src, long count);
|
/linux-4.4.14/include/asm-generic/ |
D | uaccess.h | 293 strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
|
/linux-4.4.14/arch/score/include/asm/ |
D | uaccess.h | 398 static inline int strncpy_from_user(char *dst, const char *src, long len) in strncpy_from_user() function
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | uaccess.h | 404 strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | uaccess.h | 654 long __must_check strncpy_from_user(char *dst, const char __user *src,
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | uaccess.h | 488 extern long strncpy_from_user(char *dst, const char __user *src, long count);
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | uaccess.h | 468 strncpy_from_user(char *dst, const char *src, long count)
|
/linux-4.4.14/drivers/s390/cio/ |
D | blacklist.c | 366 if (strncpy_from_user (buf, user_buf, user_len) < 0) { in cio_ignore_write()
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | uaccess.h | 439 extern long strncpy_from_user(char *dest, const char __user *src, long count);
|
/linux-4.4.14/arch/tile/include/asm/ |
D | uaccess.h | 483 extern long strncpy_from_user(char *dst, const char __user *src, long);
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | uaccess.h | 307 #define strncpy_from_user(to, from, n) \ macro
|
/linux-4.4.14/arch/cris/include/asm/ |
D | uaccess.h | 228 strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | uaccess.h | 447 extern long strncpy_from_user(char *dst, const char __user *src, long count);
|
/linux-4.4.14/arch/x86/include/asm/ |
D | uaccess.h | 533 strncpy_from_user(char *dst, const char __user *src, long count);
|
/linux-4.4.14/arch/arm/include/asm/ |
D | uaccess.h | 570 extern long strncpy_from_user(char *dest, const char __user *src, long count);
|
/linux-4.4.14/drivers/staging/android/ |
D | ashmem.c | 522 len = strncpy_from_user(local_name, name, ASHMEM_NAME_LEN); in set_name()
|
/linux-4.4.14/kernel/bpf/ |
D | syscall.c | 633 if (strncpy_from_user(license, u64_to_ptr(attr->license), in bpf_prog_load()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_ioctl32.c | 437 ops[i].am_error = strncpy_from_user((char *)attr_name, in xfs_compat_attrmulti_by_handle()
|
D | xfs_ioctl.c | 563 ops[i].am_error = strncpy_from_user((char *)attr_name, in xfs_attrmulti_by_handle()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | uaccess.h | 1344 strncpy_from_user(char *__to, const char __user *__from, long __len) in strncpy_from_user() function
|
/linux-4.4.14/security/keys/ |
D | keyctl.c | 37 ret = strncpy_from_user(type, _type, len); in key_get_type_from_user()
|
/linux-4.4.14/kernel/trace/ |
D | trace_uprobe.c | 151 ret = strncpy_from_user(dst, src, maxlen); in DEFINE_BASIC_FETCH_FUNCS()
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | av7110_hw.c | 1149 if (strncpy_from_user(textbuf, dc->data, 240) < 0) { in av7110_osd_cmd()
|
/linux-4.4.14/mm/ |
D | kmemleak.c | 1702 if (strncpy_from_user(buf, user_buf, buf_size) < 0) in kmemleak_write()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | dir.c | 1222 len = strncpy_from_user(tmp, filename, NAME_MAX + 1); in ll_getname()
|
/linux-4.4.14/net/ipv4/ |
D | tcp.c | 2339 val = strncpy_from_user(name, optval, in do_tcp_setsockopt()
|
/linux-4.4.14/drivers/tty/vt/ |
D | vt.c | 4175 else if (strncpy_from_user(name, op->data, MAX_FONT_NAME - 1) < 0) in con_font_default()
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 1914 0) | strncpy_from_user() {
|