Searched defs:UID (Results 1 - 17 of 17) sorted by relevance

/freebsd-11.0-release/contrib/bmake/mk/
H A Dmanifest.mk
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DX86RecognizableInstr.h37 InstrUID UID; member in class:llvm::X86Disassembler::RecognizableInstr
/freebsd-11.0-release/contrib/libarchive/libarchive/test/
H A Dtest_read_format_xar.c29 #define UID 1001 macro
90 assertEqualInt(archive_entry_uid(ae), UID); local
113 assertEqualInt(archive_entry_uid(ae), UID); local
179 assertEqualInt(archive_entry_uid(ae), UID); local
228 assertEqualInt(archive_entry_uid(ae), UID); local
278 assertEqualInt(archive_entry_uid(ae), UID); local
327 assertEqualInt(archive_entry_uid(ae), UID); local
369 assertEqualInt(archive_entry_uid(ae), UID); local
431 assertEqualInt(archive_entry_uid(ae), UID); local
/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DArchive.h30 char UID[6]; member in struct:llvm::object::ArchiveMemberHeader
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileManager.h58 unsigned UID; // A unique (small) ID for the file. member in class:clang::FileEntry
H A DVirtualFileSystem.h34 llvm::sys::fs::UniqueID UID; member in class:clang::vfs::Status
/freebsd-11.0-release/contrib/llvm/lib/Object/
H A DArchiveWriter.cpp102 printRestOfMemberHeader(raw_fd_ostream &Out, const sys::TimeValue &ModTime, unsigned UID, unsigned GID, unsigned Perms, unsigned Size) argument
114 printGNUSmallMemberHeader(raw_fd_ostream &Out, StringRef Name, const sys::TimeValue &ModTime, unsigned UID, unsigned GID, unsigned Perms, unsigned Size) argument
122 printBSDMemberHeader(raw_fd_ostream &Out, StringRef Name, const sys::TimeValue &ModTime, unsigned UID, unsigned GID, unsigned Perms, unsigned Size) argument
143 printMemberHeader(raw_fd_ostream &Out, object::Archive::Kind Kind, bool Thin, StringRef Name, std::vector<unsigned>::iterator &StringMapIndexIter, const sys::TimeValue &ModTime, unsigned UID, unsigned GID, unsigned Perms, unsigned Size) argument
385 unsigned UID; local
[all...]
/freebsd-11.0-release/sbin/dhclient/
H A Ddhctoken.h65 #define UID 269 macro
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCacheTokens.cpp89 llvm::sys::fs::UniqueID UID = FE->getUniqueID(); local
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DFileSystem.h170 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t MTime, uid_t UID, gid_t GID, off_t Size) argument
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp19 DwarfCompileUnit::DwarfCompileUnit(unsigned UID, const DICompileUnit *Node, argument
H A DDwarfUnit.cpp66 DwarfUnit::DwarfUnit(unsigned UID, dwarf::Tag UnitTag, argument
76 DwarfTypeUnit::DwarfTypeUnit(unsigned UID, DwarfCompileUnit &CU, AsmPrinter *A, argument
H A DAsmPrinter.cpp2389 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const { argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DVirtualFileSystem.cpp47 Status::Status(StringRef Name, UniqueID UID, sys::TimeValue MTime, argument
1372 static std::atomic<unsigned> UID; local
/freebsd-11.0-release/sys/boot/efi/include/
H A Defidevp.h133 UINT32 UID; member in struct:_ACPI_HID_DEVICE_PATH
140 UINT32 UID; member in struct:_ACPI_EXTENDED_HID_DEVICE_PATH
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DTools.cpp3087 std::string UID = llvm::utostr(getuid()); local
3090 std::string UID = "9999"; local
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp1414 unsigned UID = C.getUID(); local

Completed in 239 milliseconds