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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c2382 char *config_file_location;
2658 config_file_location = stage2_second_buffer + STAGE2_VER_STR_OFFS;
2659 while (*(config_file_location++))
2675 grub_memmove (config_file_location, (char *) &device,
2689 grub_strcpy (config_file_location, ptr);
2716 grub_memmove (config_file_location, (char *) &device,
2718 grub_strcpy (config_file_location + sizeof (device),
2354 char *config_file_location; local

Completed in 39 milliseconds