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

/freebsd-10.0-release/bin/dd/
H A Ddd.h48 #define ISTAPE 0x04 /* tape */ macro
H A Ddd.c139 if (files_cnt > 1 && !(in.flags & ISTAPE))
262 io->flags |= ISTAPE;
488 if (out.flags & ISTAPE)
/freebsd-10.0-release/bin/pax/
H A Dpax.h68 #define ISTAPE 3 /* tape drive */ macro
H A Dar_io.c180 artyp = ioctl(arfd, MTIOCGET, &mb) ? ISCHR : ISTAPE;
211 case ISTAPE:
316 if (vflag && (artyp == ISTAPE)) {
348 if (vflag && (artyp == ISTAPE)) {
532 case ISTAPE:
651 case ISTAPE:
742 case ISTAPE:
931 case ISTAPE:
1137 if (artyp == ISTAPE) {

Completed in 99 milliseconds