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

/freebsd-9.3-release/bin/pax/
H A Dar_io.c73 static int artyp = ISREG; /* archive type: file/FIFO/tape */ variable
109 artyp = ISREG;
181 artyp = ioctl(arfd, MTIOCGET, &mb) ? ISCHR : ISTAPE;
183 artyp = ISBLK;
185 artyp = ISPIPE;
187 artyp = ISREG;
193 if (artyp != ISREG)
211 switch(artyp) {
253 if ((act == APPND) || (artyp == ISCHR))
317 if (vflag && (artyp
[all...]

Completed in 21 milliseconds