Home
last modified time | relevance | path

Searched refs:UID (Results 1 – 25 of 63) sorted by relevance

123

/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp104 llvm::sys::fs::UniqueID UID) const { in getShardForUID()
105 auto Hash = llvm::hash_combine(UID.getDevice(), UID.getFile()); in getShardForUID()
119 llvm::sys::fs::UniqueID UID) const { in findEntryByUID()
121 auto It = EntriesByUID.find(UID); in findEntryByUID()
139 llvm::sys::fs::UniqueID UID, llvm::vfs::Status Stat, in getOrEmplaceEntryForUID() argument
142 auto Insertion = EntriesByUID.insert({UID, nullptr}); in getOrEmplaceEntryForUID()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DArchiveWriter.cpp102 M.UID = UIDOrErr.get(); in getOldMember()
147 M.UID = Status.getUser(); in getFile()
196 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader() argument
201 printWithSpacePadding(Out, UID % 1000000, 6); in printRestOfMemberHeader()
212 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader() argument
215 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size); in printGNUSmallMemberHeader()
221 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printBSDMemberHeader() argument
227 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, in printBSDMemberHeader()
237 unsigned UID, unsigned GID, unsigned Perms, in printBigArchiveMemberHeader() argument
247 printWithSpacePadding(Out, UID % 1000000000000, 12); // UID in printBigArchiveMemberHeader()
[all …]
/openbsd-src/gnu/usr.bin/perl/lib/
H A DEnglish.pm113 *UID
206 *UID = *< ;
H A DEnglish.t76 is( $UID, $<, '$UID' );
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Darchive2yaml.cpp54 C.Fields["UID"].Value = ToString(Hdr.UID); in dump()
93 char UID[6]; member
/openbsd-src/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-src/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-src/etc/
H A Dksh.kshrc36 UID=$(id -u)
37 case $UID in
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DArchiveWriter.h24 unsigned UID = 0, GID = 0, Perms = 0644; member
H A DArchive.h95 char UID[6]; member
125 char UID[12]; member
/openbsd-src/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-src/gnu/llvm/clang/include/clang/Basic/
H A DFileEntry.h368 unsigned UID = 0; // A unique (small) ID for the file.
392 unsigned getUID() const { return UID; }
/openbsd-src/sys/stand/efi/include/
H A Defidevp.h131 UINT32 UID; member
138 UINT32 UID; member
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DIdCache.pod29 C<UidCache::new> creates a UID cache, which can be used to look up user
/openbsd-src/gnu/usr.bin/perl/cpan/Archive-Tar/t/
H A D03_file.t52 is( $obj->uid, exists($attr->{uid}) ? $attr->{uid} : UID,
56 is( $obj->uname, exists($attr->{uname}) ? $attr->{uname} : UNAME->(UID ),
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DFileManager.cpp356 UFE->UID = NextFileUID++; in getFileRef()
469 UFE->UID = NextFileUID++; in getVirtualFileRef()
498 BFE->UID = NextFileUID++; in getBypassFile()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h166 uid_t UID, gid_t GID, off_t Size) in basic_file_status() argument
169 fs_st_uid(UID), fs_st_gid(GID), in basic_file_status()
249 uid_t UID, gid_t GID, off_t Size) in file_status() argument
251 UID, GID, Size), in file_status()
H A DVirtualFileSystem.h49 llvm::sys::fs::UniqueID UID; variable
74 Status(const Twine &Name, llvm::sys::fs::UniqueID UID,
94 llvm::sys::fs::UniqueID getUniqueID() const { return UID; } in getUniqueID()
/openbsd-src/usr.sbin/ypldap/
H A Dparse.y109 %token USER GROUP TO EXPIRE HOME SHELL GECOS UID GID INTERVAL
202 | UID { $$ = 2; }
568 { "uid", UID }, in lookup()
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/
H A DUtil.t105 like($id1, qr/^\Q$$~0~$TIME~\E\d+$/, "Got a UID ($id1)");
/openbsd-src/gnu/gcc/gcc/
H A Ddf.h470 #define DF_INSN_UID_GET(DF,UID) ((DF)->insns[(UID)]) argument
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgdbinit.in21 There is also debug_rtx_find (rtx, uid) that will scan a list for UID and print
/openbsd-src/regress/lib/libagentx/
H A DMakefile21 UID!!= id -u
22 .if ${UID} == 0
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DX86RecognizableInstr.h235 InstrUID UID; variable

123