HomeSort by: relevance | last modified time | path
    Searched refs:LONGLINKTYPE (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
tar.h 68 #define LONGLINKTYPE 'K' /* Long Symlink */
tar.c 476 if (hd->linkflag != LONGLINKTYPE && hd->linkflag != LONGNAMETYPE) {
524 case LONGLINKTYPE:
530 if (hd->linkflag != LONGLINKTYPE)
849 if (hd->typeflag != LONGLINKTYPE && hd->typeflag != LONGNAMETYPE) {
941 case LONGLINKTYPE:
948 if (hd->typeflag != LONGLINKTYPE)
956 hd->typeflag == LONGLINKTYPE ? "Link" : "File");
1166 hd->typeflag = LONGLINKTYPE;

Completed in 13 milliseconds