Searched refs:us (Results 76 - 100 of 225) sorted by relevance

123456789

/macosx-10.10.1/zsh-61/zsh/Src/
H A Dcond.c427 char *us; local
437 if (!(us = unmeta(s)))
439 if (stat(us, &st))
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePM.cpp587 // Power Managment is informing us that we are the root power domain.
700 // detach us from nub
741 // Power Management is informing us who our children are.
856 // Make us temporary usable before adding the child.
898 // Parent will be waiting for us to complete this stage.
968 // Power Management is informing us who our parent is.
1050 // A driver has called us volunteering to control power to our device.
1412 // last of all to insure that this doesn't cause the parent to call us some-
1673 // This may or may not cause us to change power, depending on what
1768 // Parent is expecting an ACK from us
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duinvchar.c183 u_charsToUChars(const char *cs, UChar *us, int32_t length) { argument
196 *us++=u;
202 u_UCharsToChars(const UChar *us, char *cs, int32_t length) { argument
206 u=*us++;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Derror.c371 struct tms us; local
482 if ((d = times(&us)) < error_info.time || error_info.time == 1)
484 sfprintf(stkstd, " %05lu.%05lu.%05lu ", d - error_info.time, (unsigned long)us.tms_utime, (unsigned long)us.tms_stime);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsbrowser.py9 def browser_shouldSizeColumn_forUserResize_toWidth_(self, b, c, us, w): return 1
/macosx-10.10.1/swig-12/Source/CParse/
H A Dparser.h333 String *us; member in struct:YYSTYPE::__anon12434
H A Dparser.y1473 String *us;
5210 if ($1.us) {
5211 $$ = NewStringf("%s %s", $1.us, $1.type);
5212 Delete($1.us);
5237 if ($1.us && $2.us) {
5238 Swig_error(cparse_file, cparse_line, "Extra %s specifier.\n", $2.us);
5241 if ($1.us) $$.us = $1.us;
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/mime/mbot/
H A Dpersonal.tcl326 -param {charset us-ascii} \
526 # -param {charset us-ascii} \
837 -param {charset us-ascii} \
919 -param {charset us-ascii} \
972 -param {charset us-ascii} \
/macosx-10.10.1/apr-32/apr/apr/build/
H A Drun-gcov.sh69 <p>This should give us some idea of how well our tests actually stress our
/macosx-10.10.1/file-46/file/src/
H A Dascmagic.c319 ascmatch(const unsigned char *s, const unichar *us, size_t ulen) argument
324 if (s[i] != us[i])
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/profiler/
H A Dprofiler.tcl30 set us [ clock clicks ]
33 set ::profiler::T$tag [ list $us $ms ]
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dpdf.vim79 " lands us after a newline rather than before, if that is our target.
/macosx-10.10.1/vim-55/runtime/syntax/
H A Ddebchangelog.vim16 " Case doesn't matter for us
H A Dasmh8300.vim28 syn match asmOpcode "divx[us].[bw]"
H A Dpovini.vim16 " Croak when an old Vim is sourcing us.
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/port/
H A Dlc.tab261 us united-states|usa en
270 enu en us
275 usa en us
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dtermcap.src331 :ue=\E[m:us=\E[4m:
363 :se=\E[m:so=\E[7m:ue=\E[m:us=\E[4m:tc=klone+acs:
373 :se=\E[m:so=\E[7m:ue=\E[m:us=\E[4m:tc=klone+acs:
477 :sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
619 :ue=\E[24m:up=\E[A:us=\E[4m:
698 :ue=\E[24m:up=\E[A:us=\E[4m:vb=200\E[?5h\E[?5l:\
749 :sf=^J:so=\E[7m:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:
751 :ue=\E[0m:us=\E[1m:tc=mach:
810 :up=\E[A:us=\E[4m:ve=\E[=10;12C:vi=\E[=14;12C:\
834 :ue=\E[m:up=\E[A:us
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dplurults.cpp64 US(const UnicodeString &us) { argument
65 int32_t bufLen = us.extract((int32_t)0, us.length(), (char *)NULL, (uint32_t)0) + 1;
67 us.extract(0, us.length(), buf, bufLen); };
/macosx-10.10.1/sudo-73/src/
H A Dgram.c739 struct userspec *us; local
744 while ((us = tq_pop(&userspecs)) != NULL) {
745 while ((m = tq_pop(&us->users)) != NULL) {
749 while ((priv = tq_pop(&us->privileges)) != NULL) {
796 efree(us);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dnfrs.cpp33 // note, doubles only get us up to one quadrillion or so, which
566 // the numerator of the fraction is anything else (this lets us
605 static void dumpUS(FILE* f, const UnicodeString& us) { argument
606 int len = us.length();
609 us.extract(0, len, buf);
/macosx-10.10.1/CPANInternal-159.1/File-ExtAttr-1.09/inc/Devel/
H A DCheckLib.pm48 several libraries. In the future, expect us to add something for
260 Thanks to the cpan-testers-discuss mailing list for prompting us to write it
/macosx-10.10.1/ICU-531.30/icuSources/extra/uconv/
H A Dmakedata.mak33 #Let's see if user has given us a path to ICU
/macosx-10.10.1/ruby-106/ruby/lib/uri/
H A Dcommon.rb305 us = $&
307 us.each_byte do |uc|
/macosx-10.10.1/vim-55/runtime/indent/
H A Dpov.vim14 setlocal nolisp " Make sure lisp indenting doesn't supersede us.
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Dsparccpuid.S21 ! Keep in mind that this does not excuse us from wiping the stack!

Completed in 507 milliseconds

123456789