Home
last modified time | relevance | path

Searched refs:grub_strncat (Results 1 – 5 of 5) sorted by relevance

/external/grub/stage2/
Dshared.h367 #define strncat grub_strncat
873 int grub_strncat (char *s1, const char *s2, int n);
876 int grub_strncat (char *s1, const char *s2, int n);
Dstage2.c884 grub_strncat (default_file, config_file, DEFAULT_FILE_BUFLEN); in cmain()
892 grub_strncat (default_file + i, "default", DEFAULT_FILE_BUFLEN - i); in cmain()
Dchar_io.c950 grub_strncat (char *s1, const char *s2, int n) in grub_strncat() function
Dbuiltins.c3887 grub_strncat (device, tmp, 256); in setup_func()
3893 grub_strncat (device, tmp, 256); in setup_func()
3895 grub_strncat (device, ")", 256); in setup_func()
/external/grub/
DChangeLog6481 [!STAGE1_5] (grub_strncat): New function.
6488 * stage2/shared.h (grub_strncat): Declared.
7364 * stage2/char_io.c (grub_strncat): Likewise.
7952 [!STAGE1_5] (grub_strncat): Declare S2 as `const char *'.
7960 (grub_strncat): Likewise.
8606 (grub_strncat): Renamed from strncat.