Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dar_io.c174 artyp = ioctl(arfd, MTIOCGET, &mb) ? ISCHR : ISTAPE; in ar_open()
205 case ISTAPE: in ar_open()
310 if (vflag && (artyp == ISTAPE)) { in ar_close()
342 if (vflag && (artyp == ISTAPE)) { in ar_close()
516 case ISTAPE: in ar_read()
635 case ISTAPE: in ar_write()
726 case ISTAPE: in ar_rdsync()
915 case ISTAPE: in ar_rev()
1121 if (artyp == ISTAPE) { in ar_next()
H A Dpax.h67 #define ISTAPE 3 /* tape drive */ macro
/freebsd/bin/dd/
H A Ddd.h46 #define ISTAPE 0x04 /* tape */ macro
H A Ddd.c159 if (files_cnt > 1 && !(in.flags & ISTAPE)) in setup()
325 io->flags |= ISTAPE; in getfdtype()
622 if (out.flags & ISTAPE) in dd_out()