Home
last modified time | relevance | path

Searched refs:write (Results 1 – 25 of 1209) sorted by relevance

12345678910>>...49

/onnv-gate/usr/src/tools/scripts/
H A Dhg-active.py42 sys.stderr.write("Error: %s\n" % versionerror)
52 sys.stderr.write("usage: %s [-p parent] -w workspace\n" %
61 sys.stderr.write(str(e) + '\n')
82 sys.stderr.write("failed to open repository: %s\n" % e)
96 sys.stderr.write("could not open output file: %s\n" % e)
101 fh.write("HG_PARENT=%s\n" % parenttip)
108 fh.write("%s %s\n" % (entry.name, entry.parentname))
110 fh.write("%s\n" % entry.name)
116 fh.write('\n')
118 fh.write('%s\n' % '\n'.join(comments))
[all …]
/onnv-gate/usr/src/tools/onbld/Checks/
H A DComments.py180 output.write("WARNING: Blank line(s) in comments\n")
185 output.write("These IDs appear more than once in your "
188 output.write(" %s\n" % err)
192 output.write("These bugs are missing a single space following "
195 output.write(" %s\n" % com)
199 output.write("These comments are neither bug nor ARC case:\n")
201 output.write(" %s\n" % com)
205 output.write("These bugs/ARC cases were not found in the "
208 output.write(" %s\n" % id)
212 output.write("These bugs/ARC case synopsis/names don't match "
[all …]
H A DCmtBlk.py91 output.write('%s: %s: Error: Incomplete %s block\n''' %
98 output.write("%s: Warning: No %s block\n" %
104 output.write('%s: Error: Multiple %s blocks\n'
115 output.write(
125 output.write("%s: Valid %s block\n" %
/onnv-gate/usr/src/cmd/regcmp/
H A Dregcmp.c75 write(2, message, strlen(message)); in main()
76 write(2, *argv, size(*argv)); in main()
77 write(2, "\n", 1); in main()
98 write(2, message, strlen(message)); in main()
119 write(2, message, strlen(message)); in main()
123 write(2, message, strlen(message)); in main()
124 write(2, a2, size(a2)); in main()
127 write(2, message, strlen(message)); in main()
167 write(2, message, strlen(message)); in main()
178 write(2, message, strlen(message)); in main()
[all …]
/onnv-gate/usr/src/lib/libtnfprobe/
H A Dtrace_funcs.c128 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_alloc()
143 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_alloc()
150 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_alloc()
152 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_alloc()
161 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_alloc()
186 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_alloc()
193 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_alloc()
203 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_alloc()
239 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_alloc()
296 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_alloc()
[all …]
/onnv-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py206 ui.write(diffs)
240 ui.write(chng + ':\n')
243 ui.write('\t%s (renamed from %s)\n' % (elt.name,
246 ui.write('\t%s (copied from %s)\n' % (elt.name,
249 ui.write('\t%s\n' % elt.name)
258 ui.write(elt + '\n')
266 ui.write(elt + '\n')
274 ui.write(elt + '\n')
289 ui.write('%s %s\n' % (entry.name, entry.parentname))
299 ui.write('Comments check:\n')
[all …]
/onnv-gate/usr/src/cmd/agents/snmp/mib/
H A Dmib_relay.txt38 -- 6-11-96 Jerry Yeung agentTableIndex becomes read-write
77 ACCESS read-write
110 ACCESS read-write
118 ACCESS read-write
126 ACCESS read-write
134 ACCESS read-write
142 ACCESS read-write
158 ACCESS read-write
274 ACCESS read-write
282 ACCESS read-write
[all …]
H A Dmib_demo.txt66 MAX-ACCESS read-write
69 "A read-write object of type String."
77 MAX-ACCESS read-write
80 "A read-write object of type Integer."
85 MAX-ACCESS read-write
88 "A read-write object of type Oid."
135 MAX-ACCESS read-write
138 "A read-write column of type String."
146 MAX-ACCESS read-write
149 "A read-write column of type Integer."
[all …]
H A Dmib_trap.txt64 MAX-ACCESS read-write
67 "A read-write object of type String."
75 MAX-ACCESS read-write
78 "A read-write object of type Integer."
83 MAX-ACCESS read-write
86 "A read-write object of type Oid."
133 MAX-ACCESS read-write
136 "A read-write column of type String."
144 MAX-ACCESS read-write
147 "A read-write column of type Integer."
[all …]
/onnv-gate/usr/src/lib/libnsl/nsl/
H A Dt_error.c51 (void) write(2, s, (unsigned)n); in _tx_error()
52 (void) write(2, ": ", 2); in _tx_error()
55 (void) write(2, c, (unsigned)strlen(c)); in _tx_error()
57 (void) write(2, ": ", 2); in _tx_error()
60 (void) write(2, "\n", 1); in _tx_error()
/onnv-gate/usr/src/cmd/troff/troff.d/
H A Dmakedev.c185 write(fdout, &dev, sizeof(struct dev)); in main()
186 write(fdout, size, (dev.nsizes+1) * sizeof(size[0])); /* we need a 0 on the end */ in main()
187 write(fdout, chtab, dev.nchtab * sizeof(chtab[0])); in main()
188 write(fdout, chname, dev.lchname); in main()
192 write(fdout, &font, sizeof(struct Font)); in main()
193 write(fdout, width, font.nwfont & BYTEMASK); in main()
194 write(fdout, kern, font.nwfont & BYTEMASK); in main()
195 write(fdout, code, font.nwfont & BYTEMASK); in main()
196 write(fdout, fitab, dev.nchtab+128-32); in main()
204 write(fdout, &dev, sizeof(struct dev)); in main()
[all …]
/onnv-gate/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c194 write(fdout, &dev, sizeof(struct dev)); in main()
195 write(fdout, size, (dev.nsizes+1) * sizeof(size[0])); /* we need a 0 on the end */ in main()
196 write(fdout, chtab, dev.nchtab * sizeof(chtab[0])); in main()
197 write(fdout, chname, dev.lchname); in main()
201 write(fdout, &font, sizeof(struct Font)); in main()
202 write(fdout, width, font.nwfont & BYTEMASK); in main()
203 write(fdout, kern, font.nwfont & BYTEMASK); in main()
204 write(fdout, code, font.nwfont & BYTEMASK); in main()
205 write(fdout, fitab, dev.nchtab+128-32); in main()
213 write(fdout, &dev, sizeof(struct dev)); in main()
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dwrite.t94 write(OUT);
133 write(OUT2);
176 write(OUT2);
243 write(OUT3);
263 write LEX;
265 write LEX;
275 write (OUT4);
295 write(OUT10);
318 write(OUT11);
340 write(OUT12);
[all …]
/onnv-gate/usr/src/ucblib/libucb/port/gen/
H A D_psignal.c65 (void) write(2, s, n); in _psignal()
66 (void) write(2, ": ", (size_t)2); in _psignal()
68 (void) write(2, c, strlen(c)); in _psignal()
69 (void) write(2, "\n", (size_t)1); in _psignal()
/onnv-gate/usr/src/lib/libc/port/gen/
H A Dperror.c61 (void) write(2, s, strlen(s)); in perror()
62 (void) write(2, ": ", 2); in perror()
64 (void) write(2, c, strlen(c)); in perror()
65 (void) write(2, "\n", 1); in perror()
/onnv-gate/usr/src/lib/libbc/libc/net/
H A Drexec.c86 (void) write(s, "", 1); in rexec()
107 (void) write(s, num, strlen(num)+1); in rexec()
119 (void) write(s, name, strlen(name) + 1); in rexec()
121 (void) write(s, pass, strlen(pass) + 1); in rexec()
122 (void) write(s, cmd, strlen(cmd) + 1); in rexec()
129 (void) write(2, &c, 1); in rexec()
/onnv-gate/usr/src/cmd/tip/aculib/
H A Dhayes.c66 (void) write(FD, "AT", 2); in hayes_dialer()
68 (void) write(FD, "ATDT", 4); /* use tone dialing */ in hayes_dialer()
69 (void) write(FD, num, strlen(num)); in hayes_dialer()
70 (void) write(FD, "\r", 1); in hayes_dialer()
136 (void) write(fd, "ATV0Q0E0S0=1S2=255S12=255\r", 26); in hayes_sync()
141 (void) write(fd, "AT\r", 3); in hayes_sync()
H A Dventel.c61 (void) write(FD, cp, 1); in ven_dialer()
70 (void) write(FD, cp, 1); in ven_dialer()
101 (void) write(FD, "\03", 1); in ven_abort()
119 (void) write(FD, &c, 1); in echo()
123 (void) write(FD, &c, 1); in echo()
194 (void) write(fd, "\r", 1); in vensync()
205 (void) write(fd, "\r", 1); in vensync()
H A Dbiz31.c103 (void) write(FD, DISCONNECT_CMD, 4); in biz31_disconnect()
112 (void) write(FD, "\33", 1); in biz31_abort()
129 (void) write(FD, &c, 1); in echo()
133 (void) write(FD, &c, 1); in echo()
213 (void) write(fd, "\rp>\r", 4); in bizsync()
220 (void) write(fd, DISCONNECT_CMD, 4); in bizsync()
/onnv-gate/usr/src/uts/common/zmod/
H A Dinffast.c84 unsigned write; /* window write index */ local
111 write = state->write;
197 if (write == 0) { /* very common case */
207 else if (write < op) { /* wrap around window */
208 from += wsize + write - op;
209 op -= write;
216 if (write < len) { /* some from start of window */
217 op = write;
227 from += write - op;
/onnv-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c209 write(ttyo, "\003\004", 2); in error()
349 write(ttyo, postbegin, strlen(postbegin)); in initialize()
351 write(ttyo, "\n", 1); in initialize()
357 write(ttyo, "\003\004", 2); in initialize()
362 write(ttyo, "\004", 1); in initialize()
449 write(ttyo, "\n", 1); in filter()
524 if ((count = write(ttyo, &block[head], tail - head)) == -1) in writeblock()
581 if ( write(ttyo, "\024", 1) != 1 ) in getstatus()
616 write(ttyo, "\004", 1); in reset()
/onnv-gate/usr/src/uts/i86pc/os/
H A Dpci_cfgacc_x86.c117 if (req->write) in pci_cfgacc_io()
125 if (req->write) in pci_cfgacc_io()
133 if (req->write) in pci_cfgacc_io()
141 if (req->write) { in pci_cfgacc_io()
170 if (req->write) in pci_cfgacc_mmio()
176 if (req->write) in pci_cfgacc_mmio()
182 if (req->write) in pci_cfgacc_mmio()
188 if (req->write) in pci_cfgacc_mmio()
231 if (!req->write) in pci_cfgacc_acc()
/onnv-gate/usr/src/lib/libsocket/inet/
H A Drexec.c124 (void) write(s, "", 1); in rexec_af()
150 (void) write(s, aport, strlen(aport)+1); in rexec_af()
163 (void) write(s, name, strlen(name) + 1); in rexec_af()
165 (void) write(s, pass, strlen(pass) + 1); in rexec_af()
166 (void) write(s, cmd, strlen(cmd) + 1); in rexec_af()
173 (void) write(2, &c, 1); in rexec_af()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Ddecl.t36 write;
39 write;
41 write;
/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPHeaderV2.java389 bbaos.write(payload, 0, payload.length); in externalize()
434 baos.write((byte) (0xFF & version)); in externalize()
435 baos.write((byte) (0xFF & functionCode)); in externalize()
465 baos.write((byte) (0xFF & flags)); in externalize()
466 baos.write((byte)0); in externalize()
473 baos.write(ltagBytes, 0, ltagBytes.length); // write lang tag. in externalize()
479 baos.write(payloadBytes, 0, payloadBytes.length); in externalize()
636 baos.write(bytes, 0, bytes.length); in externalizeOptions()
674 bbaos.write(bytes, 0, bytes.length); in parsePreviousRespondersOut()
694 baos.write(out, 0, out.length); in parsePreviousRespondersOut()
[all …]

12345678910>>...49