OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bootxxlen
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/atari/stand/installboot/
installboot.c
327
size_t
bootxxlen
= strlen(mdecpath) + strlen(machpath) + 8;
local in function:install_hd
328
bootxx = alloca(
bootxxlen
);
329
snprintf(bootxx,
bootxxlen
, "%s%sbootxx", mdecpath, machpath);
installboot.c
327
size_t
bootxxlen
= strlen(mdecpath) + strlen(machpath) + 8;
local in function:install_hd
328
bootxx = alloca(
bootxxlen
);
329
snprintf(bootxx,
bootxxlen
, "%s%sbootxx", mdecpath, machpath);
Completed in 22 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025