boot.c | 87 static char netbsd_path[255]; variable in typeref:typename:char[255] 551 if (strlen(arg) + 1 > sizeof(netbsd_path)) 553 strcpy(netbsd_path, arg); 589 if (netbsd_path[0] != '\0') 597 printf("booting %s%s%s - starting in ", netbsd_path, 605 exec_netbsd(netbsd_path, netbsd_args);
|