Searched refs:BLKTYPE (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | tar.h | 22 #define BLKTYPE '4' macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | tar.h | 22 #define BLKTYPE '4' macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | tar.h | 22 #define BLKTYPE '4' macro
|
/third_party/musl/include/ |
H A D | tar.h | 22 #define BLKTYPE '4' macro
|
/third_party/musl/libc-test/src/api/ |
H A D | tar.c | 14 C(BLKTYPE) in f()
|
/third_party/python/Lib/ |
H A D | tarfile.py | 94 BLKTYPE = b"4" # block special device variable 118 CONTTYPE, CHRTYPE, BLKTYPE, 858 'CONTTYPE, CHRTYPE, BLKTYPE, GNUTYPE_SPARSE.'), 1105 has_device_fields = info.get("type") in (CHRTYPE, BLKTYPE) 1623 return self.type == BLKTYPE 1634 return self.type in (CHRTYPE, BLKTYPE, FIFOTYPE) 2091 type = BLKTYPE 2119 if type in (CHRTYPE, BLKTYPE):
|
/third_party/zlib/contrib/untgz/ |
H A D | untgz.c | 60 #define BLKTYPE '4' /* block special */ macro
|
/third_party/python/Lib/test/ |
H A D | test_tarfile.py | 1721 input_blk.type = tarfile.BLKTYPE 2482 'SYMTYPE', 'CHRTYPE', 'BLKTYPE', 'DIRTYPE', 'FIFOTYPE', 'CONTTYPE', 3674 for special_type in tarfile.FIFOTYPE, tarfile.CHRTYPE, tarfile.BLKTYPE:
|
Completed in 13 milliseconds