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

123

/netbsd-current/sbin/mount_portal/examples/
H A Dcvs.sh.sh6 UID=`id -u`
7 export HOME=`awk -F: '$3=='"$UID"'{print$6}' /etc/passwd`
/netbsd-current/external/cddl/dtracetoolkit/dist/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';
151 /(OPT_pid == 1 && PID != ppid) || (OPT_uid == 1 && UID != uid)/
168 /(OPT_pid == 1 && PID != pid) || (OPT_uid == 1 && UID != uid)/
/netbsd-current/external/cddl/dtracetoolkit/dist/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';
151 /(OPT_pid == 1 && PID != ppid) || (OPT_uid == 1 && UID != uid)/
168 /(OPT_pid == 1 && PID != pid) || (OPT_uid == 1 && UID != uid)/
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DArchiveWriter.h24 unsigned UID = 0, GID = 0, Perms = 0644; member in struct:llvm::NewArchiveMember
H A DArchive.h73 char UID[6]; member in struct:llvm::object::ArchiveMemberHeader::ArMemHdrType
/netbsd-current/bin/ps/
H A Dkeyword.c70 #define UID(n1, n2, of) \ macro
73 #define GID(n1, n2, off) UID(n1, n2, off)
123 UID("euid", "EUID", p_uid),
186 UID("ruid", "RUID", p_ruid),
201 UID("svuid", "SVUID", p_svuid),
213 UID("uid", "UID", p_uid),
/netbsd-current/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Darchive2yaml.cpp54 C.Fields["UID"].Value = ToString(Hdr.UID);
93 char UID[6]; member in struct:__anon3241::ArchiveDumper::ArchiveHeader
/netbsd-current/usr.bin/make/unit-tests/
H A Dopt-debug-graph1.exp33 .MAKE.UID = <details omitted>
H A Dsuff-transform-debug.exp24 .MAKE.UID = <details omitted>
H A Dopt-debug-graph2.exp67 .MAKE.UID = <details omitted>
H A Dopt-debug-graph3.exp67 .MAKE.UID = <details omitted>
H A Dcmdline.mk5 TMPBASE?= ${TMPDIR:U/tmp/uid${.MAKE.UID}}
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DArchiveWriter.cpp65 M.UID = UIDOrErr.get();
110 M.UID = Status.getUser();
154 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) {
159 printWithSpacePadding(Out, UID % 1000000, 6);
170 unsigned UID, unsigned GID, unsigned Perms,
173 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size);
179 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) {
185 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms,
216 return printBSDMemberHeader(Out, Pos, M.MemberName, ModTime, M.UID, M.GID,
219 return printGNUSmallMemberHeader(Out, M.MemberName, ModTime, M.UID,
152 printRestOfMemberHeader( raw_ostream &Out, const sys::TimePoint<std::chrono::seconds> &ModTime, unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) argument
168 printGNUSmallMemberHeader(raw_ostream &Out, StringRef Name, const sys::TimePoint<std::chrono::seconds> &ModTime, unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) argument
177 printBSDMemberHeader(raw_ostream &Out, uint64_t Pos, StringRef Name, const sys::TimePoint<std::chrono::seconds> &ModTime, unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) argument
[all...]
/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/
H A Ddpath.c575 CatPrint( Str , L"Keyboard(%d)" , Acpi-> UID ) ;
579 CatPrint( Str , L"ParallelPort(%d)" , Acpi-> UID ) ;
583 CatPrint( Str , L"Serial(%d)" , Acpi-> UID ) ;
587 CatPrint( Str , L"Floppy(%d)" , Acpi-> UID ) ;
591 CatPrint( Str , L"PciRoot(%d)" , Acpi-> UID ) ;
595 CatPrint( Str , L"PcieRoot(%d)" , Acpi-> UID ) ;
600 if ( Acpi-> UID ) CatPrint( Str , L",%d" , Acpi-> UID ) ;
607 if ( Acpi-> UID ) CatPrint( Str , L",%d" , Acpi-> UID ) ;
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddf.h564 struct df_insn_info **insns; /* Insn table, indexed by insn UID. */
762 #define DF_INSN_UID_GET(UID) (df->insns[(UID)])
763 #define DF_INSN_UID_SET(UID,VAL) (df->insns[(UID)]=(VAL))
764 #define DF_INSN_UID_SAFE_GET(UID) (((unsigned)(UID) < DF_INSN_SIZE ()) \
765 ? DF_INSN_UID_GET (UID) \
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddf.h564 struct df_insn_info **insns; /* Insn table, indexed by insn UID. */
762 #define DF_INSN_UID_GET(UID) (df->insns[(UID)])
763 #define DF_INSN_UID_SET(UID,VAL) (df->insns[(UID)]=(VAL))
764 #define DF_INSN_UID_SAFE_GET(UID) (((unsigned)(UID) < DF_INSN_SIZE ()) \
765 ? DF_INSN_UID_GET (UID) \
/netbsd-current/tests/net/net/
H A Dt_unix.c69 #define UID 666 macro
282 setuid(clntuid = UID);
293 clntuid = UID;
/netbsd-current/external/gpl2/lvm2/dist/scripts/
H A Dlvm_dump.sh103 if test "$UID" != "0" && test "$EUID" != "0"; then
H A Dvgimportclone.sh103 if [ "$UID" != "0" -a "$EUID" != "0" ]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DFileEntry.h339 unsigned UID = 0; // A unique (small) ID for the file. member in class:clang::FileEntry
370 unsigned getUID() const { return UID; }
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp325 UFE.UID = NextFileUID++;
435 UFE->UID = NextFileUID++;
466 BFE.UID = NextFileUID++;
/netbsd-current/external/bsd/kyua-cli/dist/examples/
H A Dkyua.conf49 -- The name or UID of the unprivileged user.
/netbsd-current/sys/external/bsd/gnu-efi/dist/inc/
H A Defidevp.h133 UINT32 UID; member in struct:_ACPI_HID_DEVICE_PATH
140 UINT32 UID; member in struct:_EXPANDED_ACPI_HID_DEVICE_PATH
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h166 uid_t UID, gid_t GID, off_t Size)
169 fs_st_uid(UID), fs_st_gid(GID),
249 uid_t UID, gid_t GID, off_t Size)
251 UID, GID, Size),
164 basic_file_status(file_type Type, perms Perms, time_t ATime, uint32_t ATimeNSec, time_t MTime, uint32_t MTimeNSec, uid_t UID, gid_t GID, off_t Size) argument
246 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino, time_t ATime, uint32_t ATimeNSec, time_t MTime, uint32_t MTimeNSec, uid_t UID, gid_t GID, off_t Size) argument
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.h162 InstrUID UID; member in class:llvm::X86Disassembler::RecognizableInstr
170 /// encoding and therefore distinct from the UID

Completed in 372 milliseconds

123