Searched refs:FIFOTYPE (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/ |
D | tarfile.py | 84 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/python/cpython3/Lib/ |
D | tarfile.py | 94 FIFOTYPE = b"6" # fifo special device variable 115 SYMTYPE, DIRTYPE, FIFOTYPE, 1380 return self.type == FIFOTYPE 1384 return self.type in (CHRTYPE, BLKTYPE, FIFOTYPE) 1832 type = FIFOTYPE
|
/external/zlib/src/contrib/untgz/ |
D | untgz.c | 49 #define FIFOTYPE '6' /* FIFO special */ macro
|
/external/python/cpython2/Doc/library/ |
D | tarfile.rst | 562 :const:`FIFOTYPE`, :const:`CONTTYPE`, :const:`CHRTYPE`, :const:`BLKTYPE`,
|
/external/python/cpython3/Doc/library/ |
D | tarfile.rst | 579 :const:`FIFOTYPE`, :const:`CONTTYPE`, :const:`CHRTYPE`, :const:`BLKTYPE`,
|