Searched refs:REGTYPE (Results 1 – 11 of 11) sorted by relevance
/third_party/musl/include/ |
D | tar.h | 17 #define REGTYPE '0' macro
|
/third_party/musl/ndk_musl_include/ |
D | tar.h | 17 #define REGTYPE '0' macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | tar.h | 17 #define REGTYPE '0' macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tar.h | 17 #define REGTYPE '0' macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | tar.h | 17 #define REGTYPE '0' macro
|
/third_party/musl/libc-test/src/api/ |
D | tar.c | 9 C(REGTYPE) in f()
|
/third_party/zlib/contrib/untgz/ |
D | untgz.c | 42 #define REGTYPE '0' /* regular file */ macro 468 case REGTYPE: in tar()
|
/third_party/python/Lib/ |
D | tarfile.py | 87 REGTYPE = b"0" # regular file variable 114 SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE, 121 REGULAR_TYPES = (REGTYPE, AREGTYPE, 761 self.type = REGTYPE # member type 952 info.get("type", REGTYPE), 1865 type = REGTYPE 1888 if type == REGTYPE:
|
/third_party/python/Lib/test/ |
D | test_tarfile.py | 1600 input_reg.type = tarfile.REGTYPE 1785 self.assertEqual(tarinfo.type, tarfile.REGTYPE, 1796 self.assertEqual(tarinfo.type, tarfile.REGTYPE, 2672 items = [(filename_1, 99, 98, tarfile.REGTYPE, fobj), 2674 (filename_2, 88, 87, tarfile.REGTYPE, fobj),
|
/third_party/python/Doc/library/ |
D | tarfile.rst | 590 File type. *type* is usually one of these constants: :const:`REGTYPE`,
|
/third_party/python/Misc/ |
D | HISTORY | 18829 REGTYPE directories from tarfiles written by old programs.
|