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

12345

/macosx-10.9.5/curl-78.94.1/curl/docs/libcurl/
H A Dsymbols.pl54 print <<EOS
62 EOS
87 print <<EOS
89 EOS
93 print <<EOS
95 EOS
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/forms/
H A Dstyle.cgi16 SOAP::Header->name('html:style' => <<EOS)->uri('http://www.w3.org/Profiles/XHTML-transitional');
18 EOS
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/forms/
H A Dstyle.cgi16 SOAP::Header->name('html:style' => <<EOS)->uri('http://www.w3.org/Profiles/XHTML-transitional');
18 EOS
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/forms/
H A Dstyle.cgi16 SOAP::Header->name('html:style' => <<EOS)->uri('http://www.w3.org/Profiles/XHTML-transitional');
18 EOS
/macosx-10.9.5/Heimdal-323.92.1/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.9.5/ruby-104/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.9.5/ruby-104/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.9.5/ruby-104/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.9.5/ruby-104/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.9.5/ruby-104/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.9.5/ipsec-258.100.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.9.5/sudo-72/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.9.5/lukemftp-13.92.1/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.9.5/patch_cmds-17/diffstat/porting/
H A Dsystem.h76 #undef EOS macro
77 #define EOS '\0' macro
/macosx-10.9.5/ruby-104/ruby/nacl/
H A Dcreate_nmf.rb32 f.write <<-EOS.gsub(/^ {6}/, '')
40 EOS
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_preceding_sibling.rb11 @@docDd = Document.new(<<-EOS, :ignore_whitespace_nodes => :all)
20 EOS
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/package/tmpl/
H A Dpostflight-universal.rb46 $stderr.print <<EOS
51 EOS
/macosx-10.9.5/text_cmds-87/tr/
H A Dextern.h44 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, enumerator in enum:__anon14113::__anon14115
/macosx-10.9.5/ruby-104/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.9.5/Libc-997.90.3/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.9.5/OpenSSH-186/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.9.5/ruby-104/ruby/sample/openssl/
H A Dgen_csr.rb10 $stderr.puts <<EOS
13 EOS

Completed in 480 milliseconds

12345