OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:default_file
(Results
1 - 3
of
3
) sorted by null
/external/grub/stage2/
stage2.c
878
char *
default_file
= (char *) DEFAULT_FILE_BUF;
local
883
*
default_file
= 0;
884
grub_strncat (
default_file
, config_file, DEFAULT_FILE_BUFLEN);
885
for (i = grub_strlen(
default_file
); i >= 0; i--)
886
if (
default_file
[i] == '/')
891
default_file
[i] = 0;
892
grub_strncat (
default_file
+ i, "default", DEFAULT_FILE_BUFLEN - i);
893
if (grub_open (
default_file
))
builtins.c
3281
char *
default_file
= (char *) DEFAULT_FILE_BUF;
local
[
all
...]
/external/grub/
ChangeLog
29
* stage2/stage2.c (cmain): Initialize
DEFAULT_FILE
to an empty
124
* stage2/stage2.c (cmain): Terminate
DEFAULT_FILE
with NUL
[
all
...]
Completed in 362 milliseconds