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

  /src/bin/pax/
ar_io.c 86 static int artyp = ISREG; /* archive type: file/FIFO/tape */
140 artyp = ISREG;
232 artyp = ISREG;
239 artyp = ISREG;
244 if (artyp == ISREG && arsb.st_size == 0) {
261 if (artyp != ISREG)
327 case ISREG:
533 if (artyp != ISREG)
774 case ISREG:
843 case ISREG
    [all...]
pax.h 70 #define ISREG 0 /* regular file */

Completed in 12 milliseconds