Home
last modified time | relevance | path

Searched refs:strncpy_from_user (Results 1 – 25 of 46) sorted by relevance

12

/linux/lib/
H A Dstrncpy_from_user.c113 long strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
155 EXPORT_SYMBOL(strncpy_from_user);
/linux/arch/sparc/include/asm/
H A Duaccess.h13 long strncpy_from_user(char *dest, const char __user *src, long count);
/linux/arch/xtensa/include/asm/
H A Duaccess.h273 strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
280 long strncpy_from_user(char *dst, const char __user *src, long count);
/linux/mm/kasan/
H A Dkasan_test_module.c59 unused = strncpy_from_user(kmem, usermem, size + 1); in copy_user_test()
/linux/arch/um/kernel/skas/
H A Duaccess.c182 long strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
195 EXPORT_SYMBOL(strncpy_from_user);
/linux/drivers/gpu/drm/armada/
H A Darmada_debugfs.c67 ret = strncpy_from_user(buf, ptr, len); in armada_debugfs_crtc_reg_write()
/linux/arch/sh/include/asm/
H A Duaccess.h79 extern long strncpy_from_user(char *dest, const char __user *src, long count);
/linux/arch/nios2/include/asm/
H A Duaccess.h63 extern long strncpy_from_user(char *__to, const char __user *__from,
/linux/arch/loongarch/include/asm/
H A Duaccess.h253 extern long strncpy_from_user(char *to, const char __user *from, long n);
/linux/arch/microblaze/include/asm/
H A Duaccess.h259 __must_check long strncpy_from_user(char *dst, const char __user *src,
/linux/arch/parisc/include/asm/
H A Duaccess.h171 extern long strncpy_from_user(char *, const char __user *, long);
/linux/mm/
H A Dmaccess.c186 ret = strncpy_from_user(dst, unsafe_addr, count); in strncpy_from_user_nofault()
/linux/arch/openrisc/include/asm/
H A Duaccess.h234 extern long strncpy_from_user(char *dest, const char __user *src, long count);
/linux/fs/
H A Dxattr.c600 error = strncpy_from_user(ctx->kname->name, name, in setxattr_copy()
766 error = strncpy_from_user(kname.name, name, sizeof(kname.name)); in getxattr()
917 error = strncpy_from_user(kname, name, sizeof(kname)); in path_removexattr()
961 error = strncpy_from_user(kname, name, sizeof(kname)); in SYSCALL_DEFINE2()
/linux/arch/alpha/include/asm/
H A Duaccess.h207 extern long strncpy_from_user(char *dest, const char __user *src, long count);
/linux/include/asm-generic/
H A Duaccess.h231 __must_check long strncpy_from_user(char *dst, const char __user *src,
/linux/arch/riscv/include/asm/
H A Duaccess.h305 extern long strncpy_from_user(char *dest, const char __user *src, long count);
/linux/arch/mips/include/asm/
H A Duaccess.h508 strncpy_from_user(char *__to, const char __user *__from, long __len) in strncpy_from_user() function
/linux/io_uring/
H A Dxattr.c68 ret = strncpy_from_user(ix->ctx.kname->name, name, in __io_getxattr_prep()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_msg.c547 length = strncpy_from_user(msg, (void __user *)((unsigned long)arg->send), in vmw_msg_ioctl()
1010 desc_len = strncpy_from_user(pdesc->description, u64_to_user_ptr(arg->description), in vmw_mksstat_add_ioctl()
/linux/drivers/s390/cio/
H A Dblacklist.c372 if (strncpy_from_user (buf, user_buf, user_len) < 0) { in cio_ignore_write()
/linux/arch/x86/kernel/cpu/mtrr/
H A Dif.c107 length = strncpy_from_user(line, buf, len); in mtrr_write()
/linux/arch/m68k/include/asm/
H A Duaccess.h441 extern long strncpy_from_user(char *dst, const char __user *src, long count);
/linux/arch/arm64/include/asm/
H A Duaccess.h476 extern long strncpy_from_user(char *dest, const char __user *src, long count);
/linux/drivers/accel/ivpu/
H A Divpu_debugfs.c167 ret = strncpy_from_user(buffer, user_buf, size); in fw_dyndbg_fops_write()

12