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

12

/macosx-10.9.5/emacs-92/emacs/etc/
H A Demacs.bash49 if [ -e "${HOME}/.emacs_server" -o -e "/tmp/emacs${UID}/server" ]; then
/macosx-10.9.5/dtrace-118.1/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.9.5/dtrace-118.1/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.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/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.9.5/CPANInternal-140/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.9.5/MITKerberosShim-62.1/
H A DMITKerberosShimTests.sh3 [ "$UID" == 0 ] || { echo "must be root" ; exit 1 ; }
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/t/
H A D01canon_dn.t100 ref UID=jsmith,DC=example,DC=net
101 same UID=jsmith,DC=example,DC=net
163 #bad UID=jsmith, DC=example, DC=net
166 bad UID=jsmith,,DC=example,DC=net
169 #bad UID=jsmith;DC=example;DC=net
175 bad <UID=jsmith,DC=example,DC=net>
178 bad UID=john,smith
181 bad UID=john+smith
184 bad UID=john\?smith
187 bad UID
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/data/
H A Dbash_pre_rc.sh45 if [[ ! $UID ]]
46 then UID=$(id -u)
47 readonly UID
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dapachectl.in72 if [ $UID != 0 ]; then
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DBottomUpProfileDataGridTree.js188 if (!profileNode.UID)
189 profileNode.UID = ++profileNodeUIDs;
204 if (visitedNodes[parentProfileNodes[parentIndex].UID]) {
211 visitedNodes[profileNode.UID] = true;
/macosx-10.9.5/ruby-104/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.9.5/Heimdal-323.92.1/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.9.5/libiconv-41/xcodescripts/
H A Ddest_cleanup.sh23 if [[ ${UID} -eq 0 ]]; then
/macosx-10.9.5/llvmCore-3425.0.33/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.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/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.9.5/CPANInternal-140/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.9.5/vim-53/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
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DAsmPrinter.h314 MCSymbol *GetJTSetSymbol(unsigned UID, unsigned MBBID) const;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Object/
H A DArchive.cpp28 char UID[6]; member in struct:__anon10287::ArchiveMemberHeader
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/imap4/
H A Dimap4.tcl367 UID {format uid}
675 UID {lappend items UID}
1097 UID {error "TODO"}
/macosx-10.9.5/zsh-60/zsh/Misc/
H A Dcompctl-examples645 local tmp; if [[ $UID = 0 ]]; then tmp=""; else tmp="user"; fi
656 if [[ ! $UID = 0 ]]; then

Completed in 176 milliseconds

12