Searched refs:REGTYPE (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/include/
H A Dtar.h54 #define REGTYPE '0' /* regular file */ macro
55 #define AREGTYPE 0 /* alternate REGTYPE */
/ast/src/cmd/pax/
H A Dpax-tar.c697 case REGTYPE:
861 tar->header.typeflag = REGTYPE;
/ast/src/cmd/INIT/
H A Dratz.c4187 #define REGTYPE '0' /* regular file */ macro
4188 #define AREGTYPE 0 /* alternate REGTYPE */
5048 if ((header.typeflag == REGTYPE || header.typeflag == AREGTYPE) && (n = number(header.size)))
5141 case REGTYPE:
5195 case REGTYPE:

Completed in 82 milliseconds