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

12

/freebsd-current/contrib/dialog/samples/
H A Dinputmenu-stdout20 "UID:" "$uid" \
51 UID) uid="$item" ;;
H A Dinputmenu21 "UID:" "$uid" \
53 UID) uid="$item" ;;
H A Dinputmenu332 "UID:" "$uid" "User-ID (number)" \
84 UID:)
H A Dinputmenu428 "UID:" "$uid" \
68 UID)
H A Dinputmenu231 "UID:" "$uid" \
75 UID:)
H A Dinputmenu127 "UID:" "$uid" \
67 UID)
/freebsd-current/contrib/bmake/mk/
H A Dmanifest.mk29 # UID GID MODE FLAGS
49 UID.dirs ?= 0
54 UID.files ?= 0
66 @(${${.TARGET}.DIRS:O:u:@d@echo '$d type=dir uid=${UID:${M_DIR_ATTR}} gid=${GID:${M_DIR_ATTR}} mode=${MODE:${M_DIR_ATTR}} ${FLAGS:${M_DIR_ATTR}}';@} \
67 ${${.TARGET}.DIRS:O:u:@d@${${.TARGET}.SRCS.$d:O:u:@f@echo '${s::=${STORE.$d/${f:T}:U$d/${f:T}}}$s contents="$f" type=file uid=${UID:${M_FILE_ATTR}} gid=${GID:${M_FILE_ATTR}} mode=${MODE:${M_FILE_ATTR}} ${FLAGS:${M_FILE_ATTR}}';@}@} \
/freebsd-current/sbin/dhclient/
H A Ddhctoken.h67 #define UID 269 macro
/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
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp105 llvm::sys::fs::UniqueID UID) const {
106 auto Hash = llvm::hash_combine(UID.getDevice(), UID.getFile());
121 llvm::sys::fs::UniqueID UID) const {
123 auto It = EntriesByUID.find(UID);
141 llvm::sys::fs::UniqueID UID, llvm::vfs::Status Stat,
144 auto Insertion = EntriesByUID.insert({UID, nullptr});
140 getOrEmplaceEntryForUID( llvm::sys::fs::UniqueID UID, llvm::vfs::Status Stat, std::unique_ptr<llvm::MemoryBuffer> Contents) argument
/freebsd-current/stand/efi/libefi/
H A Ddevpath.c194 acpi->UID, tail) < 0)
199 acpi->UID, tail) < 0)
204 acpi->UID, tail) < 0)
209 acpi->UID, tail) < 0)
214 acpi->UID, tail) < 0)
219 acpi->UID, tail) < 0)
225 acpi->UID, tail) < 0)
231 acpi->HID, acpi->UID, tail) < 0)
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-debug-graph1.exp32 .MAKE.UID = <details omitted>
H A Dsuff-transform-debug.exp23 .MAKE.UID = <details omitted>
H A Dopt-debug-graph2.exp66 .MAKE.UID = <details omitted>
H A Dopt-debug-graph3.exp66 .MAKE.UID = <details omitted>
H A Dcmdline.mk5 TMPBASE?= ${TMPDIR:U/tmp/uid${.MAKE.UID}}
/freebsd-current/contrib/llvm-project/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;
/freebsd-current/lib/libefivar/
H A Defivar-dp-format.c427 UefiDevicePathLibCatPrint (Str, "PciRoot(0x%x)", Acpi->UID);
431 UefiDevicePathLibCatPrint (Str, "PcieRoot(0x%x)", Acpi->UID);
435 UefiDevicePathLibCatPrint (Str, "Floppy(0x%x)", Acpi->UID);
439 UefiDevicePathLibCatPrint (Str, "Keyboard(0x%x)", Acpi->UID);
443 UefiDevicePathLibCatPrint (Str, "Serial(0x%x)", Acpi->UID);
447 UefiDevicePathLibCatPrint (Str, "ParallelPort(0x%x)", Acpi->UID);
451 UefiDevicePathLibCatPrint (Str, "Acpi(PNP%04x,0x%x)", EISA_ID_TO_NUM (Acpi->HID), Acpi->UID);
455 UefiDevicePathLibCatPrint (Str, "Acpi(0x%08x,0x%x)", Acpi->HID, Acpi->UID);
496 if (AcpiEx->UID == 0) {
499 UefiDevicePathLibCatPrint (Str, "PciRoot(0x%x)", AcpiEx->UID);
[all...]
/freebsd-current/crypto/openssh/contrib/cygwin/
H A Dssh-user-config78 pwdhome=$(getent passwd $UID | awk -F: '{ print $6; }')
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp114 M.UID = UIDOrErr.get();
159 M.UID = Status.getUser();
216 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) {
221 printWithSpacePadding(Out, UID % 1000000, 6);
232 unsigned UID, unsigned GID, unsigned Perms,
235 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size);
241 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) {
247 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms,
257 unsigned UID, unsigned GID, unsigned Perms,
267 printWithSpacePadding(Out, UID
214 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/clang/include/clang/Basic/
H A DFileEntry.h312 unsigned UID = 0; // A unique (small) ID for the file. member in class:clang::FileEntry
336 unsigned getUID() const { return UID; }
/freebsd-current/usr.sbin/ypldap/
H A Dparse.y103 %token USER GROUP TO EXPIRE HOME SHELL GECOS UID GID INTERVAL
172 | UID { $$ = 2; }
400 { "uid", UID },
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp356 UFE->UID = NextFileUID++;
468 UFE->UID = NextFileUID++;
497 BFE->UID = NextFileUID++;
624 // Add this file if it's the first one with the UID, or if its name is
/freebsd-current/contrib/kyua/examples/
H A Dkyua.conf52 -- The name or UID of the unprivileged user.
/freebsd-current/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h212 UINT32 UID; member in struct:__anon9401
232 UINT32 UID; member in struct:__anon9402

Completed in 370 milliseconds

12