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

/freebsd-current/include/
H A Dtar.h47 #define SYMTYPE '2' /* Reserved */ macro
/freebsd-current/bin/pax/
H A Dtar.h49 * (only REGTYPE, LNKTYPE and SYMTYPE are used in old BSD tar headers)
54 #define SYMTYPE '2' /* Symlink */ macro
H A Dtar.c402 case SYMTYPE:
575 hd->linkflag = SYMTYPE;
820 case SYMTYPE:
822 if (hd->typeflag == SYMTYPE) {
963 hd->typeflag = SYMTYPE;

Completed in 118 milliseconds