/arch/alpha/lib/ |
D | strncpy.S | 21 .globl strncpy symbol 22 .ent strncpy 23 strncpy: label 82 .end strncpy 83 EXPORT_SYMBOL(strncpy)
|
D | Makefile | 58 $(obj)/styncpy.o: $(obj)/strncpy.o $(obj)/$(ev67-y)strncat.o \
|
/arch/powerpc/lib/ |
D | string.S | 15 _GLOBAL(strncpy) 33 EXPORT_SYMBOL(strncpy)
|
/arch/x86/lib/ |
D | string_32.c | 33 char *strncpy(char *dest, const char *src, size_t count) in strncpy() function 49 EXPORT_SYMBOL(strncpy);
|
/arch/h8300/lib/ |
D | Makefile | 6 lib-y = memcpy.o memset.o abs.o strncpy.o \
|
D | strncpy.S | 2 ;;; strncpy.S
|
/arch/mips/loongson2ef/common/ |
D | machtype.c | 51 strncpy(str, p, MACHTYPE_LEN); in prom_init_machtype()
|
/arch/powerpc/boot/ |
D | string.h | 7 extern char *strncpy(char *dest, const char *src, size_t n);
|
D | string.S | 21 .globl strncpy symbol 22 strncpy: label
|
/arch/m68k/kernel/ |
D | uboot.c | 78 strncpy(commandp, (const char *)uboot_cmd_start, size); in parse_uboot_commandline()
|
D | setup_no.c | 98 strncpy(&command_line[0], CONFIG_BOOTPARAM_STRING, sizeof(command_line)); in setup_arch()
|
/arch/m68k/include/asm/ |
D | string.h | 25 static inline char *strncpy(char *dest, const char *src, size_t n) in strncpy() function
|
/arch/alpha/include/asm/ |
D | string.h | 51 extern char * strncpy(char *, const char *, size_t);
|
/arch/s390/lib/ |
D | string.c | 127 char *strncpy(char *dest, const char *src, size_t n) in strncpy() function 134 EXPORT_SYMBOL(strncpy);
|
/arch/um/kernel/skas/ |
D | uaccess.c | 182 strncpy(to, (void *) from, len); in strncpy_chunk_from_user() 197 strncpy(dst, (__force void *) src, count); in __strncpy_from_user()
|
/arch/powerpc/include/asm/ |
D | string.h | 21 extern char * strncpy(char *,const char *, __kernel_size_t);
|
/arch/xtensa/include/asm/ |
D | string.h | 38 static inline char *strncpy(char *__dest, const char *__src, size_t __n) in strncpy() function
|
/arch/x86/platform/intel-mid/ |
D | sfi.c | 370 strncpy(spi_info.modalias, pentry->name, SFI_NAME_LEN); in sfi_handle_spi_dev() 400 strncpy(i2c_info.type, pentry->name, SFI_NAME_LEN); in sfi_handle_i2c_dev() 426 strncpy(sd_info.name, pentry->name, SFI_NAME_LEN); in sfi_handle_sd_dev()
|
/arch/x86/xen/ |
D | efi.c | 158 strncpy((char *)&boot_params->efi_info.efi_loader_signature, "Xen", in xen_efi_init()
|
/arch/arm64/kernel/ |
D | idreg-override.c | 152 strncpy(buf, cmdline, len); in __parse_cmdline()
|
/arch/s390/include/asm/ |
D | string.h | 48 char *strncpy(char *dest, const char *src, size_t n);
|
/arch/x86/include/asm/ |
D | string_32.h | 13 extern char *strncpy(char *dest, const char *src, size_t count);
|
/arch/um/os-Linux/drivers/ |
D | ethertap_user.c | 108 strncpy(gate_buf, gate, 15); in etap_tramp()
|
/arch/x86/kernel/cpu/mce/ |
D | dev-mcelog.c | 108 strncpy(mce_helper, buf, sizeof(mce_helper)); in set_trigger()
|
/arch/x86/platform/uv/ |
D | uv_nmi.c | 205 strncpy(arg, val, ACTION_LEN - 1); in param_set_action() 961 strncpy(uv_nmi_action, "dump", strlen(uv_nmi_action)); in uv_handle_nmi()
|