Searched refs:CHRTYPE (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/ |
D | tarfile.py | 81 CHRTYPE = "3" # character special device variable 106 CONTTYPE, CHRTYPE, BLKTYPE, 1476 return self.type == CHRTYPE 1484 return self.type in (CHRTYPE, BLKTYPE, FIFOTYPE) 1911 type = CHRTYPE 1941 if type in (CHRTYPE, BLKTYPE):
|
/external/python/cpython3/Lib/ |
D | tarfile.py | 91 CHRTYPE = b"3" # character special device variable 116 CONTTYPE, CHRTYPE, BLKTYPE, 1376 return self.type == CHRTYPE 1384 return self.type in (CHRTYPE, BLKTYPE, FIFOTYPE) 1837 type = CHRTYPE 1867 if type in (CHRTYPE, BLKTYPE):
|
/external/zlib/src/contrib/untgz/ |
D | untgz.c | 46 #define CHRTYPE '3' /* character 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`,
|