Searched defs:menufile (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c997 test_config_file(char *menufile)
1007 if (grub_open(menufile)) {
1008 grub_strcpy(config_file, menufile);
1032 static char menufile[MENUFILE_LEN];
1035 char *c = menufile;
1066 if (test_config_file(menufile))
1070 * save off the name of this client-specific menufile and we'll
1074 i = grub_strlen(menufile);
1075 grub_strncat(client_menufile, menufile, i);
1087 grub_strcpy(menufile, bootfil
987 test_config_file(char *menufile) argument
1022 static char menufile[MENUFILE_LEN]; local
[all...]

Completed in 52 milliseconds