Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dtarfile.py82 BLKTYPE = "4" # block special device variable
106 CONTTYPE, CHRTYPE, BLKTYPE,
1478 return self.type == BLKTYPE
1484 return self.type in (CHRTYPE, BLKTYPE, FIFOTYPE)
1913 type = BLKTYPE
1941 if type in (CHRTYPE, BLKTYPE):
/external/zlib/src/contrib/untgz/
Duntgz.c47 #define BLKTYPE '4' /* block special */ macro
/external/python/cpython2/Doc/library/
Dtarfile.rst562 :const:`FIFOTYPE`, :const:`CONTTYPE`, :const:`CHRTYPE`, :const:`BLKTYPE`,