Home
last modified time | relevance | path

Searched refs:grub_strcpy (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c264 grub_strcpy ((char *) HISTORY_BUF + MAX_CMDLINE * no, cmdline); in add_history()
553 grub_strcpy (buf, cmdline); in real_get_cmdline()
676 grub_strcpy (cmdline, buf); in real_get_cmdline()
689 grub_strcpy (buf, p); in real_get_cmdline()
712 grub_strcpy (buf, p); in real_get_cmdline()
1420 grub_strcpy (char *dest, const char *src) in grub_strcpy() function
H A Dexpand.c68 (void) grub_strcpy(expvars[i].v_name, name); in set_variable()
73 (void) grub_strcpy(expvars[i].v_value, value); in set_variable()
H A Dbuiltins.c955 grub_strcpy(config_file, menufile); in test_config_file()
984 grub_strcpy(c, "menu.lst.01"); in solaris_config_file()
1002 grub_strcpy(c, "menu.lst."); in solaris_config_file()
1006 grub_strcpy(c, bootfile + i); in solaris_config_file()
1008 grub_strcpy(c, bootfile); in solaris_config_file()
1612 grub_strcpy(argpart, tmp_argpart); in find_common()
2532 grub_strcpy (config_filename, ptr); in install_func()
2537 grub_strcpy (config_file_location, ptr); in install_func()
2566 grub_strcpy (config_file_location + sizeof (device), in install_func()
2612 grub_strcpy (location, real_config_filename); in install_func()
[all …]
H A Ddisk_io.c1511 grub_strcpy (buf, unique_string); in print_completions()
1588 grub_strcpy (ptr, unique_string); in print_completions()
1634 grub_strcpy (ptr, unique_string); in print_completions()
1654 grub_strcpy (ptr, unique_string); in print_completions()
H A Dshared.h398 #define strcpy grub_strcpy
964 char *grub_strcpy (char *dest, const char *src);
H A Dgraphics.c132 grub_strcpy(splashimage, splashfile); in graphics_set_splash()
H A Dstage2.c925 grub_strcpy (default_file, config_file); in cmain()
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog7228 (grub_strcpy): Delared.
7230 * stage2/char_io.c [!STAGE1_5] (grub_strcpy): New function.