Home
last modified time | relevance | path

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

/dragonfly/bin/pax/
H A Dar_io.c176 artyp = ioctl(arfd, MTIOCGET, &mb) ? ISCHR : ISTAPE; in ar_open()
207 case ISTAPE: in ar_open()
312 if (vflag && (artyp == ISTAPE)) { in ar_close()
344 if (vflag && (artyp == ISTAPE)) { in ar_close()
517 case ISTAPE: in ar_read()
636 case ISTAPE: in ar_write()
727 case ISTAPE: in ar_rdsync()
916 case ISTAPE: in ar_rev()
1122 if (artyp == ISTAPE) { in ar_next()
H A Dpax.h69 #define ISTAPE 3 /* tape drive */ macro
/dragonfly/bin/dd/
H A Ddd.c148 if (files_cnt > 1 && !(in.flags & ISTAPE)) in setup()
279 io->flags |= ISTAPE; in getfdtype()
562 if (out.flags & ISTAPE) in dd_out()
H A Ddd.h53 #define ISTAPE 0x04 /* tape */ macro