/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ArchiveWriter.h | 24 unsigned UID = 0, GID = 0, Perms = 0644; member
|
H A D | Archive.h | 95 char UID[6]; member 125 char UID[12]; member
|
/freebsd-src/contrib/libarchive/libarchive/test/ |
H A D | test_read_format_xar.c | 28 #define UID 1001 macro
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 216 printRestOfMemberHeader(raw_ostream & Out,const sys::TimePoint<std::chrono::seconds> & ModTime,unsigned UID,unsigned GID,unsigned Perms,uint64_t Size) printRestOfMemberHeader() argument 232 printGNUSmallMemberHeader(raw_ostream & Out,StringRef Name,const sys::TimePoint<std::chrono::seconds> & ModTime,unsigned UID,unsigned GID,unsigned Perms,uint64_t Size) printGNUSmallMemberHeader() argument 241 printBSDMemberHeader(raw_ostream & Out,uint64_t Pos,StringRef Name,const sys::TimePoint<std::chrono::seconds> & ModTime,unsigned UID,unsigned GID,unsigned Perms,uint64_t Size) printBSDMemberHeader() argument 257 printBigArchiveMemberHeader(raw_ostream & Out,StringRef Name,const sys::TimePoint<std::chrono::seconds> & ModTime,unsigned UID,unsigned GID,unsigned Perms,uint64_t Size,uint64_t PrevOffset,uint64_t NextOffset) printBigArchiveMemberHeader() argument [all...] |
/freebsd-src/sbin/dhclient/ |
H A D | dhctoken.h | 67 #define UID 269 macro
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 166 basic_file_status(file_type Type,perms Perms,time_t ATime,uint32_t ATimeNSec,time_t MTime,uint32_t MTimeNSec,uid_t UID,gid_t GID,off_t Size) basic_file_status() argument 248 file_status(file_type Type,perms Perms,dev_t Dev,nlink_t Links,ino_t Ino,time_t ATime,uint32_t ATimeNSec,time_t MTime,uint32_t MTimeNSec,uid_t UID,gid_t GID,off_t Size) file_status() argument
|
H A D | VirtualFileSystem.h | 49 llvm::sys::fs::UniqueID UID; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.cpp | 141 getOrEmplaceEntryForUID(llvm::sys::fs::UniqueID UID,llvm::vfs::Status Stat,std::unique_ptr<llvm::MemoryBuffer> Contents) getOrEmplaceEntryForUID() argument
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.h | 255 InstrUID UID; global() variable
|
/freebsd-src/stand/efi/include/ |
H A D | efidevp.h | 132 UINT32 UID; member 139 UINT32 UID; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 69 Status::Status(const Twine &Name, UniqueID UID, sys::TimePoint<> MTime, in Status() argument 793 UniqueID UID = makeStatus() local 2636 static std::atomic<unsigned> UID; getNextVirtualUniqueID() local
|
/freebsd-src/sys/contrib/edk2/Include/Protocol/ |
H A D | DevicePath.h | 212 UINT32 UID; member 232 UINT32 UID; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 58 DwarfCompileUnit(unsigned UID,const DICompileUnit * Node,AsmPrinter * A,DwarfDebug * DW,DwarfFile * DWU,UnitKind Kind) DwarfCompileUnit() argument
|
H A D | AsmPrinter.cpp | 3853 GetJTSetSymbol(unsigned UID,unsigned MBBID) const GetJTSetSymbol() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 176 for (unsigned UID = 0, LastUID = FilesByUID.size(); UID != LastUID; ++UID) { GetAffectingModuleMaps() local 2018 for (unsigned UID = 0, LastUID = FilesByUID.size(); UID != LastUID; ++UID) { WriteHeaderSearch() local
|