Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/include/
Dtar.h19 #define LNKTYPE '1' macro
/third_party/musl/ndk_musl_include/
Dtar.h19 #define LNKTYPE '1' macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtar.h19 #define LNKTYPE '1' macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dtar.h19 #define LNKTYPE '1' macro
/third_party/musl/include/
Dtar.h19 #define LNKTYPE '1' macro
/third_party/musl/libc-test/src/api/
Dtar.c11 C(LNKTYPE) in f()
/third_party/zlib/contrib/untgz/
Duntgz.c44 #define LNKTYPE '1' /* link */ macro
/third_party/python/Lib/
Dtarfile.py89 LNKTYPE = b"1" # link (inside tarfile) variable
114 SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE,
1404 return self.type == LNKTYPE
1860 type = LNKTYPE
/third_party/python/Lib/test/
Dtest_tarfile.py1530 tarinfo.type = tarfile.LNKTYPE
1790 self.assertEqual(tarinfo.type, tarfile.LNKTYPE,
1807 tarinfo.type = tarfile.LNKTYPE
/third_party/python/Doc/library/
Dtarfile.rst591 :const:`AREGTYPE`, :const:`LNKTYPE`, :const:`SYMTYPE`, :const:`DIRTYPE`,
600 of type :const:`LNKTYPE` and :const:`SYMTYPE`.