Home
last modified time | relevance | path

Searched refs:tape (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/usr.sbin/rmt/
H A Drmt.c45 static int tape = -1; variable
89 if (tape >= 0) in main()
90 (void) close(tape); in main()
99 tape = open(device, atoi(mode), 0666); in main()
100 if (tape < 0) in main()
107 if (close(tape) < 0) in main()
109 tape = -1; in main()
116 rval = lseek(tape, (off_t)strtoll(count, NULL, 10), atoi(pos)); in main()
133 rval = write(tape, record, n); in main()
143 rval = read(tape, record, n); in main()
[all …]
/freebsd/sbin/dump/
H A Dmain.c69 char *tape; /* name of the tape file */ variable
124 tape = NULL; in main()
179 tape = optarg; in main()
195 if (tape != NULL) in main()
269 tape = "child pipeline process"; in main()
270 } else if (tape == NULL && (tape = getenv("TAPE")) == NULL) in main()
271 tape = _PATH_DEFTAPE; in main()
272 if (strcmp(tape, "-") == 0) { in main()
274 tape = "standard output"; in main()
296 if (strchr(tape, ':')) { in main()
[all …]
H A Dtape.c199 msg("write error on %s\n", tape); in tperror()
338 msg("Closing %s\n", tape); in trewind()
349 while (rmtopen(tape, 0) < 0) in trewind()
360 while ((f = open(tape, 0)) < 0) in trewind()
588 if (nexttape || strchr(tape, ',')) { in startnewtape()
590 tape = nexttape; in startnewtape()
591 if ((p = strchr(tape, ',')) != NULL) { in startnewtape()
596 msg("Dumping volume %d on %s\n", tapeno, tape); in startnewtape()
617 while ((tapefd = (host ? rmtopen(tape, 2) : in startnewtape()
618 open(tape, O_WRONLY|O_CREAT, 0666))) < 0) in startnewtape()
[all …]
H A Ddumprmt.c194 rmtopen(const char *tape, int mode) in rmtopen() argument
198 (void)snprintf(buf, sizeof (buf), "O%.226s\n%d\n", tape, mode); in rmtopen()
200 return (rmtcall(tape, buf)); in rmtopen()
H A Ddump.h56 extern char *tape; /* name of the tape file */
131 int rmtopen(const char *tape, int mode);
H A DMakefile21 SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c cache.c
/freebsd/contrib/file/magic/Magdir/
H A Ddump14 >0 belong 1 tape header,
16 >0 belong 3 map of inodes on tape,
33 >0 belong 1 tape header,
35 >0 belong 3 map of inodes on tape,
52 >0 belong 1 tape header,
54 >0 belong 3 map of inodes on tape,
90 >0 leshort 1 tape header.
92 >0 leshort 3 map of inodes on tape.
H A Doric4 # Oric tape files
9 0 string \x16\x16\x16\x24 Oric tape,
H A Damanda7 >8 string TAPESTART\ DATE tape header file,
H A Dc64211 # "T64 tape Image" by ./c64,v 1.14
221 #!:mime application/x-commodore-tape
228 # tape container name, 24 characters (padded with 20h but with A0h for DirMaster created samples) l…
233 # 1st C64 filetype: 0~free 1~normal tape file 2~tape file with header 3~memory snapshot 4~tape bloc…
267 # Raw tape file format (.tap files)
278 !:mime application/x-commodore-tape
H A Dspectrum63 # TZX tape images
H A Dframe6 # This stuff came on a FrameMaker demo tape, most of which is
/freebsd/usr.bin/mt/
H A Dmt.c171 static int mt_locate(int argc, char **argv, int mtfd, const char *tape);
175 const char *tape);
199 const char *p, *tape; in main() local
203 if ((tape = getenv("TAPE")) == NULL) in main()
204 tape = DEFTAPE; in main()
210 tape = optarg; in main()
241 if ((mtfd = open(tape, comp->c_ronly ? O_RDONLY : O_RDWR)) < 0) in main()
242 err(1, "%s", tape); in main()
289 err(2, "%s", tape); in main()
325 err(2, "%s", tape); in main()
[all …]
/freebsd/sbin/restore/
H A DMakefile8 SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
/freebsd/usr.bin/indent/
H A DREADME3 via some distribution tape for PDP-11 Unix. It has subsequently been
81 very original submission from the author to a unix tape, later the
/freebsd/sys/arm/conf/
H A DALPINE64 device sa # Sequential Access (tape etc)
/freebsd/usr.sbin/bsdconfig/dot/
H A DUSAGE79 traditional tools such as scissors and tape):
/freebsd/share/doc/smm/01.setup/
H A Dspell.ok594 kernel.tape
/freebsd/contrib/file/src/
H A Dmagic.h.in65 #define MAGIC_NO_CHECK_SIMH 0x0800000 /* Don't check for SIMH tape files */
/freebsd/share/misc/
H A Dbsd-family-tree487 the announcement in Usenet or if it was available as tape.
494 [DOC] README, COPYRIGHT on tape.
/freebsd/contrib/ncurses/misc/
H A Demx.src606 # Should work with the color xterm on the X11R6 contrib tape.
624 # with BSD/OS 2.0, and the X11R6 contrib tape too I think. Besides the
783 # This is for the extensible terminal emulator on the X11R6 contrib tape.
/freebsd/contrib/file/
H A DREADME.md94 * `src/is_simh.c` - knows about SIMH tape file format.
/freebsd/usr.bin/compress/doc/
H A DNOTES84 board-level LZW-based tape controllers. (to build LZW into
/freebsd/sys/powerpc/conf/
H A DGENERIC130 device sa # Sequential Access (tape etc)
/freebsd/contrib/sendmail/
H A DREADME290 use the version that was on the Net2 tape -- it has a number of
413 on the 4.4BSD tape.)

12