OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xxbootlen
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/atari/stand/installboot/
installboot.c
242
size_t
xxbootlen
= strlen(mdecpath) + strlen(machpath) + 8;
local
243
xxboot = alloca(
xxbootlen
);
244
snprintf(xxboot,
xxbootlen
, "%s%sfdboot", mdecpath, machpath);
245
bootxx = alloca(
xxbootlen
);
246
snprintf(bootxx,
xxbootlen
, "%s%sbootxx", mdecpath, machpath);
318
size_t
xxbootlen
= strlen(mdecpath) + strlen(machpath) + 8;
local
320
xxboot = alloca(
xxbootlen
);
321
snprintf(xxboot,
xxbootlen
, "%s%s%cdboot", mdecpath, machpath, disktype);
Completed in 28 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026