Home
last modified time | relevance | path

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

1234

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_xar.c28 #define UID 1001 macro
89 assertEqualInt(archive_entry_uid(ae), UID); in verify0()
112 assertEqualInt(archive_entry_uid(ae), UID); in verify1()
178 assertEqualInt(archive_entry_uid(ae), UID); in verify2()
227 assertEqualInt(archive_entry_uid(ae), UID); in verify3()
277 assertEqualInt(archive_entry_uid(ae), UID); in verify4()
326 assertEqualInt(archive_entry_uid(ae), UID); in verify5()
368 assertEqualInt(archive_entry_uid(ae), UID); in verify6()
430 assertEqualInt(archive_entry_uid(ae), UID); in verify7()
/freebsd/contrib/bmake/mk/
H A Dmanifest.mk49 UID.dirs ?= 0
54 UID.files ?= 0
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp105 llvm::sys::fs::UniqueID UID) const { in getShardForUID()
106 auto Hash = llvm::hash_combine(UID.getDevice(), UID.getFile()); in getShardForUID()
121 llvm::sys::fs::UniqueID UID) const { in findEntryByUID()
123 auto It = EntriesByUID.find(UID); in findEntryByUID()
141 llvm::sys::fs::UniqueID UID, llvm::vfs::Status Stat, in getOrEmplaceEntryForUID() argument
144 auto Insertion = EntriesByUID.insert({UID, nullptr}); in getOrEmplaceEntryForUID()
/freebsd/stand/efi/libefi/
H A Ddevpath.c194 acpi->UID, tail) < 0) in efi_acpi_dev_path()
199 acpi->UID, tail) < 0) in efi_acpi_dev_path()
204 acpi->UID, tail) < 0) in efi_acpi_dev_path()
209 acpi->UID, tail) < 0) in efi_acpi_dev_path()
214 acpi->UID, tail) < 0) in efi_acpi_dev_path()
219 acpi->UID, tail) < 0) in efi_acpi_dev_path()
225 acpi->UID, tail) < 0) in efi_acpi_dev_path()
231 acpi->HID, acpi->UID, tail) < 0) in efi_acpi_dev_path()
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dgkrb5_err.et12 error_code G_BAD_STRING_UID, "STRING-UID-NAME contains nondigits"
13 error_code G_NOUSER, "UID does not resolve to username"
/freebsd/lib/libefivar/
H A Defivar-dp-format.c427 UefiDevicePathLibCatPrint (Str, "PciRoot(0x%x)", Acpi->UID); in DevPathToTextAcpi()
431 UefiDevicePathLibCatPrint (Str, "PcieRoot(0x%x)", Acpi->UID); in DevPathToTextAcpi()
435 UefiDevicePathLibCatPrint (Str, "Floppy(0x%x)", Acpi->UID); in DevPathToTextAcpi()
439 UefiDevicePathLibCatPrint (Str, "Keyboard(0x%x)", Acpi->UID); in DevPathToTextAcpi()
443 UefiDevicePathLibCatPrint (Str, "Serial(0x%x)", Acpi->UID); in DevPathToTextAcpi()
496 if (AcpiEx->UID == 0) { in DevPathToTextAcpiEx()
499 UefiDevicePathLibCatPrint (Str, "PciRoot(0x%x)", AcpiEx->UID); in DevPathToTextAcpiEx()
506 if (AcpiEx->UID == 0) { in DevPathToTextAcpiEx()
575 if (AcpiEx->UID == 0) { in DevPathToTextAcpiEx()
578 UefiDevicePathLibCatPrint (Str, "0x%x)", AcpiEx->UID); in DevPathToTextAcpiEx()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp114 M.UID = UIDOrErr.get(); in getOldMember()
159 M.UID = Status.getUser(); in getFile()
216 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader() argument
221 printWithSpacePadding(Out, UID % 1000000, 6); in printRestOfMemberHeader()
232 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader() argument
235 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size); in printGNUSmallMemberHeader()
247 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, in printBSDMemberHeader()
257 unsigned UID, unsigned GID, unsigned Perms, in printBigArchiveMemberHeader() argument
267 printWithSpacePadding(Out, UID % 1000000000000, 12); // UID in printBigArchiveMemberHeader()
304 return printBSDMemberHeader(Out, Pos, M.MemberName, ModTime, M.UID, M.GID, in printMemberHeader()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/
H A Dnuvoton-wpcm450-supermicro-x9sci-ln4f.dts38 label = "UID button";
50 label = "UID";
/freebsd/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/contrib/dialog/samples/
H A Dinputmenu53 UID) uid="$item" ;;
H A Dinputmenu-stdout51 UID) uid="$item" ;;
H A Dinputmenu167 UID)
H A Dinputmenu468 UID)
H A Dinputmenu275 UID:)
H A Dinputmenu384 UID:)
/freebsd/contrib/bmake/unit-tests/
H A Dcmdline.mk5 TMPBASE?= ${TMPDIR:U/tmp/uid${.MAKE.UID}}
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchiveWriter.h24 unsigned UID = 0, GID = 0, Perms = 0644; member
/freebsd/sbin/dhclient/
H A Ddhctoken.h67 #define UID 269 macro
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileEntry.h312 unsigned UID = 0; // A unique (small) ID for the file.
336 unsigned getUID() const { return UID; }
/freebsd/crypto/openssh/contrib/cygwin/
H A Dssh-user-config78 pwdhome=$(getent passwd $UID | awk -F: '{ print $6; }')
/freebsd/stand/efi/include/
H A Defidevp.h132 UINT32 UID; member
139 UINT32 UID; member
/freebsd/usr.sbin/ypldap/
H A Dparse.y103 %token USER GROUP TO EXPIRE HOME SHELL GECOS UID GID INTERVAL
172 | UID { $$ = 2; }
400 { "uid", UID }, in lookup()
/freebsd/cddl/usr.sbin/dwatch/examples/
H A Dprofile_template50 # printed. By default, `UID.GID CMD[PID]: ' of the process is printed.
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dsystop43 # printed. By default, `UID.GID CMD[PID]: ' of the process is printed.
/freebsd/usr.sbin/bsdconfig/usermgmt/include/
H A Dmessages.subr115 msg_user_id="UID"
116 msg_user_id_leave_empty_for_default="UID (Leave empty for default)"

1234