Searched refs:grub_strcpy (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | char_io.c | 286 grub_strcpy ((char *) HISTORY_BUF + MAX_CMDLINE * no, cmdline); in add_history() 575 grub_strcpy (buf, cmdline); in real_get_cmdline() 698 grub_strcpy (cmdline, buf); in real_get_cmdline() 711 grub_strcpy (buf, p); in real_get_cmdline() 734 grub_strcpy (buf, p); in real_get_cmdline() 1461 grub_strcpy (char *dest, const char *src) in grub_strcpy() function
|
H A D | builtins.c | 958 grub_strcpy(config_file, menufile); in test_config_file() 987 grub_strcpy(c, "menu.lst.01"); in solaris_config_file() 1005 grub_strcpy(c, "menu.lst."); in solaris_config_file() 1009 grub_strcpy(c, bootfile + i); in solaris_config_file() 1011 grub_strcpy(c, bootfile); in solaris_config_file() 1615 grub_strcpy(argpart, tmp_argpart); in find_common() 2539 grub_strcpy (config_filename, ptr); in install_func() 2544 grub_strcpy (config_file_location, ptr); in install_func() 2573 grub_strcpy (config_file_location + sizeof (device), in install_func() 2619 grub_strcpy (location, real_config_filename); in install_func() [all …]
|
H A D | expand.c | 69 (void) grub_strcpy(expvars[i].v_name, name); in set_variable() 74 (void) grub_strcpy(expvars[i].v_value, value); in set_variable()
|
H A D | disk_io.c | 1514 grub_strcpy (buf, unique_string); in print_completions() 1591 grub_strcpy (ptr, unique_string); in print_completions() 1637 grub_strcpy (ptr, unique_string); in print_completions() 1657 grub_strcpy (ptr, unique_string); in print_completions()
|
H A D | shared.h | 399 #define strcpy grub_strcpy 967 char *grub_strcpy (char *dest, const char *src);
|
H A D | graphics.c | 132 grub_strcpy(splashimage, splashfile); in graphics_set_splash()
|
H A D | stage2.c | 925 grub_strcpy (default_file, config_file); in cmain()
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 7228 (grub_strcpy): Delared. 7230 * stage2/char_io.c [!STAGE1_5] (grub_strcpy): New function.
|