Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dtarfile.py84 FIFOTYPE = "6" # fifo special device variable
105 SYMTYPE, DIRTYPE, FIFOTYPE,
1480 return self.type == FIFOTYPE
1484 return self.type in (CHRTYPE, BLKTYPE, FIFOTYPE)
1906 type = FIFOTYPE
/external/zlib/src/contrib/untgz/
Duntgz.c49 #define FIFOTYPE '6' /* FIFO special */ macro
/external/python/cpython2/Doc/library/
Dtarfile.rst562 :const:`FIFOTYPE`, :const:`CONTTYPE`, :const:`CHRTYPE`, :const:`BLKTYPE`,