HomeSort by: relevance | last modified time | path
    Searched refs:ISTAPE (Results 1 - 5 of 5) sorted by relevancy

  /src/bin/dd/
position.c 72 if (!(in.flags & (ISPIPE|ISTAPE))) {
139 if (!(out.flags & ISTAPE)) {
dd.c 194 if (files_cnt > 1 && !(in.flags & ISTAPE)) {
328 ? ISCHR : ISTAPE;
415 if (!(in.flags & (ISPIPE|ISTAPE)) &&
596 if (out.flags & ISTAPE)
dd.h 79 #define ISTAPE 0x04 /* tape (not seekable) */
  /src/bin/pax/
ar_io.c 229 artyp = ioctl(arfd, MTIOCGET, &mb) ? ISCHR : ISTAPE;
281 case ISTAPE:
387 if ((vflag || Vflag) && (artyp == ISTAPE)) {
424 if ((vflag || Vflag) && (artyp == ISTAPE)) {
747 case ISTAPE:
870 case ISTAPE:
972 case ISTAPE:
1069 if (artyp == ISTAPE || artyp == ISPIPE
1184 case ISTAPE:
1450 if (artyp == ISTAPE
    [all...]
pax.h 73 #define ISTAPE 3 /* tape drive */

Completed in 14 milliseconds