Searched refs:write (Results 51 - 75 of 2072) sorted by relevance

1234567891011>>

/macosx-10.10.1/WebInspectorUI-7600.1.17/Scripts/
H A Djsmin.py79 def write(char): function in function:JavascriptMinify.minify
85 self.outs.write(char)
118 write(previous)
124 write(previous)
138 write(''.join(quote_buf))
139 write(last)
155 write('\n')
168 write(''.join(quote_buf))
192 write(' ')
195 write(' ')
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_write.c92 DCETHREAD_SYSCALL(ssize_t, write(fd, buf, count));
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A Draw_os_ostream.cpp27 OS.write(Ptr, Size);
/macosx-10.10.1/python-89/fix/
H A Ddummy.py15 sys.stderr.write(partA % (sys.version_info[:3] + (sys.argv[0],)))
32 sys.stderr.write("%s (uses python %s)\n" % (i, i[vers.start():vers.end()]))
35 sys.stderr.write("(Error: no alternatives found)\n")
37 sys.stderr.write(partB)
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/python/
H A DdataCmd.py13 s.write('copy.wav')
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A DCSLwithAB.tcl19 # headers and write it out in a file of its own
23 s write channel_A.wav
25 # Read channel B by skipping channel A and initial headers and write it
29 s write channel_B.wav
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_transform/
H A Dadler32.tcl55 method write {c data} {
56 my Adler32 -write-variable $data
70 -write-variable {}
76 my Init -write-variable
H A Dcrc32.tcl55 method write {c data} {
56 my Crc32 -write-variable $data
70 -write-variable {}
76 my Init -write-variable
/macosx-10.10.1/dtrace-147/test/tst/common/dtraceUtil/
H A Dtst.InvalidTraceName8.d.ksh41 $dtrace -n fight: -n write:
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/java/CyrusSasl/
H A DSaslOutputStream.java36 public synchronized void write(int b) throws IOException method in class:SaslOutputStream
43 public synchronized void write(byte b[]) throws IOException method in class:SaslOutputStream
45 write(b,0,b.length);
48 public synchronized void write(byte b[], method in class:SaslOutputStream
69 out.write( conn.encode(str.getBytes()) );
71 out.write(b);
91 out.write( conn.encode(str.getBytes()) );
93 out.write(buffer, 0, buffersize);
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/package/
H A Ddigest_io.rb27 # digest_io.write "hello"
53 def write data method in class:Gem
54 result = @io.write data
/macosx-10.10.1/ruby-106/ruby/sample/
H A Dmpart.rb30 ofp.write("BEGIN--cut here--cut here\n")
32 ofp.write(i)
35 ofp.write("END--cut here--cut here\n")
41 ofp.write("END--cut here--cut here\n")
/macosx-10.10.1/xnu-2782.1.97/libsyscall/mach/
H A Dpanic.c64 extern int write(int fd, const char* cbuf, int nbyte);
80 write(__STDERR_FILENO, buffer, len+1);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/
H A Dslapd-meta-target1.conf53 by dn="cn=Manager,o=Local" write
57 by dn="cn=Manager,o=Local" write
61 by dn="cn=Manager,o=Local" write
/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A Dgenerate-js-builtins175 builtinsHeader.write("""%s
198 builtinsHeader.write("/* %s functions */\n" % objectName)
203 builtinsHeader.write("extern const char* s_%s;\n" % mangledName)
204 builtinsHeader.write("extern const int s_%sLength;\n" % mangledName)
205 builtinsHeader.write("\n")
206 builtinsHeader.write("#define JSC_FOREACH_%s_BUILTIN(macro) \\\n" % objectName.replace(".", "_").upper())
209 builtinsHeader.write(" macro(%s, %s, %d) \\\n" % (name, mangledName, len(arguments)))
210 builtinsHeader.write("\n")
212 builtinsHeader.write("#define JSC_BUILTIN_%s 1\n" % mangleName(objectName, name).upper())
213 builtinsHeader.write("\
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/wind/
H A Dgen-normalize.py68 normalize_h.file.write(
98 normalize_c.file.write(
116 normalize_c.file.write(" {0x%x, %u, %u}, /* %s */\n"
119 normalize_c.file.write(
124 normalize_c.file.write(
127 normalize_c.file.write("const uint32_t _wind_normalize_val_table[] = {\n")
130 normalize_c.file.write(" 0x%x,\n" % v)
132 normalize_c.file.write("};\n\n");
194 normalize_c.file.write("const struct canon_node _wind_canon_table[] = {\n")
198 normalize_c.file.write(" {
[all...]
H A Dgenerate.py47 self.file.write('/* ' + name + ' */\n')
48 self.file.write('/* Automatically generated at ' +
68 self.file.write('#ifndef ' + self.guard + '\n')
69 self.file.write('#define ' + self.guard + ' 1\n')
73 self.file.write('#endif /* ' + self.guard + ' */\n')
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dtestgen.com19 $ write sys$output "generating certificate request"
23 $ write random_file "string to make the random number generator think it has entropy"
36 $ write sys$output "There should be a 2 sequences of .'s and some +'s."
37 $ write sys$output "There should not be more that at most 80 per line"
40 $ write sys$output "This could take some time."
45 $ write sys$output "problems creating request"
52 $ write sys$output "signature on req is wrong"
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dbuild_gnv_curl_pcsi_text.com37 $ write sys$output "@MAKE_PCSI_CURL_KIT_NAME.COM has not been run."
43 $ write sys$output "@MAKE_PCSI_CURL_KIT_NAME.COM has not been run."
49 $ write sys$output "@MAKE_PCSI_CURL_KIT_NAME.COM has not been run."
87 $ write sys$output "Can not find readme file."
100 $ write sys$output "Can not find copying file."
114 $ write ptxt product_line
121 $ write ptxt "1 'PRODUCT"
122 $ write ptxt "=prompt ''producter' ''product' for OpenVMS"
133 $ write ptxt line_in
141 $ write ptx
[all...]
H A Dbuild_libcurl_pc.com33 $ write sys$output "@MAKE_PCSI_CURL_KIT_NAME.COM has not been run."
62 $ write sys$output "Can not find libcurl.pc.in."
105 $ write pco ""
113 $ write pco line_in
120 $ write pco "#",line_in
127 $ write pco line_in
135 $ write pco "prefix=/usr"
137 $ write pco "prefix=/beta"
145 $ write pco "exec_prefix=/usr"
147 $ write pc
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/runtime/libprofile/
H A DCommonProfiling.c115 if (write(OutFile, &PTy, sizeof(int)) < 0 ||
116 write(OutFile, &SavedArgsLength, sizeof(unsigned)) < 0 ||
117 write(OutFile, SavedArgs, SavedArgsLength) < 0 ) {
118 fprintf(stderr,"error: unable to write to output file.");
123 if (write(OutFile, &Zeros, 4-(SavedArgsLength&3)) < 0) {
124 fprintf(stderr,"error: unable to write to output file.");
145 if( write(outFile, &PTy, sizeof(int)) < 0 ||
146 write(outFile, &NumElements, sizeof(unsigned)) < 0 ||
147 write(outFile, Start, NumElements*sizeof(unsigned)) < 0 ) {
148 fprintf(stderr,"error: unable to write t
[all...]
/macosx-10.10.1/vim-55/src/testdir/
H A DMake_vms.mms124 -@ write sys$output " "
125 -@ write sys$output "-----------------------------------------------"
126 -@ write sys$output " "$*" "
127 -@ write sys$output "-----------------------------------------------"
139 -@ write sys$output " "
140 -@ write sys$output "-----------------------------------------------"
141 -@ write sys$output " All done"
142 -@ write sys$output "-----------------------------------------------"
149 -@ write sys$output "-----------------------------------------------"
150 -@ write sy
[all...]
/macosx-10.10.1/emacs-93/emacs/leim/quail/
H A Duni-input.el25 ;; along with GNU Emacs; see the file COPYING. If not, write to
47 ((write r0))
49 ((write ((r0 >> 6) | ?\xC0))
50 (write ((r0 & ?\x3F) | ?\x80)))
52 ((write ((r0 >> 12) | ?\xE0))
53 (write (((r0 >> 6) & ?\x3F) | ?\x80))
54 (write ((r0 & ?\x3F) | ?\x80)))
56 ((write ((r0 >> 18) | ?\xF0))
57 (write (((r0 >> 12) & ?\x3F) | ?\x80))
58 (write (((r
[all...]
/macosx-10.10.1/OpenSSL098-52/src/VMS/
H A Dmkshared.com18 $ write sys$error "ERROR: Couldn't find any library version info..."
86 $! subroutines what routines to use to write to the option files, call the
87 $! main processor, read_func_num, and when that is done, it will write version
99 $! libopt The name of the .opt file to write
102 $! libmap The name of the map file to write
103 $! libgoal The name of the shareable library to write
114 $ open/write opt 'libopt'
115 $ write opt "identification=""",libid," ",libverstr,""""
116 $ write opt libolb,"/lib"
117 $ if libref .nes. "" then write op
[all...]
/macosx-10.10.1/OpenSSL098-52/src/demos/maurice/
H A Dexample4.c70 write(STDOUT, ebuf, ebuflen);
75 write(STDOUT, ebuf, ebuflen);
108 write(STDOUT, ebuf, ebuflen);
116 write(STDOUT, ebuf, ebuflen);
121 write(STDOUT, ebuf, ebuflen);

Completed in 377 milliseconds

1234567891011>>