/src/sys/arch/hp300/stand/inst/ |
inst.c | 551 char tapename[64]; local in function:miniroot 610 memset(tapename, 0, sizeof(tapename)); 615 strcat(tapename, line); 631 printf("Invalid device name: %s\n", tapename); 652 printf("can't open %s file %c\n", tapename, fileno); 656 printf("Copying %s file %d to %s...", tapename, fileno,
|
inst.c | 551 char tapename[64]; local in function:miniroot 610 memset(tapename, 0, sizeof(tapename)); 615 strcat(tapename, line); 631 printf("Invalid device name: %s\n", tapename); 652 printf("can't open %s file %c\n", tapename, fileno); 656 printf("Copying %s file %d to %s...", tapename, fileno,
|