Searched refs:SYMTYPE (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | tar.h | 20 #define SYMTYPE '2' macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | tar.h | 20 #define SYMTYPE '2' macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | tar.h | 20 #define SYMTYPE '2' macro
|
/third_party/musl/include/ |
H A D | tar.h | 20 #define SYMTYPE '2' macro
|
/third_party/musl/libc-test/src/api/ |
H A D | tar.c | 12 C(SYMTYPE) in f()
|
/third_party/zlib/contrib/untgz/ |
H A D | untgz.c | 58 #define SYMTYPE '2' /* reserved */ macro
|
/third_party/python/Lib/ |
H A D | tarfile.py | 92 SYMTYPE = b"2" # symbolic link variable 117 SYMTYPE, DIRTYPE, FIFOTYPE, 857 'REGTYPE, AREGTYPE, LNKTYPE, SYMTYPE, DIRTYPE, FIFOTYPE, ' 860 'in TarInfo objects of type LNKTYPE and SYMTYPE.'), 1611 return self.type == SYMTYPE 2086 type = SYMTYPE
|
/third_party/python/Lib/test/ |
H A D | test_tarfile.py | 2482 'SYMTYPE', 'CHRTYPE', 'BLKTYPE', 'DIRTYPE', 'FIFOTYPE', 'CONTTYPE', 3291 type = tarfile.SYMTYPE
|
Completed in 11 milliseconds