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

/freebsd-9.3-release/include/
H A Dtar.h49 #define SYMTYPE '2' /* Reserved */ macro
/freebsd-9.3-release/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.c419 case SYMTYPE:
592 hd->linkflag = SYMTYPE;
847 case SYMTYPE:
849 if (hd->typeflag == SYMTYPE) {
990 hd->typeflag = SYMTYPE;

Completed in 59 milliseconds