| /freebsd-12.1/contrib/libarchive/libarchive/test/ |
| H A D | test_read_format_xar.c | 29 #define UID 1001 macro 90 assertEqualInt(archive_entry_uid(ae), UID); in verify0() 113 assertEqualInt(archive_entry_uid(ae), UID); in verify1() 179 assertEqualInt(archive_entry_uid(ae), UID); in verify2() 228 assertEqualInt(archive_entry_uid(ae), UID); in verify3() 278 assertEqualInt(archive_entry_uid(ae), UID); in verify4() 327 assertEqualInt(archive_entry_uid(ae), UID); in verify5() 369 assertEqualInt(archive_entry_uid(ae), UID); in verify6() 431 assertEqualInt(archive_entry_uid(ae), UID); in verify7()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | ArchiveWriter.cpp | 63 M.UID = UIDOrErr.get(); in getOldMember() 108 M.UID = Status.getUser(); in getFile() 152 unsigned UID, unsigned GID, unsigned Perms, unsigned Size) { in printRestOfMemberHeader() argument 157 printWithSpacePadding(Out, UID % 1000000, 6); in printRestOfMemberHeader() 168 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader() argument 171 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size); in printGNUSmallMemberHeader() 177 unsigned UID, unsigned GID, unsigned Perms, in printBSDMemberHeader() argument 184 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, in printBSDMemberHeader() 260 return printBSDMemberHeader(Out, Pos, M.MemberName, ModTime, M.UID, M.GID, in printMemberHeader() 263 return printGNUSmallMemberHeader(Out, M.MemberName, ModTime, M.UID, M.GID, in printMemberHeader() [all …]
|
| /freebsd-12.1/contrib/bmake/mk/ |
| H A D | manifest.mk | 47 UID.dirs ?= 0 52 UID.files ?= 0
|
| /freebsd-12.1/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-12.1/lib/libefivar/ |
| H A D | efivar-dp-format.c | 431 UefiDevicePathLibCatPrint (Str, "PciRoot(0x%x)", Acpi->UID); in DevPathToTextAcpi() 435 UefiDevicePathLibCatPrint (Str, "PcieRoot(0x%x)", Acpi->UID); in DevPathToTextAcpi() 439 UefiDevicePathLibCatPrint (Str, "Floppy(0x%x)", Acpi->UID); in DevPathToTextAcpi() 443 UefiDevicePathLibCatPrint (Str, "Keyboard(0x%x)", Acpi->UID); in DevPathToTextAcpi() 447 UefiDevicePathLibCatPrint (Str, "Serial(0x%x)", Acpi->UID); in DevPathToTextAcpi() 451 UefiDevicePathLibCatPrint (Str, "ParallelPort(0x%x)", Acpi->UID); in DevPathToTextAcpi() 459 UefiDevicePathLibCatPrint (Str, "Acpi(0x%08x,0x%x)", Acpi->HID, Acpi->UID); in DevPathToTextAcpi() 518 if ((*HIDStr == '\0') && (*CIDStr == '\0') && (AcpiEx->UID == 0)) { in DevPathToTextAcpiEx() 540 if (AcpiEx->UID == 0) { in DevPathToTextAcpiEx() 543 UefiDevicePathLibCatPrint (Str, "0x%x,", AcpiEx->UID); in DevPathToTextAcpiEx() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | FileManager.h | 68 unsigned UID; // A unique (small) ID for the file. variable 89 unsigned getUID() const { return UID; } in getUID()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | PassTimingInfo.cpp | 175 PassInvocationID UID{PassID, Count}; in getPassTimer() local 177 auto Pair = TimingData.try_emplace(UID, T); in getPassTimer()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | ArchiveWriter.h | 28 unsigned UID = 0, GID = 0, Perms = 0644; member
|
| /freebsd-12.1/contrib/dialog/samples/ |
| H A D | inputmenu | 53 UID) uid="$item" ;;
|
| H A D | inputmenu-stdout | 51 UID) uid="$item" ;;
|
| H A D | inputmenu4 | 68 UID)
|
| H A D | inputmenu1 | 67 UID)
|
| H A D | inputmenu3 | 84 UID:)
|
| H A D | inputmenu2 | 75 UID:)
|
| /freebsd-12.1/sbin/dhclient/ |
| H A D | dhctoken.h | 69 #define UID 269 macro
|
| /freebsd-12.1/stand/efi/include/ |
| H A D | efidevp.h | 133 UINT32 UID; member 140 UINT32 UID; member
|
| /freebsd-12.1/crypto/openssh/contrib/cygwin/ |
| H A D | ssh-user-config | 78 pwdhome=$(getent passwd $UID | awk -F: '{ print $6; }')
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 187 uid_t UID, gid_t GID, off_t Size) in basic_file_status() argument 190 fs_st_uid(UID), fs_st_gid(GID), in basic_file_status() 270 uid_t UID, gid_t GID, off_t Size) in file_status() argument 272 UID, GID, Size), in file_status()
|
| H A D | VirtualFileSystem.h | 48 llvm::sys::fs::UniqueID UID; variable 62 Status(StringRef Name, llvm::sys::fs::UniqueID UID, 80 llvm::sys::fs::UniqueID getUniqueID() const { return UID; } in getUniqueID()
|
| /freebsd-12.1/usr.sbin/ypldap/ |
| H A D | parse.y | 104 %token USER GROUP TO EXPIRE HOME SHELL GECOS UID GID INTERVAL 173 | UID { $$ = 2; } 401 { "uid", UID }, in lookup()
|
| /freebsd-12.1/usr.sbin/bsdconfig/usermgmt/include/ |
| H A D | messages.subr | 116 msg_user_id="UID" 117 msg_user_id_leave_empty_for_default="UID (Leave empty for default)"
|
| /freebsd-12.1/cddl/usr.sbin/dwatch/libexec/ |
| H A D | systop | 44 # printed. By default, `UID.GID CMD[PID]: ' of the process is printed.
|
| /freebsd-12.1/cddl/usr.sbin/dwatch/examples/ |
| H A D | profile_template | 51 # printed. By default, `UID.GID CMD[PID]: ' of the process is printed.
|
| /freebsd-12.1/sys/contrib/edk2/Include/Protocol/ |
| H A D | DevicePath.h | 218 UINT32 UID; member 238 UINT32 UID; member
|
| /freebsd-12.1/usr.sbin/bsdconfig/usermgmt/share/ |
| H A D | user.subr | 232 # NB: pw(8) has a ``feature'' wherein `-n name' can be taken as UID 233 # instead of name. Work-around is to also pass `-u UID' at the same 234 # time (the UID is ignored in this case, so any UID will do). 921 # NB: pw(8) has a ``feature'' wherein `-n name' can be taken as UID 922 # instead of name. Work-around is to also pass `-u UID' at the same 923 # time (the UID is ignored in this case, so any UID will do).
|