Searched defs:GID (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp150 printRestOfMemberHeader( raw_ostream &Out, const sys::TimePoint<std::chrono::seconds> &ModTime, unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) argument
166 printGNUSmallMemberHeader(raw_ostream &Out, StringRef Name, const sys::TimePoint<std::chrono::seconds> &ModTime, unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) argument
175 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
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h184 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
266 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
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchive.h74 char GID[6]; member in struct:llvm::object::ArchiveMemberHeader::ArMemHdrType
H A DArchiveWriter.h27 unsigned UID = 0, GID = 0, Perms = 0644; member in struct:llvm::NewArchiveMember
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_xar.c31 #define GID 1001 macro
91 assertEqualInt(archive_entry_gid(ae), GID); local
114 assertEqualInt(archive_entry_gid(ae), GID); local
180 assertEqualInt(archive_entry_gid(ae), GID); local
229 assertEqualInt(archive_entry_gid(ae), GID); local
279 assertEqualInt(archive_entry_gid(ae), GID); local
328 assertEqualInt(archive_entry_gid(ae), GID); local
370 assertEqualInt(archive_entry_gid(ae), GID); local
432 assertEqualInt(archive_entry_gid(ae), GID); local
/freebsd-11-stable/contrib/bmake/mk/
H A Dmanifest.mk

Completed in 131 milliseconds