Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/backup/restore/
H A Dtape.c36 char magtape[BUFSIZ]; variable
110 if (strlen(tape) > (sizeof (magtape) - 1)) { in setinput()
114 (void) strcpy(magtape, tape); in setinput()
118 if (strlen(source) > (sizeof (magtape) - 1)) { in setinput()
154 (void) strcpy(magtape, source); in setinput()
200 if ((mt = rmtopen(magtape, O_RDONLY)) < 0) { in setup()
201 perror(magtape); in setup()
208 else if ((mt = open(magtape, O_RDONLY|O_LARGEFILE)) < 0) { in setup()
209 perror(magtape); in setup()
533 newvol, host, magtape); in getvol()
[all …]