| /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/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/include/linux/ |
| H A D | bpfptr.h | 86 return strncpy_from_user(dst, src.user, count); in strncpy_from_bpfptr()
|
| H A D | sockptr.h | 161 return strncpy_from_user(dst, src.user, count); in strncpy_from_sockptr()
|
| /linux/arch/nios2/include/asm/ |
| H A D | uaccess.h | 63 extern long strncpy_from_user(char *__to, const char __user *__from,
|
| /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/microblaze/include/asm/ |
| H A D | uaccess.h | 259 __must_check long strncpy_from_user(char *dst, const char __user *src,
|
| /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/arch/parisc/include/asm/ |
| H A D | uaccess.h | 186 extern long strncpy_from_user(char *, const char __user *, long);
|
| /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/loongarch/include/asm/ |
| H A D | uaccess.h | 310 extern long strncpy_from_user(char *to, const char __user *from, long n);
|
| /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/rust/kernel/ |
| H A D | uaccess.rs | 576 bindings::strncpy_from_user( in raw_strncpy_from_user()
|
| /linux/mm/ |
| H A D | memfd.c | 443 len = strncpy_from_user(&name[MFD_NAME_PREFIX_LEN], uname, MFD_NAME_MAX_LEN + 1); in alloc_name()
|
| H A D | kmemleak.c | 2123 if (strncpy_from_user(buf, user_buf, buf_size) < 0) in kmemleak_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/riscv/include/asm/ |
| H A D | uaccess.h | 435 extern long strncpy_from_user(char *dest, const char __user *src, long count);
|
| /linux/lib/ |
| H A D | Makefile | 236 obj-$(CONFIG_GENERIC_STRNCPY_FROM_USER) += strncpy_from_user.o
|
| /linux/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_ioctl.c | 661 ret = strncpy_from_user(vfpriv->debug_name, in virtio_gpu_context_init_ioctl()
|
| /linux/drivers/staging/media/av7110/ |
| H A D | av7110_hw.c | 1117 if (strncpy_from_user(textbuf, dc->data, 240) < 0) { in av7110_osd_cmd()
|
| /linux/security/keys/ |
| H A D | keyctl.c | 51 ret = strncpy_from_user(type, _type, len); in key_get_type_from_user()
|
| /linux/kernel/trace/ |
| H A D | trace_syscalls.c | 672 ret = strncpy_from_user(buf, ptr, size); in syscall_copy_user()
|
| H A D | trace_uprobe.c | 161 ret = strncpy_from_user(dst, src, maxlen); in fetch_store_string()
|