Searched refs:typeflag (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/cmd/tar/ |
| H A D | tar.c | 361 char typeflag; member 522 char *longattrname, char *prefix, int filetype, char typeflag); 524 char *longattrname, char *prefix, int filetype, char typeflag); 526 char *prefix, int typeflag, int filetype, struct linkbuf *lp); 1303 if ((dblock.dbuf.typeflag != 'A') && in dorep() 1533 switch (dblock.dbuf.typeflag) { in getdir() 1563 if ((dblock.dbuf.typeflag == 'X') || (dblock.dbuf.typeflag == 'L')) { in getdir() 1638 if (xattrp && dblock.dbuf.typeflag == _XATTR_HDRTYPE) { in getdir() 1655 dblock.dbuf.typeflag = xattrp->h_typeflag; in getdir() 1682 dlog("passtape: typeflag \"%c\"\n", dblock.dbuf.typeflag); in passtape() [all …]
|
| /illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
| H A D | tar.h | 101 char typeflag; member
|
| /illumos-gate/usr/src/cmd/cpio/ |
| H A D | cpio.c | 207 char *attrname, char typeflag, struct Lnk *linkinfo, int *rlen); 3389 int typeflag; in file_in() local 3467 typeflag = Thdr_p->tbuf.t_typeflag; in file_in() 3486 if (typeflag == '3' || typeflag == '4' || typeflag == '5' || in file_in() 3487 typeflag == '6') { in file_in() 7485 int typeflag; in ustar_spec() local 7488 typeflag = Thdr_p->tbuf.t_typeflag; in ustar_spec() 7489 if (typeflag == '3' || typeflag == '4' || typeflag == '6') in ustar_spec() 8568 char typeflag, in prepare_xattr_hdr() argument 8672 tptr->h_typeflag = typeflag; in prepare_xattr_hdr() [all …]
|
| /illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
| H A D | ratz.c | 4233 char typeflag; member 5038 header.typeflag = DIRTYPE; 5048 if ((header.typeflag == REGTYPE || header.typeflag == AREGTYPE) && (n = number(header.size))) 5139 switch (header.typeflag) 5171 switch (header.typeflag) 5193 switch (header.typeflag) 5284 fprintf(stderr, "%s: %s: file type %c ignored\n", state.id, path, header.typeflag);
|