| /openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.cpp | 104 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 D | ArchiveWriter.cpp | 102 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 D | English.pm | 113 *UID 206 *UID = *< ;
|
| H A D | English.t | 76 is( $UID, $<, '$UID' );
|
| /openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
| H A D | archive2yaml.cpp | 54 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 D | Util.pm | 163 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 D | DependencyScanningFilesystem.h | 176 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 D | ksh.kshrc | 36 UID=$(id -u) 37 case $UID in
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | ArchiveWriter.h | 24 unsigned UID = 0, GID = 0, Perms = 0644; member
|
| H A D | Archive.h | 95 char UID[6]; member 125 char UID[12]; member
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/ |
| H A D | Constant.pm | 52 use constant UID => $>; constant
|
| H A D | File.pm | 284 ### 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 D | FileEntry.h | 368 unsigned UID = 0; // A unique (small) ID for the file. 392 unsigned getUID() const { return UID; }
|
| /openbsd-src/sys/stand/efi/include/ |
| H A D | efidevp.h | 131 UINT32 UID; member 138 UINT32 UID; member
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | IdCache.pod | 29 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 D | 03_file.t | 52 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 D | FileManager.cpp | 356 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 D | FileSystem.h | 166 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 D | VirtualFileSystem.h | 49 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 D | parse.y | 109 %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 D | Util.t | 105 like($id1, qr/^\Q$$~0~$TIME~\E\d+$/, "Got a UID ($id1)");
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | df.h | 470 #define DF_INSN_UID_GET(DF,UID) ((DF)->insns[(UID)]) argument
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | gdbinit.in | 21 There is also debug_rtx_find (rtx, uid) that will scan a list for UID and print
|
| /openbsd-src/regress/lib/libagentx/ |
| H A D | Makefile | 21 UID!!= id -u 22 .if ${UID} == 0
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | X86RecognizableInstr.h | 235 InstrUID UID; variable
|