Searched refs:us (Results 151 - 175 of 225) sorted by relevance

123456789

/macosx-10.10.1/Heimdal-398.1.2/lib/heimcred/
H A Dserver.m1142 CFStringRef us = CFUUIDCreateString(NULL, cred->uuid);
1143 s = rk_cfstring2cstring(us);
1144 CFRelease(us);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dfoxpro.vim396 syn match foxproCmd "^\s*\<disp\%[lay]\>\s*\<stat\%[us]\>"
597 syn match foxproCmd "^\s*\<set\>\s*\<stat\%[us]\>"
598 syn match foxproCmd "^\s*\<set\>\s*\<stat\%[us]\>\s*\<bar\>"
H A Dlisp.vim398 syn match lispFunc "\<\([us]_\?\)\?\(element\|deref\|cast\|slot\|validp\)\>"
529 syn match lispDecl "\<\(ffi:\)\?[us]\?\(char\|short\|int\|long\)\>"
531 syn match lispDecl "\<\([us]_\?\)\?int\(8\|16\|32\|64\)\(_t\)\?\>"
H A Didlang.vim59 syn match idlangNumber "\<\.\@!\d\+\.\@!\(b\|u\|us\|s\|l\|ul\|ll\|ull\)\=\>"
H A Dprogress.vim67 syn keyword ProgressReserved disp[lay] distinct dos down drop editing enable encode entry error-stat[us] escape etime except exclusive
68 syn keyword ProgressReserved exclusive[-lock] exclusive-web-us[er] exists export false fetch field field[s] file-info[rmation] fill find find-case-sensitive
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter64.asm68 # See http://msdn.microsoft.com/en-us/library/7572ztz4.aspx
97 # See http://msdn.microsoft.com/en-us/library/ms235286.aspx
120 # See http://msdn.microsoft.com/en-us/library/ms235286.aspx
328 # See http://msdn.microsoft.com/en-us/library/9z1stfyw.aspx where it's stated that rbp MAY be used as a frame pointer.
1976 callSlowPath(_llint_slow_path_next_pname) # This either keeps the PC where it was (causing us to loop) or sets it to target.
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dresolver.c232 * us from pounding constantly on a particular set of
234 * us useful responses, but are responding in such a
1327 unsigned int us; local
1334 us = 800000;
1336 us = (800000 << (fctx->restarts - 2));
1346 if (us < rtt)
1347 us = rtt;
1352 if (us > 10000000)
1353 us = 10000000;
1355 seconds = us / 100000
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dregcomp.c176 uslist->us = p;
183 if (IS_NOT_NULL(uslist->us))
184 xfree(uslist->us);
195 p = (UnsetAddr* )xrealloc(uslist->us, sizeof(UnsetAddr) * size);
198 uslist->us = p;
201 uslist->us[uslist->num].offset = offset;
202 uslist->us[uslist->num].target = node;
2060 en = NENCLOSE(uslist->us[i].target);
2063 offset = uslist->us[i].offset;
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dustrtest.cpp1658 "this is a long string which helps us test some buffer limits",
1911 UnicodeString us(FALSE, utf16, LENGTHOF(utf16));
1915 us.toUTF8(sink);
1929 std::string &result8r = us.toUTF8String(result8);
H A Dusettest.cpp1636 "us", "a-z", "[0-1$us]", "[0-1a-z]", NULL,
1637 "us", "[a-z]", "[0-1$us]", "[0-1[a-z]]", NULL,
1638 "us", "\\[a\\-z\\]", "[0-1$us]", "[-01\\[\\]az]", NULL,
1665 UnicodeSet us(inpat, pos, USET_IGNORE_SPACE, &sym, ec);
1686 if (us != us2) {
1687 errln((UnicodeString)"Failed, got " + us.toPattern(a, TRUE) +
1690 logln((UnicodeString)"Ok, got " + us
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/mime/
H A Dmime.tcl226 ascii us \
776 set state(params) [list charset us-ascii]
912 # saw the starting boundary of a part. This forces us
2306 if {([string compare $v us-ascii]) \
3344 # lifting for us (except for timezone calculations).
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dapps.c2357 static JPAKE_CTX *jpake_init(const char *us, const char *them, argument
2375 ctx = JPAKE_CTX_new(us, them, p, g, q, bnsecret);
/macosx-10.10.1/network_cmds-457/ping.tproj/
H A Dping.c1168 * Print out the packet, if it came from us. This logic is necessary
1448 u_short us; member in union:__anon11030
1471 sum += last.us;
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/
H A DParser.pm156 indicating the length of the input. This lets us optimise in
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/
H A DParser.pm458 indicating the length of the input. This lets us optimise in
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfhdr.h734 uchar uc, *us, **usp; member in union:__anon9104
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dpppd.h665 void timeout __P((void (*func)(void *), void *arg, int s, int us));
666 /* Call func(arg) after s.us seconds */
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dlex.c1600 * understand what that actually gets us, and we can't guarantee
/macosx-10.10.1/CPANInternal-159.1/common-sense-3.6/
H A Dsense.pm.PL396 apeiron (meta-comment about us commenting^Wquoting his comment)
/macosx-10.10.1/ICU-531.30/icuSources/data/
H A DMakefile.in871 UCMFILES390=ebcdic-xml-us.ucm ibm-37_P100-1995.ucm ibm-1047_P100-1995.ucm ibm-4909_P100-1999.ucm
/macosx-10.10.1/OpenSSH-189/openssh/contrib/redhat/
H A Dopenssh.spec616 configuration file syntax requires us to specify it with HostKey if we
/macosx-10.10.1/awk-20/src/
H A Drun.c1635 FILE *openfile(int a, const char *us) argument
1637 const char *s = us;
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dcalccard.tex477 \iline{time: \kbd{s} or \kbd{sec}, \kbd{ms}, \kbd{us}, \kbd{ns}, \kbd{min},
/macosx-10.10.1/misc_cmds-33/calendar/calendars/fr_FR.ISO8859-1/
H A Dcalendar.fetes235 04/22 Bonne f�te aux Ca�us !
/macosx-10.10.1/rsync-45/rsync/
H A Dtech_report.tex180 immediately a match is found, which allows us to overlap the

Completed in 430 milliseconds

123456789