Home
last modified time | relevance | path

Searched refs:SYMTYPE (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
Dtar.h20 #define SYMTYPE '2' macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtar.h20 #define SYMTYPE '2' macro
/third_party/musl/ndk_musl_include/
Dtar.h20 #define SYMTYPE '2' macro
/third_party/musl/include/
Dtar.h20 #define SYMTYPE '2' macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dtar.h20 #define SYMTYPE '2' macro
/third_party/musl/libc-test/src/api/
Dtar.c12 C(SYMTYPE) in f()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/untgz/
Duntgz.c45 #define SYMTYPE '2' /* reserved */ macro
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/untgz/
Duntgz.c45 #define SYMTYPE '2' /* reserved */ macro
/third_party/zlib/contrib/untgz/
Duntgz.c45 #define SYMTYPE '2' /* reserved */ macro
/third_party/python/Lib/
Dtarfile.py90 SYMTYPE = b"2" # symbolic link variable
115 SYMTYPE, DIRTYPE, FIFOTYPE,
1400 return self.type == SYMTYPE
1873 type = SYMTYPE
/third_party/python/Doc/library/
Dtarfile.rst591 :const:`AREGTYPE`, :const:`LNKTYPE`, :const:`SYMTYPE`, :const:`DIRTYPE`,
600 of type :const:`LNKTYPE` and :const:`SYMTYPE`.