Searched refs:UID (Results 1 - 25 of 38) sorted by relevance

12

/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DArchiveWriter.h24 unsigned UID = 0, GID = 0, Perms = 0644; member in struct:llvm::NewArchiveMember
H A DArchive.h95 char UID[6]; member in struct:llvm::object::UnixArMemHdrType
125 char UID[12]; member in struct:llvm::object::BigArMemHdrType
/openbsd-current/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp104 llvm::sys::fs::UniqueID UID) const {
105 auto Hash = llvm::hash_combine(UID.getDevice(), UID.getFile());
119 llvm::sys::fs::UniqueID UID) const {
121 auto It = EntriesByUID.find(UID);
139 llvm::sys::fs::UniqueID UID, llvm::vfs::Status Stat,
142 auto Insertion = EntriesByUID.insert({UID, nullptr});
138 getOrEmplaceEntryForUID( llvm::sys::fs::UniqueID UID, llvm::vfs::Status Stat, std::unique_ptr<llvm::MemoryBuffer> Contents) argument
/openbsd-current/bin/ps/
H A Dkeyword.c68 #define UID(n1, n2, fn, off) \ macro
70 #define GID(n1, n2, fn, off) UID(n1, n2, fn, off)
159 UID("ruid", "RUID", pvar, POFF(p_ruid)),
175 UID("svuid", "SVUID", pvar, POFF(p_svuid)),
185 UID("uid", "UID", pvar, POFF(p_uid)),
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DArchiveWriter.cpp102 M.UID = UIDOrErr.get();
147 M.UID = Status.getUser();
196 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) {
201 printWithSpacePadding(Out, UID % 1000000, 6);
212 unsigned UID, unsigned GID, unsigned Perms,
215 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size);
221 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) {
227 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms,
237 unsigned UID, unsigned GID, unsigned Perms,
247 printWithSpacePadding(Out, UID
194 printRestOfMemberHeader( raw_ostream &Out, const sys::TimePoint<std::chrono::seconds> &ModTime, unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) argument
210 printGNUSmallMemberHeader(raw_ostream &Out, StringRef Name, const sys::TimePoint<std::chrono::seconds> &ModTime, unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) argument
219 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
235 printBigArchiveMemberHeader(raw_ostream &Out, StringRef Name, const sys::TimePoint<std::chrono::seconds> &ModTime, unsigned UID, unsigned GID, unsigned Perms, uint64_t Size, unsigned PrevOffset, unsigned NextOffset) argument
[all...]
/openbsd-current/gnu/llvm/llvm/tools/obj2yaml/
H A Darchive2yaml.cpp54 C.Fields["UID"].Value = ToString(Hdr.UID);
93 char UID[6]; member in struct:__anon3634::ArchiveDumper::ArchiveHeader
/openbsd-current/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h176 findEntryByUID(llvm::sys::fs::UniqueID UID) const;
189 getOrEmplaceEntryForUID(llvm::sys::fs::UniqueID UID, llvm::vfs::Status Stat,
203 CacheShard &getShardForUID(llvm::sys::fs::UniqueID UID) const;
/openbsd-current/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/
H A DConstant.pm52 use constant UID => $>; constant
H A DFile.pm284 ### VMS has two UID modes, traditional and POSIX. Normally POSIX is
286 ### POSIX mode. In traditional mode, the UID is actually the VMS UIC.
289 ### handle. So for now, assume it is traditional if the UID is larger
356 uid => UID,
365 uname => UNAME->( UID ),
/openbsd-current/gnu/usr.bin/perl/lib/
H A DEnglish.pm113 *UID
206 *UID = *< ;
H A DEnglish.t76 is( $UID, $<, '$UID' );
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DFileEntry.h368 unsigned UID = 0; // A unique (small) ID for the file. member in class:clang::FileEntry
392 unsigned getUID() const { return UID; }
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DFileManager.cpp356 UFE->UID = NextFileUID++;
469 UFE->UID = NextFileUID++;
498 BFE->UID = NextFileUID++;
/openbsd-current/sys/stand/efi/include/
H A Defidevp.h131 UINT32 UID; member in struct:_ACPI_HID_DEVICE_PATH
138 UINT32 UID; member in struct:_ACPI_EXTENDED_HID_DEVICE_PATH
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DUtil.pm163 my $UID = 1;
164 sub gen_uid() { join ipc_separator() => ($$, get_tid(), time, $UID++) }
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h166 uid_t UID, gid_t GID, off_t Size)
169 fs_st_uid(UID), fs_st_gid(GID),
249 uid_t UID, gid_t GID, off_t Size)
251 UID, GID, Size),
164 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
246 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
H A DVirtualFileSystem.h49 llvm::sys::fs::UniqueID UID; member in class:llvm::vfs::Status
74 Status(const Twine &Name, llvm::sys::fs::UniqueID UID,
94 llvm::sys::fs::UniqueID getUniqueID() const { return UID; }
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DX86RecognizableInstr.h169 /// encoding and therefore distinct from the UID
235 InstrUID UID; member in class:llvm::X86Disassembler::RecognizableInstr
H A DX86RecognizableInstr.cpp148 UID(uid), Spec(&tables.specForUID(uid)) {
884 UID, Is32Bit, OpPrefix == 0,
888 tables.setTableFields(*opcodeType, insnContext(), opcodeToSet, *filter, UID,
/openbsd-current/gnu/gcc/gcc/
H A Ddf.h262 int luid; /* Logical UID. */
372 struct df_insn_info **insns; /* Insn table, indexed by insn UID. */
471 #define DF_INSN_UID_GET(DF,UID) ((DF)->insns[(UID)])
/openbsd-current/regress/lib/libagentx/
H A DMakefile21 UID!!= id -u
22 .if ${UID} == 0
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h112 DwarfCompileUnit(unsigned UID, const DICompileUnit *Node, AsmPrinter *A,
/openbsd-current/usr.sbin/ypldap/
H A Dparse.y109 %token USER GROUP TO EXPIRE HOME SHELL GECOS UID GID INTERVAL
202 | UID { $$ = 2; }
568 { "uid", UID },
/openbsd-current/regress/sys/net/pflog/
H A DMakefile30 UID !!= id -u
256 grep 'regress\.6/.* pass out on lo$N: \[uid ${UID}, pid [0-9]*\]\
275 grep 'regress\.14/.* pass out on lo$N: \[uid ${UID}, pid [0-9]*\]\
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp64 : UID(Status.getUniqueID()), MTime(Status.getLastModificationTime()),
68 Status::Status(const Twine &Name, UniqueID UID, sys::TimePoint<> MTime, argument
71 : Name(Name.str()), UID(UID), MTime(MTime), User(User), Group(Group),
791 UniqueID UID = local
796 return Status(Path, UID, llvm::sys::toTimePoint(ModificationTime), User,
2618 static std::atomic<unsigned> UID;
2619 unsigned ID = ++UID;

Completed in 716 milliseconds

12