Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dar_io.c67 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()
[all …]