Lines Matching defs:mode
499 printf("\ndi.mode = %o\n", di.mode);
503 if (S_ISCHR(di.mode) || S_ISBLK(di.mode))
508 if (S_ISCHR(di.mode) || S_ISBLK(di.mode))
516 // case kpidDevice: if (S_ISCHR(di.mode) || S_ISBLK(di.mode)) prop = (UInt64)(di.rdev); break;
551 Z7_COM7F_IMF(CArchiveUpdateCallback::GetStream2(UInt32 index, ISequentialInStream **inStream, UInt32 mode))
571 RINOK(Callback->GetStream(name, isDir, true, mode))
586 RINOK(Callback->GetStream(DirItems->GetLogPath((unsigned)up.DirIndex), isDir, false, mode))
593 if (mode != NUpdateNotifyOp::kAdd &&
594 mode != NUpdateNotifyOp::kUpdate)
658 || mode == NUpdateNotifyOp::kAnalyze); // 22.00 : we don't change access time in Analyze pass.