Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dtarfile.py81 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/zlib/src/contrib/untgz/
Duntgz.c46 #define CHRTYPE '3' /* character special */ macro
/external/python/cpython2/Doc/library/
Dtarfile.rst562 :const:`FIFOTYPE`, :const:`CONTTYPE`, :const:`CHRTYPE`, :const:`BLKTYPE`,