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

  /src/bin/pax/
tar.h 106 char linkflag; /* norm, hard, or sym. */ member in struct:__anon7c22972a0108
tar.c 476 if (hd->linkflag != LONGLINKTYPE && hd->linkflag != LONGNAMETYPE) {
501 switch(hd->linkflag) {
530 if (hd->linkflag != LONGLINKTYPE)
546 if (*pt == '/' || hd->linkflag == DIRTYPE) {
651 * padded with zero. We set the linkflag field (type), the linkname
667 hd->linkflag = AREGTYPE;
675 hd->linkflag = SYMTYPE;
683 hd->linkflag = LNKTYPE;
691 hd->linkflag = AREGTYPE
    [all...]

Completed in 12 milliseconds