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

12

/macosx-10.10.1/Heimdal-398.1.2/tests/apple/
H A Dcheck-apple-lkdc.in40 if [ "$UID" != 0 ] ; then
/macosx-10.10.1/configd-699.1.5/
H A Dget-mobility-info982 if [ ${UID} -eq 0 ]; then
984 if [ ${UID} -ne ${SUDO_UID} ]; then
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dzsh.vim97 syn match zshLongDeref '\$\%(TRY_BLOCK_ERROR\|TTY\|TTYIDLE\|UID\|USERNAME\|VENDOR\|ZSH_NAME\|ZSH_VERSION\|REPLY\|reply\|TERM\)'
H A Dsh.vim246 syn keyword bashSpecialVariables contained BASH BASH_ENV BASH_VERSINFO BASH_VERSION CDPATH DIRSTACK EUID FCEDIT FIGNORE GLOBIGNORE GROUPS HISTCMD HISTCONTROL HISTFILE HISTFILESIZE HISTIGNORE HISTSIZE HOME HOSTFILE HOSTNAME HOSTTYPE IFS IGNOREEOF INPUTRC LANG LC_ALL LC_COLLATE LC_MESSAGES LINENO MACHTYPE MAIL MAILCHECK MAILPATH OLDPWD OPTARG OPTERR OPTIND OSTYPE PATH PIPESTATUS PPID PROMPT_COMMAND PS1 PS2 PS3 PS4 PWD RANDOM REPLY SECONDS SHELLOPTS SHLVL TIMEFORMAT TIMEOUT UID auto_resume histchars
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dimap.el1480 (imap-send-command (format "%sFETCH %s %s" (if nouidfetch "" "UID ")
1492 (format "%sFETCH %s %s" (if nouidfetch "" "UID ")
1529 (push (funcall func (get s 'UID) (get s propname)) result))
1580 (when (imap-ok-p (imap-send-command-wait (concat "UID SEARCH " predicate)))
1597 (concat "UID STORE " articles
1604 (concat "UID STORE " articles
1611 (concat "UID STORE " articles
1623 (and (imap-fetch "*" "UID")
1626 (lambda (uid prop) uid) 'UID))))
1645 (if (let ((cmd (concat "UID COP
[all...]
H A Dnnimap.el60 ;; o Rewrite UID SEARCH UID X as UID FETCH X (UID) for those with slow servers
314 However, it will invoke a UID SEARCH UID command on the server, and
321 "If non-nil, avoid \"UID SEARCH UID ... NOT SINCE\" queries when expiring.
322 Instead, use \"UID SEARCH SINCE\" to prune the list of expirable
370 (defvoo nnimap-expunge-search-string "UID
[all...]
/macosx-10.10.1/CPANInternal-159.1/Net-Daemon-0.48/lib/Net/
H A DDaemon.pm600 $self->Debug("Changing UID to $user");
958 After doing a bind(), change the real and effective UID to the given.
963 UID's can be passed as group names or numeric values.
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_process.rb1303 r = Process::UID.re_exchangeable?
1313 r = Process::UID.sid_available?
/macosx-10.10.1/ruby-106/ruby/lib/net/
H A Dimap.rb102 # fetch_thread = Thread.start { imap.fetch(1..-1, "UID") }
773 return search_internal("UID SEARCH", keys, charset)
784 # p imap.fetch(6..8, "UID")
785 # #=> [#<Net::IMAP::FetchData seqno=6, attr={"UID"=>98}>, \\
786 # #<Net::IMAP::FetchData seqno=7, attr={"UID"=>99}>, \\
787 # #<Net::IMAP::FetchData seqno=8, attr={"UID"=>100}>]
797 # p data.attr["UID"]
805 return fetch_internal("UID FETCH", set, attr)
828 return store_internal("UID STORE", set, attr, flags)
841 copy_internal("UID COP
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DgenSCPreferences.c459 #define UID "UID" macro
1273 { SC_10_1_10_4, USERSPROP CONSOLEUSER, UID, NULL, CFNUMBER },
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm709 about the Tree::Simple UID see the C<getUID> method.
/macosx-10.10.1/cups-408/cups/backend/
H A Dipp.c3341 fprintf(stderr, "DEBUG: Running IPP backend as UID %d.\n", (int)uid);
3344 * Connect to the user agent for the specified UID...

Completed in 311 milliseconds

12