Searched refs:ISTAPE (Results 1 – 5 of 5) sorted by relevance
229 artyp = ioctl(arfd, MTIOCGET, &mb) ? ISCHR : ISTAPE; in ar_open()281 case ISTAPE: in ar_open()387 if ((vflag || Vflag) && (artyp == ISTAPE)) { in ar_close()424 if ((vflag || Vflag) && (artyp == ISTAPE)) { in ar_close()747 case ISTAPE: in ar_read()870 case ISTAPE: in ar_write()972 case ISTAPE: in ar_rdsync()1069 if (artyp == ISTAPE || artyp == ISPIPE in ar_fow()1184 case ISTAPE: in ar_rev()1450 if (artyp == ISTAPE in ar_next()
73 #define ISTAPE 3 /* tape drive */ macro
72 if (!(in.flags & (ISPIPE|ISTAPE))) { in pos_in()139 if (!(out.flags & ISTAPE)) { in pos_out()
194 if (files_cnt > 1 && !(in.flags & ISTAPE)) { in setup()328 ? ISCHR : ISTAPE; in getfdtype()415 if (!(in.flags & (ISPIPE|ISTAPE)) && in dd_in()596 if (out.flags & ISTAPE) in dd_out()
79 #define ISTAPE 0x04 /* tape (not seekable) */ macro