Searched refs:xxbootlen (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/arch/atari/stand/installboot/ |
| D | installboot.c | 245 size_t xxbootlen = strlen(mdecpath) + strlen(machpath) + 8; in install_fd() local 246 xxboot = alloca(xxbootlen); in install_fd() 247 snprintf(xxboot, xxbootlen, "%s%sfdboot", mdecpath, machpath); in install_fd() 248 bootxx = alloca(xxbootlen); in install_fd() 249 snprintf(bootxx, xxbootlen, "%s%sbootxx", mdecpath, machpath); in install_fd() 321 size_t xxbootlen = strlen(mdecpath) + strlen(machpath) + 8; in install_hd() local 323 xxboot = alloca(xxbootlen); in install_hd() 324 snprintf(xxboot, xxbootlen, "%s%s%cdboot", mdecpath, machpath, disktype); in install_hd()
|