Home
last modified time | relevance | path

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

1234

/freebsd-12.1/contrib/libarchive/libarchive/test/
H A Dtest_read_format_xar.c29 #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 DArchiveWriter.cpp63 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 Dmanifest.mk47 UID.dirs ?= 0
52 UID.files ?= 0
/freebsd-12.1/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-12.1/lib/libefivar/
H A Defivar-dp-format.c431 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 DFileManager.h68 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 DPassTimingInfo.cpp175 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 DArchiveWriter.h28 unsigned UID = 0, GID = 0, Perms = 0644; member
/freebsd-12.1/contrib/dialog/samples/
H A Dinputmenu53 UID) uid="$item" ;;
H A Dinputmenu-stdout51 UID) uid="$item" ;;
H A Dinputmenu468 UID)
H A Dinputmenu167 UID)
H A Dinputmenu384 UID:)
H A Dinputmenu275 UID:)
/freebsd-12.1/sbin/dhclient/
H A Ddhctoken.h69 #define UID 269 macro
/freebsd-12.1/stand/efi/include/
H A Defidevp.h133 UINT32 UID; member
140 UINT32 UID; member
/freebsd-12.1/crypto/openssh/contrib/cygwin/
H A Dssh-user-config78 pwdhome=$(getent passwd $UID | awk -F: '{ print $6; }')
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileSystem.h187 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 DVirtualFileSystem.h48 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 Dparse.y104 %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 Dmessages.subr116 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 Dsystop44 # printed. By default, `UID.GID CMD[PID]: ' of the process is printed.
/freebsd-12.1/cddl/usr.sbin/dwatch/examples/
H A Dprofile_template51 # printed. By default, `UID.GID CMD[PID]: ' of the process is printed.
/freebsd-12.1/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h218 UINT32 UID; member
238 UINT32 UID; member
/freebsd-12.1/usr.sbin/bsdconfig/usermgmt/share/
H A Duser.subr232 # 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).

1234