Searched refs:grub_strncat (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | shared.h | 392 #define strncat grub_strncat 955 int grub_strncat (char *s1, const char *s2, int n); 959 int grub_strncat (char *s1, const char *s2, int n);
|
H A D | stage2.c | 933 grub_strncat (default_file + i, "default", DEFAULT_FILE_BUFLEN - i); in cmain()
|
H A D | char_io.c | 1057 grub_strncat (char *s1, const char *s2, int n) in grub_strncat() function
|
H A D | builtins.c | 4506 grub_strncat (device, tmp, sizeof (device)); in setup_func() 4512 grub_strncat (device, tmp, sizeof (device)); in setup_func() 4514 grub_strncat (device, ")", sizeof (device)); in setup_func()
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 6640 [!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.
|