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

/freebsd-current/include/
H A Dtar.h46 #define LNKTYPE '1' /* Link */ macro
/freebsd-current/bin/pax/
H A Dtar.h49 * (only REGTYPE, LNKTYPE and SYMTYPE are used in old BSD tar headers)
53 #define LNKTYPE '1' /* Link */ macro
H A Dtar.c413 case LNKTYPE:
584 hd->linkflag = LNKTYPE;
821 case LNKTYPE:
965 hd->typeflag = LNKTYPE;

Completed in 116 milliseconds