Home
last modified time | relevance | path

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

12

/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/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/include/linux/
H A Dbpfptr.h86 return strncpy_from_user(dst, src.user, count); in strncpy_from_bpfptr()
H A Dsockptr.h161 return strncpy_from_user(dst, src.user, count); in strncpy_from_sockptr()
/linux/arch/nios2/include/asm/
H A Duaccess.h63 extern long strncpy_from_user(char *__to, const char __user *__from,
/linux/arch/sh/include/asm/
H A Duaccess.h79 extern long strncpy_from_user(char *dest, const char __user *src, long count);
/linux/arch/microblaze/include/asm/
H A Duaccess.h259 __must_check long strncpy_from_user(char *dst, const char __user *src,
/linux/arch/openrisc/include/asm/
H A Duaccess.h234 extern long strncpy_from_user(char *dest, const char __user *src, long count);
/linux/arch/parisc/include/asm/
H A Duaccess.h186 extern long strncpy_from_user(char *, const char __user *, long);
/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/loongarch/include/asm/
H A Duaccess.h310 extern long strncpy_from_user(char *to, const char __user *from, long n);
/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/rust/kernel/
H A Duaccess.rs576 bindings::strncpy_from_user( in raw_strncpy_from_user()
/linux/mm/
H A Dmemfd.c443 len = strncpy_from_user(&name[MFD_NAME_PREFIX_LEN], uname, MFD_NAME_MAX_LEN + 1); in alloc_name()
H A Dkmemleak.c2123 if (strncpy_from_user(buf, user_buf, buf_size) < 0) in kmemleak_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/riscv/include/asm/
H A Duaccess.h435 extern long strncpy_from_user(char *dest, const char __user *src, long count);
/linux/lib/
H A DMakefile236 obj-$(CONFIG_GENERIC_STRNCPY_FROM_USER) += strncpy_from_user.o
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_ioctl.c661 ret = strncpy_from_user(vfpriv->debug_name, in virtio_gpu_context_init_ioctl()
/linux/drivers/staging/media/av7110/
H A Dav7110_hw.c1117 if (strncpy_from_user(textbuf, dc->data, 240) < 0) { in av7110_osd_cmd()
/linux/security/keys/
H A Dkeyctl.c51 ret = strncpy_from_user(type, _type, len); in key_get_type_from_user()
/linux/kernel/trace/
H A Dtrace_syscalls.c672 ret = strncpy_from_user(buf, ptr, size); in syscall_copy_user()
H A Dtrace_uprobe.c161 ret = strncpy_from_user(dst, src, maxlen); in fetch_store_string()

12