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

12

/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Apps/
H A Dshellsnoop17 # USAGE: shellsnoop [-hqsv] [-p PID] [-u UID]
23 # -u UID # user ID to snoop
31 # UID User ID
84 USAGE: shellsnoop [-hqsv] [-p PID] [-u UID]
90 -u UID # user ID to snoop
119 inline int UID = '$uid';
155 /(OPT_pid == 1 && PID != ppid) || (OPT_uid == 1 && UID != uid)/
172 /(OPT_pid == 1 && PID != pid) || (OPT_uid == 1 && UID != uid)/
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Bin/
H A Dshellsnoop17 # USAGE: shellsnoop [-hqsv] [-p PID] [-u UID]
23 # -u UID # user ID to snoop
31 # UID User ID
84 USAGE: shellsnoop [-hqsv] [-p PID] [-u UID]
90 -u UID # user ID to snoop
119 inline int UID = '$uid';
155 /(OPT_pid == 1 && PID != ppid) || (OPT_uid == 1 && UID != uid)/
172 /(OPT_pid == 1 && PID != pid) || (OPT_uid == 1 && UID != uid)/
/freebsd-10.1-release/contrib/dialog/samples/
H A Dinputmenu21 "UID:" "$uid" \
53 UID) uid="$item" ;;
H A Dinputmenu-stdout20 "UID:" "$uid" \
51 UID) uid="$item" ;;
H A Dinputmenu127 "UID:" "$uid" \
67 UID)
H A Dinputmenu231 "UID:" "$uid" \
75 UID:)
H A Dinputmenu332 "UID:" "$uid" "User-ID (number)" \
84 UID:)
H A Dinputmenu428 "UID:" "$uid" \
68 UID)
/freebsd-10.1-release/sbin/dhclient/
H A Ddhctoken.h65 #define UID 269 macro
H A Dconflex.c515 return (UID);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileManager.h65 unsigned UID; // A unique (small) ID for the file. member in class:clang::FileEntry
97 unsigned getUID() const { return UID; }
/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DX86RecognizableInstr.h37 InstrUID UID; member in class:llvm::X86Disassembler::RecognizableInstr
43 /// encoding and therefore distinct from the UID
H A DX86RecognizableInstr.cpp219 UID = uid;
223 Spec = &tables.specForUID(UID);
1159 UID, Is32Bit, IgnoresVEX_L);
1169 UID, Is32Bit, IgnoresVEX_L);
1176 UID, Is32Bit, IgnoresVEX_L);
/freebsd-10.1-release/contrib/llvm/include/llvm/Object/
H A DArchive.h28 char UID[6]; member in struct:llvm::object::ArchiveMemberHeader
/freebsd-10.1-release/sys/boot/efi/include/
H A Defidevp.h135 UINT32 UID; member in struct:_ACPI_HID_DEVICE_PATH
142 UINT32 UID; member in struct:_ACPI_EXTENDED_HID_DEVICE_PATH
/freebsd-10.1-release/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp599 const sys::TimeValue &ModTime, unsigned UID,
603 printWithSpacePadding(Out, UID, 6);
611 const sys::TimeValue &ModTime, unsigned UID,
614 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size);
618 const sys::TimeValue &ModTime, unsigned UID,
622 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size);
598 printRestOfMemberHeader(raw_fd_ostream &Out, const sys::TimeValue &ModTime, unsigned UID, unsigned GID, unsigned Perms, unsigned Size) argument
610 printMemberHeader(raw_fd_ostream &Out, StringRef Name, const sys::TimeValue &ModTime, unsigned UID, unsigned GID, unsigned Perms, unsigned Size) argument
617 printMemberHeader(raw_fd_ostream &Out, unsigned NameOffset, const sys::TimeValue &ModTime, unsigned UID, unsigned GID, unsigned Perms, unsigned Size) argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCacheTokens.cpp84 llvm::sys::fs::UniqueID UID = FE->getUniqueID(); local
85 ::Emit64(Out, UID.getFile());
86 ::Emit64(Out, UID.getDevice());
/freebsd-10.1-release/contrib/llvm/lib/Object/
H A DArchive.cpp70 if (StringRef(UID, sizeof(UID)).rtrim(" ").getAsInteger(10, Ret))
71 llvm_unreachable("UID time not a decimal number.");
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h327 MCSymbol *GetJTSetSymbol(unsigned UID, unsigned MBBID) const;
/freebsd-10.1-release/contrib/gcc/
H A Ddf.h262 int luid; /* Logical UID. */
372 struct df_insn_info **insns; /* Insn table, indexed by insn UID. */
471 #define DF_INSN_UID_GET(DF,UID) ((DF)->insns[(UID)])
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DFileSystem.h176 uid_t UID, gid_t GID, off_t Size)
177 : fs_st_dev(Dev), fs_st_ino(Ino), fs_st_mtime(MTime), fs_st_uid(UID),
175 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t MTime, uid_t UID, gid_t GID, off_t Size) argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Basic/
H A DFileManager.cpp349 UFE.UID = NextFileUID++;
416 UFE->UID = NextFileUID++;
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h97 CompileUnit(unsigned UID, DIE *D, DICompileUnit CU, AsmPrinter *A,
H A DAsmPrinter.cpp1194 unsigned UID) const {
1201 Value = TM.getTargetLowering()->LowerCustomJumpTableEntry(MJTI, MBB, UID,
1241 Value = MCSymbolRefExpr::Create(GetJTSetSymbol(UID, MBB->getNumber()),
1247 const MCExpr *JTI = MCSymbolRefExpr::Create(GetJTISymbol(UID), OutContext);
2034 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const { argument
2037 Twine(UID) + "_set_" + Twine(MBBID));
/freebsd-10.1-release/contrib/libarchive/libarchive/test/
H A Dtest_read_format_xar.c29 #define UID 1001 macro
90 assertEqualInt(archive_entry_uid(ae), UID); local
113 assertEqualInt(archive_entry_uid(ae), UID); local
179 assertEqualInt(archive_entry_uid(ae), UID); local
228 assertEqualInt(archive_entry_uid(ae), UID); local
278 assertEqualInt(archive_entry_uid(ae), UID); local
327 assertEqualInt(archive_entry_uid(ae), UID); local
369 assertEqualInt(archive_entry_uid(ae), UID); local
431 assertEqualInt(archive_entry_uid(ae), UID); local

Completed in 481 milliseconds

12