Searched refs:grub_strcpy (Results 1 – 5 of 5) sorted by relevance
/external/grub/stage2/ |
D | char_io.c | 266 grub_strcpy ((char *) HISTORY_BUF + MAX_CMDLINE * no, cmdline); in add_history() 555 grub_strcpy (buf, cmdline); in real_get_cmdline() 678 grub_strcpy (cmdline, buf); in real_get_cmdline() 691 grub_strcpy (buf, p); in real_get_cmdline() 714 grub_strcpy (buf, p); in real_get_cmdline() 1272 grub_strcpy (char *dest, const char *src) in grub_strcpy() function
|
D | disk_io.c | 1348 grub_strcpy (buf, unique_string); in print_completions() 1425 grub_strcpy (ptr, unique_string); in print_completions() 1471 grub_strcpy (ptr, unique_string); in print_completions() 1491 grub_strcpy (ptr, unique_string); in print_completions()
|
D | shared.h | 373 #define strcpy grub_strcpy 881 char *grub_strcpy (char *dest, const char *src);
|
D | builtins.c | 2065 grub_strcpy (config_filename, ptr); in install_func() 2070 grub_strcpy (config_file_location, ptr); in install_func() 2099 grub_strcpy (config_file_location + sizeof (device), in install_func() 2145 grub_strcpy (location, real_config_filename); in install_func() 4057 grub_strcpy (real_config_filename, config_filename); in setup_func() 4060 grub_strcpy (stage2, buffer); in setup_func() 4374 grub_strcpy (options[i].var, ti_unescape_string (arg + len)); in terminfo_func()
|
/external/grub/ |
D | ChangeLog | 7069 (grub_strcpy): Delared. 7071 * stage2/char_io.c [!STAGE1_5] (grub_strcpy): New function.
|