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

12

/macosx-10.9.5/llvmCore-3425.0.33/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.9.5/libarchive-29/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
/macosx-10.9.5/vim-53/runtime/syntax/
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
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.9.5/Heimdal-323.92.1/tests/apple/
H A Dcheck-apple-lkdc.in40 if [ "$UID" != 0 ] ; then
/macosx-10.9.5/configd-596.15/
H A Dget-mobility-info875 if [ ${UID} -eq 0 ]; then
877 if [ ${UID} -ne ${SUDO_UID} ]; then
/macosx-10.9.5/emacs-92/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.9.5/CPANInternal-140/Net-Daemon/lib/Net/
H A DDaemon.pm587 $self->Debug("Changing UID to $user");
939 After doing a bind(), change the real and effective UID to the given.
944 UID's can be passed as group names or numeric values.
/macosx-10.9.5/CPANInternal-140/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.9.5/ruby-104/ruby/test/ruby/
H A Dtest_process.rb1303 r = Process::UID.re_exchangeable?
1313 r = Process::UID.sid_available?
/macosx-10.9.5/ruby-104/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.9.5/CPANInternal-140/Log-Log4perl/
H A DREADME534 log4perl.PatternLayout.cspec.U = sub { return "UID $<" }
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DgenSCPreferences.c449 #define UID "UID" macro
1235 { SC_10_1_10_4, USERSPROP CONSOLEUSER, UID, NULL, CFNUMBER },
/macosx-10.9.5/CF-855.17/
H A DCFBinaryPList.c100 #pragma mark Keyed Archiver UID
/macosx-10.9.5/CPANInternal-140/Tree-Simple/lib/Tree/
H A DSimple.pm709 about the Tree::Simple UID see the C<getUID> method.
/macosx-10.9.5/CPANInternal-140/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm709 about the Tree::Simple UID see the C<getUID> method.
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dipp.c3282 fprintf(stderr, "DEBUG: Running IPP backend as UID %d.\n", (int)uid);
3285 * Connect to the user agent for the specified UID...
/macosx-10.9.5/apache-786.1/httpd/
H A Dconfigure1772 --with-suexec-uidmin Minimal allowed UID
H A Dconfigure.orig1772 --with-suexec-uidmin Minimal allowed UID

Completed in 333 milliseconds

12