OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:grub_strncat
(Results
1 - 5
of
5
) 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
...]
/external/grub/
ChangeLog
[
all
...]
Completed in 444 milliseconds