Home
last modified time | relevance | path

Searched refs:AREGTYPE (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
H A Dtar.h18 #define AREGTYPE '\0' macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dtar.h18 #define AREGTYPE '\0' macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtar.h18 #define AREGTYPE '\0' macro
/third_party/musl/include/
H A Dtar.h18 #define AREGTYPE '\0' macro
/third_party/musl/libc-test/src/api/
H A Dtar.c10 C(AREGTYPE) in f()
/third_party/zlib/contrib/untgz/
H A Duntgz.c56 #define AREGTYPE '\0' /* regular file */ macro
518 case AREGTYPE: in tar()
/third_party/python/Lib/
H A Dtarfile.py90 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