HomeSort by: relevance | last modified time | path
    Searched refs:UID (Results 1 - 25 of 55) sorted by relevancy

1 2 3

  /src/sbin/mount_portal/examples/
cvs.sh.sh 6 UID=`id -u`
7 export HOME=`awk -F: '$3=='"$UID"'{print$6}' /etc/passwd`
  /src/external/cddl/dtracetoolkit/dist/Apps/
shellsnoop 17 # USAGE: shellsnoop [-hqsv] [-p PID] [-u UID]
23 # -u UID # user ID to snoop
31 # UID User ID
72 filter=0; pid=0; uid=0
81 u) opt_uid=1; uid=$OPTARG ;;
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)
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Bin/
shellsnoop 17 # USAGE: shellsnoop [-hqsv] [-p PID] [-u UID]
23 # -u UID # user ID to snoop
31 # UID User ID
72 filter=0; pid=0; uid=0
81 u) opt_uid=1; uid=$OPTARG ;;
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)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ArchiveWriter.h 24 unsigned UID = 0, GID = 0, Perms = 0644;
Archive.h 73 char UID[6];
  /src/bin/ps/
keyword.c 70 #define UID(n1, n2, of) \
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),
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
archive2yaml.cpp 54 C.Fields["UID"].Value = ToString(Hdr.UID);
93 char UID[6];
  /src/usr.bin/make/unit-tests/
opt-debug-graph1.exp 33 .MAKE.UID = <details omitted>
suff-transform-debug.exp 24 .MAKE.UID = <details omitted>
opt-debug-graph2.exp 67 .MAKE.UID = <details omitted>
opt-debug-graph3.exp 67 .MAKE.UID = <details omitted>
cmdline.mk 5 TMPBASE?= ${TMPDIR:U/tmp/uid${.MAKE.UID}}/cmdline
  /src/sys/external/bsd/gnu-efi/dist/lib/
dpath.c 575 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...]
  /src/external/apache2/llvm/dist/llvm/lib/Object/
ArchiveWriter.cpp 65 M.UID = UIDOrErr.get();
110 M.UID = Status.getUser();
154 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) {
157 // The format has only 6 chars for uid and gid. Truncate if the provided
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
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
df.h 431 /* The logical uid of the insn in the basic block. This is valid
564 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) \
  /src/external/gpl3/gcc.old/dist/gcc/
df.h 431 /* The logical uid of the insn in the basic block. This is valid
564 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) \
  /src/tests/net/net/
t_unix.c 73 #define UID 666
148 # define unp_euid uid
179 uid_t euid, uid; local
199 uid = srvruid;
202 uid = clntuid;
207 uid = clntuid;
210 uid = srvruid;
216 CHECK_EQUAL(euid, uid, s);
286 setuid(clntuid = UID);
297 clntuid = UID;
    [all...]
  /src/external/gpl2/lvm2/dist/scripts/
lvm_dump.sh 103 if test "$UID" != "0" && test "$EUID" != "0"; then
vgimportclone.sh 103 if [ "$UID" != "0" -a "$EUID" != "0" ]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
FileEntry.h 339 unsigned UID = 0; // A unique (small) ID for the file.
370 unsigned getUID() const { return UID; }
  /src/external/apache2/llvm/dist/clang/lib/Basic/
FileManager.cpp 325 UFE.UID = NextFileUID++;
435 UFE->UID = NextFileUID++;
466 BFE.UID = NextFileUID++;
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidevp.h 133 UINT32 UID;
140 UINT32 UID;
  /src/external/bsd/kyua-cli/dist/examples/
kyua.conf 49 -- The name or UID of the unprivileged user.
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileSystem.h 166 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),
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86RecognizableInstr.h 162 InstrUID UID;
170 /// encoding and therefore distinct from the UID
341 /// \param uid The unique ID of the current instruction.
344 InstrUID uid);
353 /// \param uid The unique ID of the instruction.
356 InstrUID uid);

Completed in 29 milliseconds

1 2 3