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

/freebsd-11-stable/bin/pax/
H A Dar_io.c73 static int artyp = ISREG; /* archive type: file/FIFO/tape */
108 artyp = ISREG;
186 artyp = ISREG;
192 if (artyp != ISREG)
257 case ISREG:
469 if (artyp != ISREG)
559 case ISREG:
628 case ISREG:
762 case ISREG:
769 if (((fsbz = arsb.st_blksize) <= 0) || (artyp != ISREG))
[all...]
H A Dpax.h65 #define ISREG 0 /* regular file */ macro

Completed in 135 milliseconds