Home
last modified time | relevance | path

Searched refs:CHRTYPE (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
Dtar.h21 #define CHRTYPE '3' macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtar.h21 #define CHRTYPE '3' macro
/third_party/musl/ndk_musl_include/
Dtar.h21 #define CHRTYPE '3' macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dtar.h21 #define CHRTYPE '3' macro
/third_party/musl/include/
Dtar.h21 #define CHRTYPE '3' macro
/third_party/musl/libc-test/src/api/
Dtar.c13 C(CHRTYPE) in f()
/third_party/python/Lib/
Dtarfile.py91 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/
Duntgz.c46 #define CHRTYPE '3' /* character special */ macro
/third_party/python/Doc/library/
Dtarfile.rst592 :const:`FIFOTYPE`, :const:`CONTTYPE`, :const:`CHRTYPE`, :const:`BLKTYPE`,