Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dar_io.c174 artyp = ioctl(arfd, MTIOCGET, &mb) ? ISCHR : ISTAPE; in ar_open()
205 case ISTAPE: in ar_open()
313 if (vflag && (artyp == ISTAPE)) { in ar_close()
348 if (vflag && (artyp == ISTAPE)) { in ar_close()
520 case ISTAPE: in ar_read()
639 case ISTAPE: in ar_write()
730 case ISTAPE: in ar_rdsync()
919 case ISTAPE: in ar_rev()
1125 if (artyp == ISTAPE) { in ar_next()
H A Dpax.h70 #define ISTAPE 3 /* tape drive */ macro
/openbsd/bin/dd/
H A Dposition.c66 if (!(in.flags & (ISPIPE|ISTAPE)) && !isatty(in.fd)) { in pos_in()
126 if (!(out.flags & ISTAPE)) { in pos_out()
H A Ddd.c105 if (files_cnt > 1 && !(in.flags & ISTAPE)) in setup()
212 io->flags |= ioctl(io->fd, MTIOCGET, &mt) ? ISCHR : ISTAPE; in getfdtype()
276 if (!(in.flags & (ISPIPE|ISTAPE)) && in dd_in()
408 if (out.flags & ISTAPE) in dd_out()
H A Ddd.h49 #define ISTAPE 0x04 /* tape (not seekable) */ macro