HomeSort by relevance Sort by last modified time
    Searched refs:grub_strncat (Results 1 - 4 of 4) sorted by null

  /external/grub/stage2/
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);
stage2.c 884 grub_strncat (default_file, config_file, DEFAULT_FILE_BUFLEN);
892 grub_strncat (default_file + i, "default", DEFAULT_FILE_BUFLEN - i);
char_io.c 950 grub_strncat (char *s1, const char *s2, int n) function
builtins.c     [all...]

Completed in 430 milliseconds