HomeSort by: relevance | last modified time | path
    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