HomeSort by: relevance | last modified time | path
    Searched defs:artyp (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/pax/
ar_io.c 86 static int artyp = ISREG; /* archive type: file/FIFO/tape */ variable in typeref:typename:int
140 artyp = ISREG;
145 artyp = ISRMT;
229 artyp = ioctl(arfd, MTIOCGET, &mb) ? ISCHR : ISTAPE;
232 artyp = ISREG;
235 artyp = ISBLK;
237 artyp = ISPIPE;
239 artyp = ISREG;
244 if (artyp == ISREG && arsb.st_size == 0) {
261 if (artyp != ISREG
    [all...]

Completed in 10 milliseconds