Searched refs:LNKTYPE (Results 1 – 10 of 10) sorted by relevance
19 #define LNKTYPE '1' macro
11 C(LNKTYPE) in f()
44 #define LNKTYPE '1' /* link */ macro
89 LNKTYPE = b"1" # link (inside tarfile) variable114 SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE,1404 return self.type == LNKTYPE1860 type = LNKTYPE
1530 tarinfo.type = tarfile.LNKTYPE1790 self.assertEqual(tarinfo.type, tarfile.LNKTYPE,1807 tarinfo.type = tarfile.LNKTYPE
591 :const:`AREGTYPE`, :const:`LNKTYPE`, :const:`SYMTYPE`, :const:`DIRTYPE`,600 of type :const:`LNKTYPE` and :const:`SYMTYPE`.