Home
last modified time | relevance | path

Searched refs:LNKTYPE (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
H A Dtar.h19 #define LNKTYPE '1' macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dtar.h19 #define LNKTYPE '1' macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtar.h19 #define LNKTYPE '1' macro
/third_party/musl/include/
H A Dtar.h19 #define LNKTYPE '1' macro
/third_party/musl/libc-test/src/api/
H A Dtar.c11 C(LNKTYPE) in f()
/third_party/zlib/contrib/untgz/
H A Duntgz.c57 #define LNKTYPE '1' /* link */ macro
/third_party/python/Lib/
H A Dtarfile.py91 LNKTYPE = b"1" # link (inside tarfile) variable
116 SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE,
857 'REGTYPE, AREGTYPE, LNKTYPE, SYMTYPE, DIRTYPE, FIFOTYPE, '
860 'in TarInfo objects of type LNKTYPE and SYMTYPE.'),
1615 return self.type == LNKTYPE
2073 type = LNKTYPE
/third_party/python/Lib/test/
H A Dtest_tarfile.py1652 tarinfo.type = tarfile.LNKTYPE
1881 # Test the creation of LNKTYPE (hardlink) members in an archive.
1912 self.assertEqual(tarinfo.type, tarfile.LNKTYPE,
1929 tarinfo.type = tarfile.LNKTYPE
2481 'LENGTH_LINK', 'LENGTH_PREFIX', 'REGTYPE', 'AREGTYPE', 'LNKTYPE',
3294 type = tarfile.LNKTYPE

Completed in 11 milliseconds