/titanic_51/usr/src/cmd/tar/ |
H A D | tar.c | 320 * | typeflag | 359 char typeflag; member 520 char *longattrname, char *prefix, int filetype, char typeflag); 522 char *longattrname, char *prefix, int filetype, char typeflag); 524 char *prefix, int typeflag, int filetype, struct linkbuf *lp); 658 /* typeflag was followed by 'A' or non 'A' */ 659 /* typeflag. */ 1300 if ((dblock.dbuf.typeflag != 'A') && in dorep() 1530 switch (dblock.dbuf.typeflag) { in getdir() 1560 if ((dblock.dbuf.typeflag in getdir() 6370 build_dblock(const char * name,const char * linkname,const char typeflag,const int filetype,const struct stat * sp,const dev_t device,const char * prefix) build_dblock() argument 7587 prepare_xattr(char ** attrbuf,char * filename,char * attrpath,char typeflag,struct linkbuf * linkinfo,int * rlen) prepare_xattr() argument 7733 prepare_xattr(char ** attrbuf,char * filename,char * attrname,char typeflag,struct linkbuf * linkinfo,int * rlen) prepare_xattr() argument 8104 put_extra_attributes(char * longname,char * shortname,char * longattrname,char * prefix,int filetype,char typeflag) put_extra_attributes() argument 8165 put_xattr_hdr(char * longname,char * shortname,char * longattrname,char * prefix,int typeflag,int filetype,struct linkbuf * lp) put_xattr_hdr() argument [all...] |
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | tar.h | 101 char typeflag; member
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | tar.h | 51 * values used in typeflag field 101 char typeflag; member
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | tar.h | 110 char typeflag; member
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | tar.h | 110 char typeflag; member
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | tar.h | 110 char typeflag; member
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | tar.h | 110 char typeflag; member
|
/titanic_51/usr/src/cmd/cpio/ |
H A D | cpio.c | 198 char *attrname, char typeflag, struct Lnk *linkinfo, int *rlen); 630 * | typeflag | 3381 int typeflag; in file_in() local 3456 * to the typeflag. in file_in() 3459 typeflag = Thdr_p->tbuf.t_typeflag; in file_in() 3478 if (typeflag == '3' || typeflag == '4' || typeflag == '5' || in file_in() 3479 typeflag == '6') { in file_in() 7449 * if archives in USTAR format, check if typeflag 7468 int typeflag; ustar_spec() local 8550 prepare_xattr_hdr(char ** attrbuf,char * filename,char * attrpath,char typeflag,struct Lnk * linkinfo,int * rlen) prepare_xattr_hdr() argument [all...] |
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 4184 * values used in typeflag field 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);
|