Searched refs:EOS (Results 1 - 25 of 91) sorted by relevance

1234

/macosx-10.10.1/curl-83.1.2/curl/docs/libcurl/
H A Dsymbols.pl54 print <<EOS
62 EOS
87 print <<EOS
89 EOS
93 print <<EOS
95 EOS
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/examples/forms/
H A Dstyle.cgi16 SOAP::Header->name('html:style' => <<EOS)->uri('http://www.w3.org/Profiles/XHTML-transitional');
18 EOS
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dfnmatch.c57 #define EOS '\0' macro
69 case EOS:
70 return (*string == EOS ? 0 : FNM_NOMATCH);
72 if (*string == EOS)
94 if (c == EOS)
107 while ((test = *string) != EOS) {
116 if (*string == EOS)
127 if ((c = *pattern++) == EOS) {
160 if (c == EOS)
163 && (c2 = *(pattern+1)) != EOS
[all...]
/macosx-10.10.1/ruby-106/ruby/test/erb/
H A Dtest_erb.rb96 src = <<EOS
103 EOS
105 ans = <<EOS
118 EOS
126 ans = <<EOS
133 EOS
139 ans = <<EOS
148 EOS
155 ans = <<EOS
165 EOS
[all...]
H A Dtest_erb_m17n.rb58 erb = ERB.new(<<-EOS.encode("EUC-KR"))
61 EOS
65 erb = ERB.new(<<-EOS.encode("EUC-KR").force_encoding("ASCII-8BIT"))
68 EOS
72 erb = ERB.new(<<-EOS.encode("EUC-KR").force_encoding("ASCII-8BIT"))
75 EOS
79 erb = ERB.new(<<-EOS.encode("EUC-KR").force_encoding("ASCII-8BIT"))
82 EOS
86 erb = ERB.new(<<-EOS.encode("EUC-KR").force_encoding("EUC-JP"))
89 EOS
[all...]
/macosx-10.10.1/ruby-106/ruby/test/net/http/
H A Dtest_httpresponse.rb8 io = dummy_io(<<EOS)
14 EOS
21 io = dummy_io(<<EOS)
30 EOS
37 io = dummy_io(<<EOS)
43 EOS
57 io = dummy_io(<<EOS)
63 EOS
79 io = dummy_io(<<EOS)
86 EOS
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/dl/callback/
H A Dmkcallback.rb95 $out << (<<EOS)
107 EOS
126 src = <<-EOS
139 EOS
141 src << <<-EOS
144 EOS
168 body = <<-EOS
176 EOS
178 body << <<-EOS
189 EOS
[all...]
/macosx-10.10.1/ruby-106/ruby/test/
H A Dtest_mathn.rb14 assert_separately(%w[-rmathn], <<-EOS)
35 EOS
39 assert_separately(%w[-rmathn], <<-EOS)
60 EOS
64 assert_separately(%w[-rmathn], <<-EOS)
85 EOS
89 assert_separately(%w[-rmathn], <<-EOS)
110 EOS
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_case.rb79 assert_in_out_err(['-e', <<-EOS], '', %w[42], [])
81 EOS
83 assert_in_out_err(['-e', <<-EOS], '', %w[42], [])
85 EOS
H A Dtest_dir_m17n.rb45 assert_ruby_status(%w[-EUTF-8], <<-'EOS', nil, :chdir=>d)
51 EOS
57 assert_ruby_status(%w[-EASCII-8BIT], <<-'EOS', nil, :chdir=>d)
63 EOS
64 assert_ruby_status(%w[-EUTF-8], <<-'EOS', nil, :chdir=>d)
70 EOS
76 assert_ruby_status(%w[-EUTF-8], <<-'EOS', nil, :chdir=>d)
82 EOS
83 assert_ruby_status(%w[-EUTF-8], <<-'EOS', nil, :chdir=>d)
95 EOS
[all...]
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dcfparse.y215 %token EOS BOC EOC COMMA
276 EOS
281 : COMPLEX_BUNDLE SWITCH { lcconf->complex_bundle = $2; } EOS
286 : INCLUDE QUOTEDSTRING EOS
307 QUOTEDSTRING EOS
319 EOS
324 : LOGGING log_level EOS
351 : PAD_RANDOMIZE SWITCH { lcconf->pad_random = $2; } EOS
352 | PAD_RANDOMIZELEN SWITCH { lcconf->pad_randomlen = $2; } EOS
353 | PAD_MAXLEN NUMBER { lcconf->pad_maxsize = $2; } EOS
[all...]
/macosx-10.10.1/sudo-73/src/
H A Dglob.c104 #define EOS '\0' macro
204 while (bufnext < bufend && (c = *patnext++) != EOS)
208 while (bufnext < bufend && (c = *patnext++) != EOS)
210 if ((c = *patnext++) == EOS) {
218 *bufnext = EOS;
240 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS)
270 *lm = EOS;
277 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
279 if (*pe == EOS) {
295 if (i != 0 || *pe == EOS) {
[all...]
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dglob.c64 #define EOS '\0' macro
154 while (bufnext < bufend && (c = *patnext++) != EOS)
158 while (bufnext < bufend && (c = *patnext++) != EOS)
160 if ((c = *patnext++) == EOS) {
169 *bufnext = EOS;
189 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS)
222 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
224 if (*pe == EOS) {
241 if (i != 0 || *pe == EOS) {
254 for (pl = pm++; *pm != RBRACKET && *pm != EOS; p
[all...]
/macosx-10.10.1/patch_cmds-17/diffstat/porting/
H A Dsystem.h76 #undef EOS macro
77 #define EOS '\0' macro
/macosx-10.10.1/ruby-106/ruby/nacl/
H A Dcreate_nmf.rb32 f.write <<-EOS.gsub(/^ {6}/, '')
40 EOS
/macosx-10.10.1/ruby-106/ruby/test/rexml/
H A Dtest_preceding_sibling.rb11 @@docDd = Document.new(<<-EOS, :ignore_whitespace_nodes => :all)
20 EOS
/macosx-10.10.1/text_cmds-88/tr/
H A Dextern.h44 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, enumerator in enum:__anon13898::__anon13900
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_comment.rb347 comment = RDoc::Comment.new <<-EOS, @top_level
351 EOS
374 comment = RDoc::Comment.new <<-EOS, @top_level
378 EOS
380 expected = RDoc::Comment.new <<-EOS, @top_level
382 EOS
390 comment = RDoc::Comment.new <<-EOS, @top_level
395 EOS
397 expected = RDoc::Comment.new <<-EOS, @top_level
399 EOS
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationfastlatin.cpp117 leftPair = EOS;
148 rightPair = EOS;
178 if(leftPair == EOS) { break; }
188 if(leftPair == EOS) { break; }
204 leftPair = EOS;
229 rightPair = EOS;
253 if(leftPair == EOS) { break; }
267 if(leftPair == EOS) { break; }
280 leftPair = EOS;
293 rightPair = EOS;
[all...]
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dfnmatch.c65 #define EOS '\0' macro
122 case EOS:
125 return (sc == EOS ? 0 : FNM_NOMATCH);
127 if (sc == EOS)
149 if (c == EOS)
164 while (sc != EOS) {
182 if (sc == EOS)
305 if (*(cp + 2) == '-' && *(cp + 3) != EOS
350 if (*(cp + 2) == '-' && *(cp + 3) != EOS &&
367 if (*(cp + 2) == '-' && *(cp + 3) != EOS
[all...]
H A Dglob.c109 #define EOS '\0' macro
227 if (*++patnext == EOS) {
243 *bufnext = EOS;
292 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS)
319 *lm = EOS;
326 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
328 if (*pe == EOS) {
345 if (i != 0 || *pe == EOS) {
354 for (pm1 = pm++; *pm != RBRACKET && *pm != EOS; pm++)
356 if (*pm == EOS) {
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dglob.c84 #define EOS '\0' macro
208 while (bufnext < bufend && (c = *patnext++) != EOS)
212 while (bufnext < bufend && (c = *patnext++) != EOS)
214 if ((c = *patnext++) == EOS) {
222 *bufnext = EOS;
241 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS)
268 *lm = EOS;
275 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
277 if (*pe == EOS) {
293 if (i != 0 || *pe == EOS)
[all...]
/macosx-10.10.1/ruby-106/ruby/sample/openssl/
H A Dgen_csr.rb10 $stderr.puts <<EOS
13 EOS
/macosx-10.10.1/ruby-106/ruby/test/scanf/
H A Dtest_scanfblocks.rb15 @str = <<-EOS
21 EOS
/macosx-10.10.1/tcsh-65/tcsh/
H A Dglob.c103 #define EOS '\0' macro
326 while ((c = *patnext++) != EOS) {
340 if ((c = *patnext++) == EOS) {
351 while ((c = *patnext++) != EOS)
353 *bufnext = EOS;
357 while ((c = *qpatnext++) != EOS) {
363 if (*qpatnext == EOS ||
403 *bufnext = EOS;
432 while (*src != EOS) {
434 if (*++src == EOS)
[all...]

Completed in 442 milliseconds

1234