Home
last modified time | relevance | path

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

/netbsd-src/bin/pax/
H A Dar_io.c229 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()
H A Dpax.h73 #define ISTAPE 3 /* tape drive */ macro
/netbsd-src/bin/dd/
H A Dposition.c72 if (!(in.flags & (ISPIPE|ISTAPE))) { in pos_in()
139 if (!(out.flags & ISTAPE)) { in pos_out()
H A Ddd.c194 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()
H A Ddd.h79 #define ISTAPE 0x04 /* tape (not seekable) */ macro