Searched defs:GID (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/bmake/mk/
H A Dmanifest.mk
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchiveWriter.h24 unsigned UID = 0, GID = 0, Perms = 0644; member in struct:llvm::NewArchiveMember
H A DArchive.h96 char GID[6]; member in struct:llvm::object::UnixArMemHdrType
126 char GID[12]; member in struct:llvm::object::BigArMemHdrType
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_read_format_xar.c30 #define GID 1001 macro
90 assertEqualInt(archive_entry_gid(ae), GID); local
113 assertEqualInt(archive_entry_gid(ae), GID); local
179 assertEqualInt(archive_entry_gid(ae), GID); local
228 assertEqualInt(archive_entry_gid(ae), GID); local
278 assertEqualInt(archive_entry_gid(ae), GID); local
327 assertEqualInt(archive_entry_gid(ae), GID); local
369 assertEqualInt(archive_entry_gid(ae), GID); local
431 assertEqualInt(archive_entry_gid(ae), GID); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h172 static uint64_t GID; member in class:llvm::logicalview::LVObject
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp214 printRestOfMemberHeader( raw_ostream &Out, const sys::TimePoint<std::chrono::seconds> &ModTime, unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) argument
230 printGNUSmallMemberHeader(raw_ostream &Out, StringRef Name, const sys::TimePoint<std::chrono::seconds> &ModTime, unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) argument
239 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) argument
255 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) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h164 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) argument
245 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) argument

Completed in 94 milliseconds