Searched refs:start (Results 201 - 225 of 4398) sorted by relevance

1234567891011>>

/macosx-10.10/apr-32/apr-util/apr-util/buckets/
H A Dapr_buckets_refcount.c52 apr_off_t start,
58 b->start = start;
51 apr_bucket_shared_make(apr_bucket *b, void *data, apr_off_t start, apr_size_t length) argument
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dbracecomp.c66 int start, end, gcd; local
82 for (start = real_start; start < real_end; start = end + 1)
84 gcd = strlen (array[start]);
85 for (end = start + 1; end < real_end; end++)
89 temp = string_gcd (array[start], array[end]);
98 if (gcd_zero == 0 && start == real_start && end != (real_end - 1))
111 if (start == end)
113 x = savestring (array[start]
[all...]
H A Dbraces.c91 register int start; local
116 start = j = i + 1; /* { */
150 start = ++i;
159 j = start;
184 amble = substring (text, start, i);
185 alen = i - start;
187 amble = (char *)xmalloc (1 + (i - start));
188 strncpy (amble, &text[start], (i - start));
189 alen = i - start;
256 int start, i, c; local
[all...]
/macosx-10.10/cups-408/cups/vcnet/regex/
H A Dengine.ih8 static char *dissect(register struct match *m, char *start, char *stop, sopno startst, sopno stopst);
9 static char *backref(register struct match *m, char *start, char *stop, sopno startst, sopno stopst, sopno lev);
10 static char *fast(register struct match *m, char *start, char *stop, sopno startst, sopno stopst);
11 static char *slow(register struct match *m, char *start, char *stop, sopno startst, sopno stopst);
12 static states step(register struct re_guts *g, sopno start, sopno stop, register states bef, int ch, register states aft);
26 static void at(struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst);
/macosx-10.10/dtrace-147/test/tst/common/buffering/
H A Dtst.cputime.ksh40 start = timestamp;
64 /((total * 100) / (timestamp - start)) > thresh/
67 \$\$1, ((total * 100) / (timestamp - start)));
/macosx-10.10/libiconv-42/libiconv/extras/
H A Diconv_string.c14 const char* start, const char* end,
29 ret = iconv_string(tocode,"UTF-8",start,end,resultp,lengthp);
32 ret = iconv_string(tocode,"ISO-8859-1",start,end,resultp,lengthp);
39 ret = iconv_string(tocode,"ISO-2022-JP-2",start,end,resultp,lengthp);
47 ret = iconv_string(tocode,"EUC-JP",start,end,resultp,lengthp);
51 ret = iconv_string(tocode,"SHIFT_JIS",start,end,resultp,lengthp);
58 ret = iconv_string(tocode,"ISO-2022-KR",start,end,resultp,lengthp);
62 ret = iconv_string(tocode,"EUC-KR",start,end,resultp,lengthp);
72 const char* inptr = start;
73 size_t insize = end-start;
13 iconv_string(const char* tocode, const char* fromcode, const char* start, const char* end, char** resultp, size_t* lengthp) argument
[all...]
/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Dmkstemp.c38 char *start, *trv; local
85 for (start = trv + 1;; --trv) {
108 for (trv = start;;) {
/macosx-10.10/ruby-106/ruby/ext/json/lib/json/add/
H A Ddate_time.rb24 alias start sg unless method_defined?(:start)
38 'sg' => start,
/macosx-10.10/ruby-106/ruby/ext/psych/yaml/
H A Dwriter.c41 emitter->buffer.pointer = emitter->buffer.start;
45 if (emitter->buffer.start == emitter->buffer.last) {
54 emitter->buffer.start,
55 emitter->buffer.last - emitter->buffer.start)) {
56 emitter->buffer.last = emitter->buffer.start;
57 emitter->buffer.pointer = emitter->buffer.start;
129 emitter->raw_buffer.start,
130 emitter->raw_buffer.last - emitter->raw_buffer.start)) {
131 emitter->buffer.last = emitter->buffer.start;
132 emitter->buffer.pointer = emitter->buffer.start;
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dcvsrc.vim13 syn region cvsrcString display oneline start=+"+ skip=+\\\\\|\\\\"+ end=+"+
14 syn region cvsrcString display oneline start=+'+ skip=+\\\\\|\\\\'+ end=+'+
21 \ start='add\|admin\|checkout\|commit\|cvs\|diff'
22 \ start='export\|history\|import\|init\|log'
23 \ start='rdiff\|release\|remove\|rtag\|status\|tag'
24 \ start='update'
H A Dhaml.vim24 syn region rubyCurlyBlock start="{" end="}" contains=@hamlRubyTop contained
34 syn region hamlAttributes matchgroup=hamlAttributesDelimiter start="(" end=")" contained contains=htmlArg,hamlAttributeString,hamlAttributeVariable,htmlEvent,htmlCssDefinition nextgroup=@hamlComponent
35 syn region hamlAttributesHash matchgroup=hamlAttributesDelimiter start="{" end="}" contained contains=@hamlRubyTop nextgroup=@hamlComponent
36 syn region hamlObject matchgroup=hamlObjectDelimiter start="\[" end="\]" contained contains=@hamlRubyTop nextgroup=@hamlComponent
43 syn region hamlDocType start="^\s*!!!" end="$"
45 syn region hamlRuby matchgroup=hamlRubyOutputChar start="[!&]\==\|\~" skip=",\s*$" end="$" contained contains=@hamlRubyTop keepend
46 syn region hamlRuby matchgroup=hamlRubyChar start="-" skip=",\s*$" end="$" contained contains=@hamlRubyTop keepend
48 syn region hamlInterpolatable matchgroup=hamlInterpolatableChar start="!\===\|!=\@!" end="$" keepend contained contains=hamlInterpolation,hamlInterpolationEscape,@hamlHtmlTop
49 syn region hamlInterpolatable matchgroup=hamlInterpolatableChar start="&==\|&=\@!" end="$" keepend contained contains=hamlInterpolation,hamlInterpolationEscape
50 syn region hamlInterpolation matchgroup=hamlInterpolationDelimiter start
[all...]
H A Dmarkdown.vim30 syn region markdownH1 matchgroup=markdownHeadingDelimiter start="##\@!" end="#*\s*$" keepend oneline contains=@markdownInline contained
31 syn region markdownH2 matchgroup=markdownHeadingDelimiter start="###\@!" end="#*\s*$" keepend oneline contains=@markdownInline contained
32 syn region markdownH3 matchgroup=markdownHeadingDelimiter start="####\@!" end="#*\s*$" keepend oneline contains=@markdownInline contained
33 syn region markdownH4 matchgroup=markdownHeadingDelimiter start="#####\@!" end="#*\s*$" keepend oneline contains=@markdownInline contained
34 syn region markdownH5 matchgroup=markdownHeadingDelimiter start="######\@!" end="#*\s*$" keepend oneline contains=@markdownInline contained
35 syn region markdownH6 matchgroup=markdownHeadingDelimiter start="#######\@!" end="#*\s*$" keepend oneline contains=@markdownInline contained
39 syn region markdownCodeBlock start=" \|\t" end="$" contained
50 syn region markdownIdDeclaration matchgroup=markdownLinkDelimiter start="^ \{0,3\}!\=\[" end="\]:" oneline keepend nextgroup=markdownUrl skipwhite
52 syn region markdownUrl matchgroup=markdownUrlDelimiter start="<" end=">" oneline keepend nextgroup=markdownUrlTitle skipwhite contained
53 syn region markdownUrlTitle matchgroup=markdownUrlTitleDelimiter start
[all...]
H A Dbdf.vim14 \ start='^STARTFONT\>' end='^ENDFONT\>'
23 syn region bdfComment contained start='^COMMENT\>' end='$'
27 \ start='^FONT\>' end='$'
30 \ start='^SIZE\>' end='$' contains=bdfNumber
33 \ start='^FONTBOUNDINGBOX' end='$'
37 \ start='^STARTPROPERTIES' end='^ENDPROPERTIES'
52 syn region bdfString contained start=+"+ skip=+""+ end=+"+
55 \ matchgroup=bdfKeyword start='^CHARS' end='$'
59 \ start='^STARTCHAR' end='^ENDCHAR'
64 \ start
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Drangelist.h59 void rl_add(off_t start, off_t end, struct rl_head *rangelist);
60 void rl_remove(off_t start, off_t end, struct rl_head *rangelist);
63 off_t start,
/macosx-10.10/WebCore-7600.1.25/editing/
H A DApplyStyleCommand.cpp130 , m_start(endingSelection().start().downstream())
138 ApplyStyleCommand::ApplyStyleCommand(Document& document, const EditingStyle* style, const Position& start, const Position& end, EditAction editingAction, EPropertyLevel propertyLevel) argument
143 , m_start(start)
156 , m_start(endingSelection().start().downstream())
170 , m_start(endingSelection().start().downstream())
194 return endingSelection().start();
242 Position start = startPosition(); local
244 if (comparePositions(end, start) < 0) {
245 Position swap = start;
246 start
564 Position start = startPosition(); local
686 fixRangeAndApplyInlineStyle(EditingStyle* style, const Position& start, const Position& end) argument
733 InlineRunToApplyStyle(Node* start, Node* end, Node* pastEndNode) argument
746 RefPtr<Node> start; member in struct:WebCore::InlineRunToApplyStyle
1086 removeInlineStyle(EditingStyle* style, const Position &start, const Position &end) argument
1171 nodeFullySelected(Node *node, const Position &start, const Position &end) const argument
1183 nodeFullyUnselected(Node *node, const Position &start, const Position &end) const argument
1194 splitTextAtStart(const Position& start, const Position& end) argument
1209 splitTextAtEnd(const Position& start, const Position& end) argument
1225 splitTextElementAtStart(const Position& start, const Position& end) argument
1239 splitTextElementAtEnd(const Position& start, const Position& end) argument
1274 mergeStartWithPreviousIfIdentical(const Position& start, const Position& end) argument
1312 mergeEndWithNextIfIdentical(const Position& start, const Position& end) argument
1523 joinChildTextNodes(Node* node, const Position& start, const Position& end) argument
[all...]
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIORemoteConfigDirectory.cpp46 int start, int type)
53 if( !IOConfigDirectory::initWithOffset(start, type) )
83 int start, int type)
91 if( !dir->initWithOwnerOffset(rom, start, type) )
120 IORemoteConfigDirectory::getSubDir(int start, int type) argument
122 return withOwnerOffset(fROM, start, type);
45 initWithOwnerOffset( IOFireWireROMCache *rom, int start, int type) argument
82 withOwnerOffset( IOFireWireROMCache *rom, int start, int type) argument
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dmktemp.c49 char *start, *cp, *ep; local
64 for (start = ep; start > path && start[-1] == 'X'; start--) {
71 for (cp = start; cp != ep; cp++) {
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/test/
H A Dtestleaks.c108 int start = newline ? -2 : 0;
139 p[start] = '#';
140 p[start + 1] = ' ';
142 fwrite(p + start, ix + 1 - start, 1, stdout);
145 start = ix - 1;
/macosx-10.10/expat-12/expat/xmlwf/
H A Dct.c73 matchkey(const char *start, const char *end, const char *key) argument
75 if (!start)
77 for (; start != end; start++, key++)
78 if (*start != *key && *start != 'A' + (*key - 'a'))
H A Dxmlmime.c77 matchkey(const char *start, const char *end, const char *key) argument
79 if (!start)
81 for (; start != end; start++, key++)
82 if (*start != *key && *start != 'A' + (*key - 'a'))
/macosx-10.10/libdispatch-442.1.4/src/
H A Dbenchmark.c43 uint64_t start, delta; local
56 start = _dispatch_absolute_time();
61 delta = _dispatch_absolute_time() - start;
95 uint64_t ns, start, delta; local
109 start = _dispatch_absolute_time();
114 delta = _dispatch_absolute_time() - start;
/macosx-10.10/sudo-73/src/
H A Dmkstemps.c56 char *start, *cp, *ep; local
70 for (start = ep; start > path && start[-1] == 'X'; start--) {
77 for (cp = start; *cp; cp++) {
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drep044.tcl155 set start 0
156 eval rep_test $method $menv0 NULL $niter $start $start 0 0 $largs
157 incr start $niter
171 set start [do_switch $method $niter $start $menv0 $cenv $largs]
201 set start [do_switch $method $niter $start $menv0 $cenv $largs]
212 set start [do_switch $method $niter $start
[all...]
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Djs.pl17 $proxy->start;
H A Drfc.pl18 $proxy->start;

Completed in 201 milliseconds

1234567891011>>