Searched refs:grub_strncat (Results 1 – 5 of 5) sorted by relevance
/external/grub/stage2/ |
D | shared.h | 367 #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);
|
D | stage2.c | 884 grub_strncat (default_file, config_file, DEFAULT_FILE_BUFLEN); in cmain() 892 grub_strncat (default_file + i, "default", DEFAULT_FILE_BUFLEN - i); in cmain()
|
D | char_io.c | 950 grub_strncat (char *s1, const char *s2, int n) in grub_strncat() function
|
D | builtins.c | 3887 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/ |
D | ChangeLog | 6481 [!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.
|