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

12

/macosx-10.10.1/emacs-93/emacs/etc/
H A Demacs.bash49 if [ -e "${HOME}/.emacs_server" -o -e "/tmp/emacs${UID}/server" ]; then
/macosx-10.10.1/dtrace-147/DTTk/Apps/
H A Dshellsnoop17 # USAGE: shellsnoop [-hqsv] [-p PID] [-u UID]
23 # -u UID # user ID to snoop
31 # UID User ID
81 USAGE: shellsnoop [-hqsv] [-p PID] [-u UID]
87 -u UID # user ID to snoop
116 inline int UID = '$uid';
152 /(OPT_pid == 1 && PID != ppid) || (OPT_uid == 1 && UID != uid)/
169 /(OPT_pid == 1 && PID != pid) || (OPT_uid == 1 && UID != uid)/
/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Dshellsnoop17 # USAGE: shellsnoop [-hqsv] [-p PID] [-u UID]
23 # -u UID # user ID to snoop
31 # UID User ID
81 USAGE: shellsnoop [-hqsv] [-p PID] [-u UID]
87 -u UID # user ID to snoop
116 inline int UID = '$uid';
152 /(OPT_pid == 1 && PID != ppid) || (OPT_uid == 1 && UID != uid)/
169 /(OPT_pid == 1 && PID != pid) || (OPT_uid == 1 && UID != uid)/
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DFindByUID.pm30 my ($self, $UID) = @_;
31 (defined($UID)) || die "Insufficient Arguments : You must provide a UID to search for";
32 $self->{UID_to_find} = $UID;
50 my $UID = $self->{UID_to_find};
51 (defined($UID)) || die "Illegal Operation : You cannot search for a UID without setting one first";
65 (($tree->getUID() eq $UID) && $self->{_filter_function}->($tree)) && die $tree;
71 ($tree->getUID() eq $UID) && die $tree;
133 Tree::Simple::Visitor::FindByUID - A Visitor for finding an element in a Tree::Simple hierarchy by UID
[all...]
/macosx-10.10.1/MITKerberosShim-66/
H A DMITKerberosShimTests.sh3 [ "$UID" == 0 ] || { echo "must be root" ; exit 1 ; }
/macosx-10.10.1/libiconv-42/xcodescripts/
H A Ddest_cleanup.sh5 if [[ ${UID} -eq 0 ]]; then
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/data/
H A Dbash_pre_rc.sh45 if [[ ! $UID ]]
46 then UID=$(id -u)
47 readonly UID
/macosx-10.10.1/apache-793/httpd/support/
H A Dapachectl.in73 if [ $UID != 0 ]; then
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DLegacyBottomUpProfileDataGridTree.js168 if (!profileNode.UID)
169 profileNode.UID = ++profileNodeUIDs;
184 if (visitedNodes[parentProfileNodes[parentIndex].UID]) {
191 visitedNodes[profileNode.UID] = true;
/macosx-10.10.1/ruby-106/ruby/test/net/imap/
H A Dtest_imap_response_parser.rb106 * 1 FETCH (UID 92285)
108 assert_equal 92285, response.data.attr["UID"]
111 * 1 FETCH (UID 92285 )
113 assert_equal 92285, response.data.attr["UID"]
116 * 1 FETCH (UID 92285 )
150 * 980 FETCH (UID 2862 BODYSTRUCTURE ((("TEXT" "PLAIN" ("CHARSET" "iso-8859-1") NIL NIL "7BIT" 416 21 NIL NIL NIL)("TEXT" "HTML" ("CHARSET" "iso-8859-1") NIL NIL "7BIT" 1493 32 NIL NIL NIL) "ALTERNATIVE" ("BOUNDARY" "Boundary_(ID_IaecgfnXwG5bn3x8lIeGIQ)") NIL NIL)("MESSAGE" "RFC822" ("NAME" "Fw_ ____ _____ ____.eml") NIL NIL "7BIT" 1980088 NIL ("ATTACHMENT" ("FILENAME" "Fw_ ____ _____ ____.eml")) NIL) "MIXED" ("BOUNDARY" "Boundary_(ID_eDdLc/j0mBIzIlR191pHjA)") NIL NIL))
/macosx-10.10.1/Heimdal-398.1.2/tests/apple/
H A Dcheck-apple-hodadmin.in40 if [ "$UID" != 0 ] ; then
H A Dcheck-apple-server.in40 if [ "$UID" != 0 ] ; then
H A Dcheck-server-hodadmin.in40 if [ "$UID" != 0 ] ; then
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DX86RecognizableInstr.h39 InstrUID UID; member in class:llvm::X86Disassembler::RecognizableInstr
45 /// encoding and therefore distinct from the UID
H A DX86RecognizableInstr.cpp211 UID = uid;
215 Spec = &tables.specForUID(UID);
994 UID, Is32Bit, IgnoresVEX_L);
1004 UID, Is32Bit, IgnoresVEX_L);
1011 UID, Is32Bit, IgnoresVEX_L);
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/
H A DVisitorFactory.pm88 Given a UID and Tree::Simple hierarchy, this Visitor will attempt to find the node with the same UID.
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dtak.vim47 syn keyword takOptions SUMMARY SOLRTN UID DICTIONARIES
H A Dsinda.vim57 syn keyword sindaControl PATMOS SIGMA TIMEO TIMEND UID
H A Dplsql.vim68 syn keyword plsqlSQLKeyword TRIGGER TRUNCATE UID UNION UNIQUE UNLIMITED UPDATE
130 syn keyword plsqlFunction TO_YMINTERVAL TRANSLATE TREAT TRIM TRUNC TZ_OFFSET UID
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DAsmPrinter.h314 MCSymbol *GetJTSetSymbol(unsigned UID, unsigned MBBID) const;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Object/
H A DArchive.cpp28 char UID[6]; member in struct:__anon10091::ArchiveMemberHeader
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/imap4/
H A Dimap4.tcl367 UID {format uid}
675 UID {lappend items UID}
1097 UID {error "TODO"}
/macosx-10.10.1/zsh-61/zsh/Misc/
H A Dcompctl-examples645 local tmp; if [[ $UID = 0 ]]; then tmp=""; else tmp="user"; fi
656 if [[ ! $UID = 0 ]]; then
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1138 unsigned UID) const {
1145 Value = TM.getTargetLowering()->LowerCustomJumpTableEntry(MJTI, MBB, UID,
1185 Value = MCSymbolRefExpr::Create(GetJTSetSymbol(UID, MBB->getNumber()),
1191 const MCExpr *JTI = MCSymbolRefExpr::Create(GetJTISymbol(UID), OutContext);
1977 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const { argument
1980 Twine(UID) + "_set_" + Twine(MBBID));
/macosx-10.10.1/libarchive-30/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 312 milliseconds

12