OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:machpath
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/atari/stand/installboot/
installboot.c
226
const char *
machpath
;
local
239
machpath
= milanpath;
241
machpath
= stdpath;
242
size_t xxbootlen = strlen(mdecpath) + strlen(
machpath
) + 8;
244
snprintf(xxboot, xxbootlen, "%s%sfdboot", mdecpath,
machpath
);
246
snprintf(bootxx, xxbootlen, "%s%sbootxx", mdecpath,
machpath
);
282
const char *
machpath
;
local
307
machpath
= milanpath;
309
machpath
= stdpath;
311
size_t xxb00tlen = strlen(mdecpath) + strlen(
machpath
) + 14
[
all
...]
installboot.c
226
const char *
machpath
;
local
239
machpath
= milanpath;
241
machpath
= stdpath;
242
size_t xxbootlen = strlen(mdecpath) + strlen(
machpath
) + 8;
244
snprintf(xxboot, xxbootlen, "%s%sfdboot", mdecpath,
machpath
);
246
snprintf(bootxx, xxbootlen, "%s%sbootxx", mdecpath,
machpath
);
282
const char *
machpath
;
local
307
machpath
= milanpath;
309
machpath
= stdpath;
311
size_t xxb00tlen = strlen(mdecpath) + strlen(
machpath
) + 14
[
all
...]
Completed in 151 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026