Lines Matching refs:artyp
67 static int artyp = ISREG; /* archive type: file/FIFO/tape */ variable
102 artyp = ISREG; in ar_open()
174 artyp = ioctl(arfd, MTIOCGET, &mb) ? ISCHR : ISTAPE; in ar_open()
176 artyp = ISBLK; in ar_open()
178 artyp = ISPIPE; in ar_open()
180 artyp = ISREG; in ar_open()
186 if (artyp != ISREG) in ar_open()
204 switch(artyp) { in ar_open()
246 if ((act == APPND) || (artyp == ISCHR)) in ar_open()
310 if (vflag && (artyp == ISTAPE)) { in ar_close()
342 if (vflag && (artyp == ISTAPE)) { in ar_close()
418 if ((artyp != ISPIPE) || (lstrval <= 0)) in ar_drain()
453 if (artyp != ISREG) in ar_set_wr()
480 if (artyp == ISPIPE) { in ar_app_ok()
515 switch (artyp) { in ar_read()
611 switch (artyp) { in ar_write()
725 switch(artyp) { in ar_rdsync()
753 if (((fsbz = arsb.st_blksize) <= 0) || (artyp != ISREG)) in ar_rdsync()
810 if (artyp != ISREG) in ar_fow()
860 switch(artyp) { in ar_rev()
1119 if (strcmp(arcname, stdo) && strcmp(arcname, stdn) && (artyp != ISREG) in ar_next()
1120 && (artyp != ISPIPE)) { in ar_next()
1121 if (artyp == ISTAPE) { in ar_next()