/arch/mips/cavium-octeon/executive/ |
D | octeon-model.c | 195 strcpy(pass, "1.X"); in octeon_model_get_string_buffer() 198 strcpy(pass, "2.X"); in octeon_model_get_string_buffer() 201 strcpy(pass, "3.X"); in octeon_model_get_string_buffer() 204 strcpy(pass, "X.X"); in octeon_model_get_string_buffer() 219 strcpy(pass, "1.0"); in octeon_model_get_string_buffer() 222 strcpy(pass, "1.1"); in octeon_model_get_string_buffer() 225 strcpy(pass, "X.X"); in octeon_model_get_string_buffer() 240 strcpy(pass, "1.0"); in octeon_model_get_string_buffer() 243 strcpy(pass, "1.1"); in octeon_model_get_string_buffer() 246 strcpy(pass, "X.X"); in octeon_model_get_string_buffer() [all …]
|
/arch/alpha/lib/ |
D | strcpy.S | 12 .globl strcpy symbol 13 .ent strcpy 14 strcpy: label 23 .end strcpy
|
/arch/m68k/lib/ |
D | string.c | 12 char *strcpy(char *dest, const char *src) in strcpy() function 16 EXPORT_SYMBOL(strcpy);
|
/arch/m68k/include/asm/ |
D | string.h | 39 #define strcpy(d, s) (__builtin_constant_p(s) && \ macro 44 #define strcpy(d, s) __kernel_strcpy(d, s) macro 67 strcpy(__d + strlen(__d), (s)); \
|
/arch/sh/lib64/ |
D | strcpy.S | 18 .globl strcpy symbol 19 .type strcpy, @function 22 strcpy: label 97 .size strcpy,.-strcpy
|
D | Makefile | 14 copy_user_memcpy.o copy_page.o strcpy.o strlen.o
|
/arch/um/os-Linux/ |
D | util.c | 55 strcpy(machine_out, "i686"); in setup_machinename() 60 strcpy(machine_out, "x86_64"); in setup_machinename() 65 strcpy(machine_out, host.machine); in setup_machinename()
|
/arch/mips/lasat/ |
D | lasat_board.c | 244 strcpy(lasat_board_info.li_bmstr, in lasat_init_board_info() 250 strcpy(lasat_board_info.li_namestr, "Unknown Model"); in lasat_init_board_info() 251 strcpy(lasat_board_info.li_typestr, "Unknown Type"); in lasat_init_board_info() 254 strcpy(lasat_board_info.li_namestr, ppi->pi_name); in lasat_init_board_info() 256 strcpy(lasat_board_info.li_typestr, ppi->pi_type); in lasat_init_board_info()
|
/arch/mips/rb532/ |
D | prom.c | 106 strcpy(cp, prom_argv[i]); in prom_setup_cmdline() 114 strcpy(cp, arcs_cmdline); in prom_setup_cmdline() 119 strcpy(arcs_cmdline, cmd_line); in prom_setup_cmdline()
|
/arch/ia64/sn/kernel/ |
D | klconflib.c | 94 strcpy(buffer, "rack" "/"); buffer += strlen(buffer); in format_module_id() 100 strcpy(buffer, "/" "bay" "/"); buffer += strlen(buffer); in format_module_id()
|
/arch/sparc/kernel/ |
D | prom_32.c | 204 strcpy(tmp_buf, dp->name); in build_path_component() 207 strcpy(n, tmp_buf); in build_path_component() 258 strcpy(of_console_path, dp->full_name); in of_console_init() 298 strcpy(of_console_path, dp->full_name); in of_console_init() 316 strcpy(of_console_path, path); in of_console_init()
|
/arch/mips/fw/arc/ |
D | cmdline.c | 54 strcpy(cp, s); in move_firmware_args() 89 strcpy(cp, prom_argv(actr)); in prom_init_cmdline()
|
/arch/mips/bcm47xx/ |
D | prom.c | 110 strcpy(arcs_cmdline, buf); in prom_init_cmdline() 120 strcpy(buf, "uart0"); in prom_init_cmdline()
|
/arch/arc/lib/ |
D | Makefile | 8 lib-y := strchr-700.o strcmp.o strcpy-700.o strlen.o
|
D | strcpy-700.S | 21 ARC_ENTRY strcpy 70 ARC_EXIT strcpy
|
/arch/sh/include/asm/ |
D | string_64.h | 16 extern char *strcpy(char *__dest, const char *__src);
|
/arch/s390/include/asm/ |
D | string.h | 97 static inline char *strcpy(char *dst, const char *src) in strcpy() function 138 char *strcpy(char *dst, const char *src);
|
/arch/arc/include/asm/ |
D | string.h | 35 extern char *strcpy(char *dest, const char *src);
|
/arch/powerpc/include/asm/ |
D | string.h | 18 extern char * strcpy(char *,const char *);
|
/arch/x86/lib/ |
D | string_32.c | 17 char *strcpy(char *dest, const char *src) in strcpy() function 28 EXPORT_SYMBOL(strcpy);
|
/arch/mips/sgi-ip22/ |
D | ip22-setup.c | 70 strcpy(options, baud); in plat_mem_setup()
|
/arch/blackfin/lib/ |
D | Makefile | 9 strcmp.o strcpy.o strncmp.o strncpy.o \
|
/arch/um/drivers/ |
D | mconsole_kern.h | 33 strcpy(str, chunk); \
|
/arch/mips/pnx833x/common/ |
D | prom.c | 37 strcpy(c, argv[i]); in prom_init_cmdline()
|
/arch/m68k/platform/68000/ |
D | m68EZ328.c | 68 if (p) strcpy(p,command); in _bsc0()
|