Home
last modified time | relevance | path

Searched refs:LNKTYPE (Results 1 – 4 of 4) sorted by relevance

/external/zlib/src/contrib/untgz/
Duntgz.c44 #define LNKTYPE '1' /* link */ macro
/external/python/cpython2/Lib/
Dtarfile.py79 LNKTYPE = "1" # link (inside tarfile) variable
104 SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE,
1474 return self.type == LNKTYPE
1895 type = LNKTYPE
/external/python/cpython2/Lib/test/
Dtest_tarfile.py1234 tarinfo.type = tarfile.LNKTYPE
1319 self.assertTrue(tarinfo.type == tarfile.LNKTYPE,
1336 tarinfo.type = tarfile.LNKTYPE
/external/python/cpython2/Doc/library/
Dtarfile.rst561 :const:`AREGTYPE`, :const:`LNKTYPE`, :const:`SYMTYPE`, :const:`DIRTYPE`,
570 of type :const:`LNKTYPE` and :const:`SYMTYPE`.