Searched refs:magtape (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sbin/restore/
H A Dtape.c76 static char *magtape; variable
173 magtape = strdup(source);
174 if (magtape == NULL) {
175 fprintf(stderr, "Cannot allocate space for magtape buffer\n");
216 popenfp = popen(magtape, "r");
221 mt = rmtopen(magtape, 0);
227 mt = open(magtape, O_RDONLY, 0);
229 fprintf(stderr, "%s: %s\n", magtape, strerror(errno));
392 fprintf(stderr, "otherwise enter tape name (default: %s) ", magtape);
401 (void) strcpy(magtape, bu
[all...]

Completed in 161 milliseconds