Searched refs:FIFOTYPE (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | tar.h | 24 #define FIFOTYPE '6' macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | tar.h | 24 #define FIFOTYPE '6' macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | tar.h | 24 #define FIFOTYPE '6' macro
|
/third_party/musl/include/ |
H A D | tar.h | 24 #define FIFOTYPE '6' macro
|
/third_party/musl/libc-test/src/api/ |
H A D | tar.c | 16 C(FIFOTYPE) in f()
|
/third_party/python/Lib/ |
H A D | tarfile.py | 96 FIFOTYPE = b"6" # fifo special device variable 117 SYMTYPE, DIRTYPE, FIFOTYPE, 857 'REGTYPE, AREGTYPE, LNKTYPE, SYMTYPE, DIRTYPE, FIFOTYPE, ' 1627 return self.type == FIFOTYPE 1634 return self.type in (CHRTYPE, BLKTYPE, FIFOTYPE) 2084 type = FIFOTYPE
|
/third_party/zlib/contrib/untgz/ |
H A D | untgz.c | 62 #define FIFOTYPE '6' /* FIFO special */ macro
|
/third_party/python/Lib/test/ |
H A D | test_tarfile.py | 2482 'SYMTYPE', 'CHRTYPE', 'BLKTYPE', 'DIRTYPE', 'FIFOTYPE', 'CONTTYPE', 3388 elif type == tarfile.FIFOTYPE: 3656 arc.add('foo', type=tarfile.FIFOTYPE) 3661 self.expect_file('foo', type=tarfile.FIFOTYPE) 3674 for special_type in tarfile.FIFOTYPE, tarfile.CHRTYPE, tarfile.BLKTYPE:
|
Completed in 11 milliseconds