Searched refs:strcpy (Results 1 – 15 of 15) sorted by relevance
/DragonOS-0.1.2/user/apps/shell/ |
D | shell.c | 69 strcpy(real_history_commands[count_history - 1], input_buffer); in main_loop() 73 strcpy(history_commands[i], real_history_commands[i]); in main_loop() 79 strcpy(command_origin, input_buffer); in main_loop() 141 strcpy(buf, history_commands[current_command_index]); in change_command() 219 strcpy(history_commands[count_history], buf); in shell_readline() 224 strcpy(history_commands[current_command_index], buf); in shell_readline()
|
D | cmd.c | 516 strcpy(input_buffer, "exec /bin/about.elf\0"); in shell_cmd_about()
|
/DragonOS-0.1.2/user/libs/libc/src/ |
D | string.c | 96 strcpy(dest + strlen(dest), src); in strcat() 107 char *strcpy(char *dst, const char *src) in strcpy() function
|
D | string.h | 40 char* strcpy(char* dst, const char* src);
|
/DragonOS-0.1.2/kernel/src/libs/ |
D | string.c | 11 char *strcpy(char *dst, const char *src) in strcpy() function 119 strcpy(dest + strlen(dest), src); in strcat()
|
/DragonOS-0.1.2/docs/userland/libc/apis/api-list/ |
D | string.md | 23 ``char* strcpy(char *dst,const char *src)`` : 复制整个字符串
|
/DragonOS-0.1.2/kernel/src/common/ |
D | string.h | 10 char *strcpy(char *dst, const char *src);
|
/DragonOS-0.1.2/kernel/src/filesystem/devfs/ |
D | chardev.c | 54 strcpy(devname, chardev_name_prefix[private_info->sub_type]); in __devfs_chardev_register()
|
D | internal.h | 93 strcpy(dentry->name, name); in __devfs_fill_dentry()
|
D | devfs.c | 280 strcpy(base_path, "/dev/char"); in devfs_unregister_device()
|
/DragonOS-0.1.2/kernel/src/filesystem/procfs/ |
D | procfs.c | 454 strcpy(tmp, "/proc/"); in procfs_register_pid() 455 strcpy(tmp + 6, ltoa(pid)); in procfs_register_pid() 461 strcpy(tmp + 6 + len, "/status"); in procfs_register_pid()
|
/DragonOS-0.1.2/kernel/src/filesystem/rootfs/ |
D | rootfs.c | 128 strcpy(dentry->name, name); in rootfs_add_dir()
|
/DragonOS-0.1.2/kernel/src/libs/libUI/ |
D | textui.c | 313 strcpy(textui_framework.name, name); in textui_init()
|
/DragonOS-0.1.2/docs/kernel/core_api/ |
D | kernel_api.md | 513 #### `char *strcpy(char *dst, const char *src)`
|
/DragonOS-0.1.2/kernel/src/driver/disk/ahci/ |
D | ahci.c | 91 strcpy(ahci_gendisk0.disk_name, "ahci0"); in ahci_init_gendisk()
|