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

/freebsd-10-stable/include/
H A Dtar.h49 #define SYMTYPE '2' /* Reserved */ macro
/freebsd-10-stable/bin/pax/
H A Dtar.h50 * (only REGTYPE, LNKTYPE and SYMTYPE are used in old BSD tar headers)
55 #define SYMTYPE '2' /* Symlink */ macro
H A Dtar.c417 case SYMTYPE:
590 hd->linkflag = SYMTYPE;
845 case SYMTYPE:
847 if (hd->typeflag == SYMTYPE) {
988 hd->typeflag = SYMTYPE;

Completed in 74 milliseconds