Searched defs:REGTYPE (Results 1 - 6 of 6) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dtar.h89 #define REGTYPE '0' /* Regular file (preferred code). */ macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dtar.h89 #define REGTYPE '0' /* Regular file (preferred code). */ macro
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dtarfile.py77 REGTYPE = "0" # regular file variable
104 SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE,
111 REGULAR_TYPES = (REGTYPE, AREGTYPE,
931 self.type = REGTYPE # member type
1114 info.get("type", REGTYPE),
1866 type = REGTYPE
1889 if type == REGTYPE:
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dtarfile.py77 REGTYPE = "0" # regular file variable
104 SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE,
111 REGULAR_TYPES = (REGTYPE, AREGTYPE,
931 self.type = REGTYPE # member type
1114 info.get("type", REGTYPE),
1866 type = REGTYPE
1889 if type == REGTYPE:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dtarfile.py77 REGTYPE = "0" # regular file variable
104 SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE,
111 REGULAR_TYPES = (REGTYPE, AREGTYPE,
931 self.type = REGTYPE # member type
1114 info.get("type", REGTYPE),
1866 type = REGTYPE
1889 if type == REGTYPE:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dtarfile.py77 REGTYPE = "0" # regular file variable
104 SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE,
111 REGULAR_TYPES = (REGTYPE, AREGTYPE,
931 self.type = REGTYPE # member type
1114 info.get("type", REGTYPE),
1866 type = REGTYPE
1889 if type == REGTYPE:

Completed in 50 milliseconds