Home
last modified time | relevance | path

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

/freebsd/sbin/dump/
H A Dtape.c60 static int tapefd; /* tape file descriptor */ variable
341 tapefd = -1; in trewind()
355 if (fstat(tapefd, &sb) == 0 && S_ISFIFO(sb.st_mode)) { in trewind()
356 (void)close(tapefd); in trewind()
359 (void) close(tapefd); in trewind()
599 tapefd = STDOUT_FILENO; in startnewtape()
614 tapefd = fileno(popenfp); in startnewtape()
617 while ((tapefd = (host ? rmtopen(tape, 2) : in startnewtape()
620 while ((tapefd = in startnewtape()
632 close(tapefd); /* Give up our copy of it. */ in startnewtape()
[all …]