tape.c | 79 static char magtape[BUFSIZ]; variable in typeref:typename:char[] 265 (void) strcpy(magtape, source); 299 mt = rmtopen(magtape, 0, 0); 305 mt = open(magtape, O_RDONLY, 0); 307 fprintf(stderr, "%s: %s\n", magtape, strerror(errno)); 454 fprintf(stderr, "otherwise enter tape name (default: %s) ", magtape); 464 (void) strcpy(magtape, buf); 465 magtape[strlen(magtape) - 1] = '\0'; 469 mt = rmtopen(magtape, 0, 0) [all...] |