/linux/lib/ |
H A D | strncpy_from_user.c | 113 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 D | uaccess.h | 13 long strncpy_from_user(char *dest, const char __user *src, long count);
|
/linux/arch/xtensa/include/asm/ |
H A D | uaccess.h | 273 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 D | kasan_test_module.c | 59 unused = strncpy_from_user(kmem, usermem, size + 1); in copy_user_test()
|
/linux/arch/um/kernel/skas/ |
H A D | uaccess.c | 182 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 D | armada_debugfs.c | 67 ret = strncpy_from_user(buf, ptr, len); in armada_debugfs_crtc_reg_write()
|
/linux/arch/sh/include/asm/ |
H A D | uaccess.h | 79 extern long strncpy_from_user(char *dest, const char __user *src, long count);
|
/linux/arch/nios2/include/asm/ |
H A D | uaccess.h | 63 extern long strncpy_from_user(char *__to, const char __user *__from,
|
/linux/arch/loongarch/include/asm/ |
H A D | uaccess.h | 253 extern long strncpy_from_user(char *to, const char __user *from, long n);
|
/linux/arch/microblaze/include/asm/ |
H A D | uaccess.h | 259 __must_check long strncpy_from_user(char *dst, const char __user *src,
|
/linux/arch/parisc/include/asm/ |
H A D | uaccess.h | 171 extern long strncpy_from_user(char *, const char __user *, long);
|
/linux/mm/ |
H A D | maccess.c | 186 ret = strncpy_from_user(dst, unsafe_addr, count); in strncpy_from_user_nofault()
|
/linux/arch/openrisc/include/asm/ |
H A D | uaccess.h | 234 extern long strncpy_from_user(char *dest, const char __user *src, long count);
|
/linux/fs/ |
H A D | xattr.c | 600 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 D | uaccess.h | 207 extern long strncpy_from_user(char *dest, const char __user *src, long count);
|
/linux/include/asm-generic/ |
H A D | uaccess.h | 231 __must_check long strncpy_from_user(char *dst, const char __user *src,
|
/linux/arch/riscv/include/asm/ |
H A D | uaccess.h | 305 extern long strncpy_from_user(char *dest, const char __user *src, long count);
|
/linux/arch/mips/include/asm/ |
H A D | uaccess.h | 508 strncpy_from_user(char *__to, const char __user *__from, long __len) in strncpy_from_user() function
|
/linux/io_uring/ |
H A D | xattr.c | 68 ret = strncpy_from_user(ix->ctx.kname->name, name, in __io_getxattr_prep()
|
/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_msg.c | 547 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 D | blacklist.c | 372 if (strncpy_from_user (buf, user_buf, user_len) < 0) { in cio_ignore_write()
|
/linux/arch/x86/kernel/cpu/mtrr/ |
H A D | if.c | 107 length = strncpy_from_user(line, buf, len); in mtrr_write()
|
/linux/arch/m68k/include/asm/ |
H A D | uaccess.h | 441 extern long strncpy_from_user(char *dst, const char __user *src, long count);
|
/linux/arch/arm64/include/asm/ |
H A D | uaccess.h | 476 extern long strncpy_from_user(char *dest, const char __user *src, long count);
|
/linux/drivers/accel/ivpu/ |
H A D | ivpu_debugfs.c | 167 ret = strncpy_from_user(buffer, user_buf, size); in fw_dyndbg_fops_write()
|