Lines Matching defs:xhdr_flgs
639 static u_longlong_t xhdr_flgs; /* Bits set determine which items */
1277 xhdr_flgs = 0;
1295 xhdr_flgs = 0;
1302 (xhdr_flgs != 0)) {
1303 load_info_from_xtarhdr(xhdr_flgs,
1305 xhdr_flgs |= _X_XHDR;
1619 if ((xhdr_flgs & _X_MTIME))
1624 if (xhdr_flgs & _X_PATH)
1857 xhdr_flgs = 0;
2025 xhdr_flgs |= _X_PATH;
2264 xhdr_flgs |= _X_LINKPATH;
2294 if (xhdr_flgs & _X_LINKPATH) {
3084 if (xhdr_flgs & _X_LINKPATH)
3939 if (xhdr_flgs & _X_PATH)
4005 if (xhdr_flgs & _X_PATH)
4038 if (xhdr_flgs & _X_SIZE) {
4064 xhdr_flgs = 0;
4068 if ((dblock.dbuf.typeflag != 'A') && (xhdr_flgs != 0)) {
4069 load_info_from_xtarhdr(xhdr_flgs, &Xtarhdr);
4070 xhdr_flgs |= _X_XHDR;
4234 if (xhdr_flgs & _X_LINKPATH) {
4399 if (xhdr_flgs & _X_LINKPATH)
4544 if (xhdr_flgs & _X_UNAME)
4558 if (xhdr_flgs & _X_GNAME)
4621 xhdr_flgs |= _X_UID;
4625 xhdr_flgs |= _X_GID;
4629 xhdr_flgs |= _X_SIZE;
5716 if (xhdr_flgs & _X_XHDR) {
5717 xhdr_flgs = 0;
5730 * If typeflag is not 'A' and xhdr_flgs is set, then processing
5733 * _X_XHDR bit in xhdr_flgs.
5735 if ((dblock.dbuf.typeflag != 'A') && (xhdr_flgs != 0)) {
5736 load_info_from_xtarhdr(xhdr_flgs, &Xtarhdr);
5737 xhdr_flgs |= _X_XHDR;
5858 (xhdr_flgs & _X_SIZE)) {
5860 xhdr_flgs |= _X_XHDR;
5862 (xhdr_flgs & _X_SIZE)) {
5864 xhdr_flgs |= _X_XHDR;
6139 if (xhdr_flgs & _X_PATH) {
6391 if (xhdr_flgs & _X_PATH)
6398 xhdr_flgs |= _X_DEVMAJOR;
6414 xhdr_flgs |= _X_DEVMINOR;
6460 xhdr_flgs |= (_X_UNAME | _X_GNAME);
6462 if (xhdr_flgs) {
6463 if (xhdr_flgs & _X_DEVMAJOR)
6465 if (xhdr_flgs & _X_DEVMINOR)
6467 if (xhdr_flgs & _X_GID)
6469 if (xhdr_flgs & _X_UID)
6471 if (xhdr_flgs & _X_SIZE)
6473 if (xhdr_flgs & _X_PATH)
6475 if (xhdr_flgs & _X_LINKPATH)
6477 if (xhdr_flgs & _X_GNAME)
6479 if (xhdr_flgs & _X_UNAME)
6634 timebuf[1].tv_usec = (xhdr_flgs & _X_MTIME) ? modTime.tv_nsec/1000 : 0;
6921 xhdr_flgs |= _X_DEVMAJOR;
6931 xhdr_flgs |= _X_DEVMINOR;
6934 xhdr_flgs |= _X_GID;
6946 xhdr_flgs |= _X_GNAME;
6951 xhdr_flgs |= _X_LINKPATH;
6958 xhdr_flgs |= _X_PATH;
6970 xhdr_flgs |= _X_SIZE;
6973 xhdr_flgs |= _X_UID;
6985 xhdr_flgs |= _X_UNAME;
6995 xhdr_flgs |= _X_MTIME;
7018 * u_longlong_t flag; xhdr_flgs
7020 * NOTE: called when typeflag is not 'A' and xhdr_flgs
7216 xhdr_flgs |= _X_LINKPATH;
7230 if (xhdr_flgs & _X_LINKPATH)
7410 if ((xhdr_flgs & _X_LINKPATH) == 0) { /* Need null-terminated str. */
7416 if ((xhdr_flgs & _X_PATH) == 0) { /* Concatenate prefix & name */
7466 if (xhdr_flgs & xhdrflg) {
7531 xhdr_flgs |= xhdrflg;