Lines Matching refs:xhdr_flgs

641 static	u_longlong_t	xhdr_flgs;	/* Bits set determine which items */  variable
1279 xhdr_flgs = 0; in dorep()
1297 xhdr_flgs = 0; in dorep()
1304 (xhdr_flgs != 0)) { in dorep()
1305 load_info_from_xtarhdr(xhdr_flgs, in dorep()
1307 xhdr_flgs |= _X_XHDR; in dorep()
1621 if ((xhdr_flgs & _X_MTIME)) in getdir()
1626 if (xhdr_flgs & _X_PATH) in getdir()
1859 xhdr_flgs = 0; in putfile()
2027 xhdr_flgs |= _X_PATH; in putfile()
2266 xhdr_flgs |= _X_LINKPATH; in putfile()
2296 if (xhdr_flgs & _X_LINKPATH) { in putfile()
3086 if (xhdr_flgs & _X_LINKPATH) in doxtract()
3941 if (xhdr_flgs & _X_PATH) in xblocks()
4007 if (xhdr_flgs & _X_PATH) in xsfile()
4040 if (xhdr_flgs & _X_SIZE) { in xsfile()
4066 xhdr_flgs = 0; in xsfile()
4070 if ((dblock.dbuf.typeflag != 'A') && (xhdr_flgs != 0)) { in xsfile()
4071 load_info_from_xtarhdr(xhdr_flgs, &Xtarhdr); in xsfile()
4072 xhdr_flgs |= _X_XHDR; in xsfile()
4236 if (xhdr_flgs & _X_LINKPATH) { in dotable()
4401 if (xhdr_flgs & _X_LINKPATH) in longt()
4546 if (xhdr_flgs & _X_UNAME) in resugname()
4560 if (xhdr_flgs & _X_GNAME) in resugname()
4623 xhdr_flgs |= _X_UID; in tomodes()
4627 xhdr_flgs |= _X_GID; in tomodes()
4631 xhdr_flgs |= _X_SIZE; in tomodes()
5718 if (xhdr_flgs & _X_XHDR) { in wantit()
5719 xhdr_flgs = 0; in wantit()
5737 if ((dblock.dbuf.typeflag != 'A') && (xhdr_flgs != 0)) { in wantit()
5738 load_info_from_xtarhdr(xhdr_flgs, &Xtarhdr); in wantit()
5739 xhdr_flgs |= _X_XHDR; in wantit()
5860 (xhdr_flgs & _X_SIZE)) { in setbytes_to_skip()
5862 xhdr_flgs |= _X_XHDR; in setbytes_to_skip()
5864 (xhdr_flgs & _X_SIZE)) { in setbytes_to_skip()
5866 xhdr_flgs |= _X_XHDR; in setbytes_to_skip()
6141 if (xhdr_flgs & _X_PATH) { in check_prefix()
6393 if (xhdr_flgs & _X_PATH) in build_dblock()
6400 xhdr_flgs |= _X_DEVMAJOR; in build_dblock()
6416 xhdr_flgs |= _X_DEVMINOR; in build_dblock()
6462 xhdr_flgs |= (_X_UNAME | _X_GNAME); in build_dblock()
6464 if (xhdr_flgs) { in build_dblock()
6465 if (xhdr_flgs & _X_DEVMAJOR) in build_dblock()
6467 if (xhdr_flgs & _X_DEVMINOR) in build_dblock()
6469 if (xhdr_flgs & _X_GID) in build_dblock()
6471 if (xhdr_flgs & _X_UID) in build_dblock()
6473 if (xhdr_flgs & _X_SIZE) in build_dblock()
6475 if (xhdr_flgs & _X_PATH) in build_dblock()
6477 if (xhdr_flgs & _X_LINKPATH) in build_dblock()
6479 if (xhdr_flgs & _X_GNAME) in build_dblock()
6481 if (xhdr_flgs & _X_UNAME) in build_dblock()
6636 timebuf[1].tv_usec = (xhdr_flgs & _X_MTIME) ? modTime.tv_nsec/1000 : 0; in setPathTimes()
6935 xhdr_flgs |= _X_DEVMAJOR; in get_xdata()
6945 xhdr_flgs |= _X_DEVMINOR; in get_xdata()
6948 xhdr_flgs |= _X_GID; in get_xdata()
6960 xhdr_flgs |= _X_GNAME; in get_xdata()
6965 xhdr_flgs |= _X_LINKPATH; in get_xdata()
6972 xhdr_flgs |= _X_PATH; in get_xdata()
6984 xhdr_flgs |= _X_SIZE; in get_xdata()
6987 xhdr_flgs |= _X_UID; in get_xdata()
6999 xhdr_flgs |= _X_UNAME; in get_xdata()
7009 xhdr_flgs |= _X_MTIME; in get_xdata()
7230 xhdr_flgs |= _X_LINKPATH; in chk_path_build()
7244 if (xhdr_flgs & _X_LINKPATH) in chk_path_build()
7424 if ((xhdr_flgs & _X_LINKPATH) == 0) { /* Need null-terminated str. */ in gen_utf8_names()
7430 if ((xhdr_flgs & _X_PATH) == 0) { /* Concatenate prefix & name */ in gen_utf8_names()
7480 if (xhdr_flgs & xhdrflg) { in local_utf8()
7545 xhdr_flgs |= xhdrflg; in local_utf8()