Home
last modified time | relevance | path

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

/freebsd-14.2/include/
H A Dtar.h49 #define SYMTYPE '2' /* Reserved */ macro
/freebsd-14.2/bin/pax/
H A Dtar.c406 case SYMTYPE: in tar_rd()
575 hd->linkflag = SYMTYPE; in tar_wr()
810 case SYMTYPE: in ustar_rd()
812 if (hd->typeflag == SYMTYPE) { in ustar_rd()
953 hd->typeflag = SYMTYPE; in ustar_wr()
H A Dtar.h56 #define SYMTYPE '2' /* Symlink */ macro