| /freebsd/crypto/krb5/src/lib/krb5/os/ |
| H A D | localauth_k5login.c | 42 #define FILE_OWNER_OK(UID) ((UID) == 0 || (UID) == UNKNOWNUID) argument 44 #define FILE_OWNER_OK(UID) ((UID) == 0) argument
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_read_format_xar.c | 28 #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/pam-krb5/tests/data/scripts/basic/ |
| H A D | minimum-uid-debug | 1 # Test account and session behavior for minimum UID (debug). -*- conf -*- 17 DEBUG (user %u) ignoring low-UID user (%0 < %1) 20 DEBUG ignoring low-UID user (%0 < %1)
|
| H A D | minimum-uid | 1 # Test account and session behavior for minimum UID. -*- conf -*-
|
| /freebsd/contrib/bmake/mk/ |
| H A D | manifest.mk | 42 UID.dirs ?= 0 47 UID.files ?= 0
|
| /freebsd/stand/efi/libefi/ |
| H A D | devpath.c | 196 acpi->UID, tail) < 0) in efi_acpi_dev_path() 201 acpi->UID, tail) < 0) in efi_acpi_dev_path() 206 acpi->UID, tail) < 0) in efi_acpi_dev_path() 211 acpi->UID, tail) < 0) in efi_acpi_dev_path() 216 acpi->UID, tail) < 0) in efi_acpi_dev_path() 221 acpi->UID, tail) < 0) in efi_acpi_dev_path() 227 acpi->UID, tail) < 0) in efi_acpi_dev_path() 233 acpi->HID, acpi->UID, tail) < 0) in efi_acpi_dev_path()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.cpp | 106 llvm::sys::fs::UniqueID UID) const { in getShardForUID() 107 auto Hash = llvm::hash_combine(UID.getDevice(), UID.getFile()); in getShardForUID() 122 llvm::sys::fs::UniqueID UID) const { in findEntryByUID() 124 auto It = EntriesByUID.find(UID); in findEntryByUID() 147 llvm::sys::fs::UniqueID UID, llvm::vfs::Status Stat, in getOrEmplaceEntryForUID() argument 150 auto [It, Inserted] = EntriesByUID.insert({UID, nullptr}); in getOrEmplaceEntryForUID()
|
| /freebsd/crypto/krb5/src/include/ |
| H A D | k5-platform.h | 827 # define k5_getpwuid_r(UID, REC, BUF, BUFSIZE, OUT) \ argument 828 (getpwuid_r(UID,REC,BUF,BUFSIZE,OUT) == 0 \ 834 # define k5_getpwuid_r(UID, REC, BUF, BUFSIZE, OUT) \ argument 835 (getpwuid_r(UID,REC,BUF,BUFSIZE) == 0 \ 839 # define k5_getpwuid_r(UID, REC, BUF, BUFSIZE, OUT) \ argument 840 (*(OUT) = getpwuid_r(UID,REC,BUF,BUFSIZE), *(OUT) == NULL ? -1 : 0) 845 # define k5_getpwuid_r(UID, REC, BUF, BUFSIZE, OUT) \ argument 846 (*(OUT) = getpwuid(UID), *(OUT) == NULL ? -1 : 0)
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ArchiveWriter.cpp | 115 M.UID = UIDOrErr.get(); in getOldMember() 160 M.UID = Status.getUser(); in getFile() 217 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader() argument 222 printWithSpacePadding(Out, UID % 1000000, 6); in printRestOfMemberHeader() 233 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader() argument 236 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size); in printGNUSmallMemberHeader() 242 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printBSDMemberHeader() argument 248 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, in printBSDMemberHeader() 258 unsigned UID, unsigned GID, unsigned Perms, in printBigArchiveMemberHeader() argument 268 printWithSpacePadding(Out, UID % 1000000000000, 12); // UID in printBigArchiveMemberHeader() [all …]
|
| /freebsd/crypto/heimdal/lib/gssapi/krb5/ |
| H A D | gkrb5_err.et | 12 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 D | efivar-dp-format.c | 423 UefiDevicePathLibCatPrint (Str, "PciRoot(0x%x)", Acpi->UID); in DevPathToTextAcpi() 427 UefiDevicePathLibCatPrint (Str, "PcieRoot(0x%x)", Acpi->UID); in DevPathToTextAcpi() 431 UefiDevicePathLibCatPrint (Str, "Floppy(0x%x)", Acpi->UID); in DevPathToTextAcpi() 435 UefiDevicePathLibCatPrint (Str, "Keyboard(0x%x)", Acpi->UID); in DevPathToTextAcpi() 439 UefiDevicePathLibCatPrint (Str, "Serial(0x%x)", Acpi->UID); in DevPathToTextAcpi() 443 UefiDevicePathLibCatPrint (Str, "ParallelPort(0x%x)", Acpi->UID); in DevPathToTextAcpi() 447 … UefiDevicePathLibCatPrint (Str, "Acpi(PNP%04x,0x%x)", EISA_ID_TO_NUM (Acpi->HID), Acpi->UID); in DevPathToTextAcpi() 451 UefiDevicePathLibCatPrint (Str, "Acpi(0x%08x,0x%x)", Acpi->HID, Acpi->UID); in DevPathToTextAcpi() 513 UefiDevicePathLibCatPrint (Str, "PciRoot(0x%x)", AcpiEx->UID); in DevPathToTextAcpiEx() 523 UefiDevicePathLibCatPrint (Str, "PcieRoot(0x%x)", AcpiEx->UID); in DevPathToTextAcpiEx() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/nuvoton/ |
| H A D | nuvoton-wpcm450-supermicro-x9sci-ln4f.dts | 38 label = "UID button"; 50 label = "UID";
|
| /freebsd/contrib/pam-krb5/ci/files/heimdal/ |
| H A D | pki-mapping | 1 testuser@HEIMDAL.TEST:UID=testuser,DC=HEIMDAL,DC=TEST
|
| /freebsd/crypto/krb5/src/lib/gssapi/generic/ |
| H A D | gssapi_err_generic.et | 30 error_code G_BAD_STRING_UID, "STRING-UID-NAME contains nondigits" 31 error_code G_NOUSER, "UID does not resolve to username"
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.h | 183 findEntryByUID(llvm::sys::fs::UniqueID UID) const; 196 getOrEmplaceEntryForUID(llvm::sys::fs::UniqueID UID, llvm::vfs::Status Stat, 221 CacheShard &getShardForUID(llvm::sys::fs::UniqueID UID) const;
|
| /freebsd/contrib/dialog/samples/ |
| H A D | inputmenu | 53 UID) uid="$item" ;;
|
| H A D | inputmenu-stdout | 51 UID) uid="$item" ;;
|
| H A D | inputmenu1 | 67 UID)
|
| H A D | inputmenu4 | 68 UID)
|
| H A D | inputmenu3 | 84 UID:)
|
| H A D | inputmenu2 | 75 UID:)
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | cmdline.mk | 5 TMPBASE?= ${TMPDIR:U/tmp/uid${.MAKE.UID}}/cmdline
|
| /freebsd/sbin/dhclient/ |
| H A D | dhctoken.h | 67 #define UID 269 macro
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | FileEntry.h | 312 unsigned UID = 0; // A unique (small) ID for the file. 326 unsigned getUID() const { return UID; }
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ArchiveWriter.h | 24 unsigned UID = 0, GID = 0, Perms = 0644; member
|