Searched refs:AREGTYPE (Results 1 - 7 of 7) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | tar.h | 18 #define AREGTYPE '\0' macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | tar.h | 18 #define AREGTYPE '\0' macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | tar.h | 18 #define AREGTYPE '\0' macro
|
/third_party/musl/include/ |
H A D | tar.h | 18 #define AREGTYPE '\0' macro
|
/third_party/musl/libc-test/src/api/ |
H A D | tar.c | 10 C(AREGTYPE) in f()
|
/third_party/zlib/contrib/untgz/ |
H A D | untgz.c | 56 #define AREGTYPE '\0' /* regular file */ macro 518 case AREGTYPE: in tar()
|
/third_party/python/Lib/ |
H A D | tarfile.py | 90 AREGTYPE = b"\0" # regular file variable 116 SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE, 123 REGULAR_TYPES = (REGTYPE, AREGTYPE, 857 'REGTYPE, AREGTYPE, LNKTYPE, SYMTYPE, DIRTYPE, FIFOTYPE, ' 1253 if obj.type == AREGTYPE and obj.name.endswith("/"):
|
Completed in 6 milliseconds