Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h393 #define strncat grub_strncat
958 int grub_strncat (char *s1, const char *s2, int n);
962 int grub_strncat (char *s1, const char *s2, int n);
H A Dstage2.c933 grub_strncat (default_file + i, "default", DEFAULT_FILE_BUFLEN - i); in cmain()
H A Dchar_io.c1098 grub_strncat (char *s1, const char *s2, int n) in grub_strncat() function
H A Dbuiltins.c4565 grub_strncat (device, tmp, sizeof (device)); in setup_func()
4571 grub_strncat (device, tmp, sizeof (device)); in setup_func()
4573 grub_strncat (device, ")", sizeof (device)); in setup_func()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog6640 [!STAGE1_5] (grub_strncat): New function.
6647 * stage2/shared.h (grub_strncat): Declared.
7523 * stage2/char_io.c (grub_strncat): Likewise.
8111 [!STAGE1_5] (grub_strncat): Declare S2 as `const char *'.
8119 (grub_strncat): Likewise.
8765 (grub_strncat): Renamed from strncat.