Searched refs:write (Results 26 - 50 of 2118) sorted by relevance

1234567891011>>

/macosx-10.10/bash-94.1.2/bash-3.2/examples/loadables/
H A Dcat.c28 w = write(1, buf, n);
31 write(2, "cat: write error: ", 18);
33 write(2, s, strlen(s));
34 write(2, "\n", 1);
58 write(2, "cat: cannot open ", 17);
59 write(2, argv[i], strlen(argv[i]));
60 write(2, ": ", 2);
61 write(2, s, strlen(s));
62 write(
[all...]
/macosx-10.10/libxml2-26/libxml2/python/
H A Dgenerator.py455 include.write("#if %s\n" % cond)
456 export.write("#if %s\n" % cond)
457 output.write("#if %s\n" % cond)
459 include.write("PyObject * ")
460 include.write("libxml_%s(PyObject *self, PyObject *args);\n" % (name))
462 export.write(" { (char *)\"%s\", libxml_%s, METH_VARARGS, NULL },\n" %
468 include.write("#endif\n")
469 export.write("#endif\n")
470 output.write("#endif\n")
475 include.write("#endi
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/
H A Dgenerator.py449 include.write("#if %s\n" % cond)
450 export.write("#if %s\n" % cond)
451 output.write("#if %s\n" % cond)
453 include.write("PyObject * ")
454 include.write("libxml_%s(PyObject *self, PyObject *args);\n" % (name))
456 export.write(" { (char *)\"%s\", libxml_%s, METH_VARARGS, NULL },\n" %
462 include.write("#endif\n")
463 export.write("#endif\n")
464 output.write("#endif\n")
469 include.write("#endi
[all...]
/macosx-10.10/tidy-15.15/tidy/htmldoc/api/
H A Dtreeview.js172 doc.write("<layer id='folder" + this.id + "' top=" + doc.yPos + " visibility=hidden>")
176 doc.write("<div id='folder" + this.id + "' style='visibility:hide;'>")
179 doc.write("\n<table ")
181 doc.write(" id='folder" + this.id + "' style='position:block;' ")
182 doc.write(" border=0 cellspacing=0 cellpadding=0>")
183 doc.write("\n<tr><td>")
184 doc.write(leftSide)
186 doc.write("<img name='folderIcon" + this.id + "' ")
187 doc.write("src='" + this.iconSrc+"' border=0></a>")
188 doc.write("</t
[all...]
/macosx-10.10/dtrace-147/test/tst/common/dtraceUtil/
H A Dtst.InvalidTraceFunc8.d.ksh41 $dtrace -f fight -f write
/macosx-10.10/libxml2-26/libxml2/
H A DgenChRanges.py208 header.write(
266 output.write(
315 header.write("XMLPUBVAR const unsigned char %s_tab[256];\n" % f)
316 header.write("""
324 header.write("#define %s_ch(c)\t(%s_tab[(c)])\n" % (f, f))
326 # write the constant data to the code file
327 output.write("const unsigned char %s_tab[256] = {\n" % f)
332 output.write(pline + "\n")
334 output.write(pline + " 0x%02x };\n\n" % Functs[f][0][255])
346 header.write("""
[all...]
H A Dgentest.py419 test.write("#ifdef %s\n" % (modules_defines[module]))
421 test.write("""
430 test.write("#endif\n\n")
486 test.write(line)
497 test.write("/* CUT HERE: everything below that line is generated */\n")
565 test.write("#ifdef %s\n" % (modules_defines[module]))
567 test.write("#define gen_nb_%s %d\n" % (name, len(vals)))
568 test.write("""static %s gen_%s(int no, int nr ATTRIBUTE_UNUSED) {\n""" %
572 test.write(" if (no == %d) return(%s);\n" % (i, value))
574 test.write(""" retur
[all...]
/macosx-10.10/python-89/2.6/fix/
H A Dbyte2utf16.py7 sys.stderr.write("Usage: " + sys.argv[0] + " inascii oututf16\n")
12 out.write(input.read())
H A Dutf162byte.py7 sys.stderr.write("Usage: " + sys.argv[0] + " inutf16 outbyte\n")
12 out.write(input.read())
/macosx-10.10/python-89/2.7/fix/
H A Dbyte2utf16.py7 sys.stderr.write("Usage: " + sys.argv[0] + " inascii oututf16\n")
12 out.write(input.read())
H A Dutf162byte.py7 sys.stderr.write("Usage: " + sys.argv[0] + " inutf16 outbyte\n")
12 out.write(input.read())
/macosx-10.10/ruby-106/ruby/benchmark/
H A Dbm_io_file_read.rb10 f.write str
H A Dbm_io_file_write.rb13 f.write str
/macosx-10.10/tcl-105/tcl/tcl/win/
H A Dcat.c34 write(1, buf, n);
37 write(2, err, strlen(err));
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A Dcat.c30 write(1, buf, n);
33 write(2, err, strlen(err));
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_base/
H A Dfifo.tcl32 return [::chan create {read write} [fifo::implementation new]]
39 my allow write
61 # the latter we shift the write buffer contents over into
68 set read $write
69 set write {}
84 # more. As we took the data from write already we have
104 method write {c bytes} {
105 append write $bytes
114 variable at read write size
121 set write {}
[all...]
H A Dhalfpipe.tcl34 return [list [::chan create {read write} $handler] $handler]
41 my allow write
68 # the latter we shift the write buffer contents over into
75 set read $write
76 set write {}
91 # more. As we took the data from write already we have
111 method write {c bytes} {
112 my Call -write-command $c $bytes
119 append write $bytes
128 variable at read write siz
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/wind/
H A Dgen-combining.py60 combining_h.file.write(
74 combining_c.file.write(
86 combining_c.file.write("{0x%x, %u}, /* %s */\n"
92 # combining_c.file.write("{0x%x, %u}, /* %s */\n"
95 combining_c.file.write(
100 combining_c.file.write(
H A Dgen-bidi.py54 bidi_h.file.write(
71 bidi_c.file.write(
80 file.write("const struct range_entry %s[] = {\n" % variable)
87 file.write(" {0x%x, 0x%x},\n" % (start, end - start + 1))
93 file.write(" {0x%x, 1},\n" % v)
95 file.write("};\n\n")
96 file.write("const size_t %s_size = %u;\n\n" % (variable, count))
/macosx-10.10/tcl-105/tcl_ext/trf/trf/tools/
H A Dmmencode12 # only the write part is implemented.
21 create/write {
24 delete/write {
27 write {
38 flush/write {
47 clear/write {
/macosx-10.10/libxslt-13/libxslt/python/
H A Dgenerator.py354 include.write("PyObject * ")
355 include.write("libxslt_%s(PyObject *self, PyObject *args);\n" % (name))
357 export.write(" { (char *)\"%s\", libxslt_%s, METH_VARARGS, NULL },\n" % (name, name))
366 output.write("PyObject *\n")
367 output.write("libxslt_%s(PyObject *self ATTRIBUTE_UNUSED," % (name))
368 output.write(" PyObject *args")
370 output.write(" ATTRIBUTE_UNUSED")
371 output.write(") {\n")
373 output.write(" PyObject *py_retval;\n")
375 output.write(c_retur
[all...]
/macosx-10.10/libxml2-26/libxml2/doc/examples/
H A Dindex.py100 output.write(" <example filename='%s'>\n" % filename)
103 output.write(" <synopsis>%s</synopsis>\n" % escape(synopsis));
108 output.write(" <purpose>%s</purpose>\n" % escape(purpose));
113 output.write(" <usage>%s</usage>\n" % escape(usage));
118 output.write(" <test>%s</test>\n" % escape(test));
126 output.write(" <author>%s</author>\n" % escape(author));
131 output.write(" <copy>%s</copy>\n" % escape(copy));
136 output.write(" <section>%s</section>\n" % escape(section));
148 output.write(" <extra topic='%s'>%s</extra>\n" % (
150 output.write(" <include
[all...]
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A Dcreate-html-entity-table60 sys.stderr.write("Usage: %s -o OUTPUT_FILE INPUT_FILE\n" % program_name)
75 output_file.write("""/*
113 output_file.write("static const LChar %s[] = \"%s\";\n" % (convert_entity_to_cpp_name(entry[ENTITY]), entry[ENTITY]))
115 output_file.write("""
126 output_file.write(' { %s, %s, %s, %s },\n' % (
133 output_file.write("""};
137 output_file.write("static const HTMLEntityTableEntry* uppercaseOffset[] = {\n")
139 output_file.write("%s\n" % offset_table_entry(index[letter]))
140 output_file.write("%s\n" % offset_table_entry(index['a']))
141 output_file.write("""};
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dgentest.py419 test.write("#ifdef %s\n" % (modules_defines[module]))
421 test.write("""
430 test.write("#endif\n\n")
486 test.write(line)
497 test.write("/* CUT HERE: everything below that line is generated */\n")
565 test.write("#ifdef %s\n" % (modules_defines[module]))
567 test.write("#define gen_nb_%s %d\n" % (name, len(vals)))
568 test.write("""static %s gen_%s(int no, int nr ATTRIBUTE_UNUSED) {\n""" %
572 test.write(" if (no == %d) return(%s);\n" % (i, value))
574 test.write(""" retur
[all...]
/macosx-10.10/ruby-106/ruby/sample/
H A Ddualstack-httpd.rb40 s.write("HTTP/1.0 200 OK\n")
41 s.write("Content-type: text/plain\n\n")
42 s.write("this is test: my name is #{myname}, you sent:\n")
43 s.write("---start\n")
44 s.write(str)
45 s.write("---end\n")

Completed in 306 milliseconds

1234567891011>>