Searched refs:CHRTYPE (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/ |
D | tar.h | 21 #define CHRTYPE '3' macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tar.h | 21 #define CHRTYPE '3' macro
|
/third_party/musl/ndk_musl_include/ |
D | tar.h | 21 #define CHRTYPE '3' macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | tar.h | 21 #define CHRTYPE '3' macro
|
/third_party/musl/include/ |
D | tar.h | 21 #define CHRTYPE '3' macro
|
/third_party/musl/libc-test/src/api/ |
D | tar.c | 13 C(CHRTYPE) in f()
|
/third_party/python/Lib/ |
D | tarfile.py | 91 CHRTYPE = b"3" # character special device variable 116 CONTTYPE, CHRTYPE, BLKTYPE, 936 has_device_fields = info.get("type") in (CHRTYPE, BLKTYPE) 1408 return self.type == CHRTYPE 1423 return self.type in (CHRTYPE, BLKTYPE, FIFOTYPE) 1876 type = CHRTYPE 1906 if type in (CHRTYPE, BLKTYPE):
|
/third_party/zlib/contrib/untgz/ |
D | untgz.c | 46 #define CHRTYPE '3' /* character special */ macro
|
/third_party/python/Doc/library/ |
D | tarfile.rst | 592 :const:`FIFOTYPE`, :const:`CONTTYPE`, :const:`CHRTYPE`, :const:`BLKTYPE`,
|