Home
last modified time | relevance | path

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

12345678910>>...39

/titanic_52/usr/src/tools/onbld/Checks/
H A DComments.py144 output.write("WARNING: Blank line(s) in comments\n")
149 output.write("These IDs appear more than once in your "
152 output.write(" %s\n" % err)
156 output.write("These bugs are missing a single space following "
159 output.write(" %s\n" % com)
163 output.write("These comments are not valid bugs:\n")
165 output.write(" %s\n" % com)
169 output.write("These bugs were not found in the databases:\n")
171 output.write(" %s\n" % id)
175 output.write("Thes
[all...]
H A DCmtBlk.py92 output.write('%s: %s: Error: Incomplete %s block\n''' %
99 output.write("%s: Warning: No %s block\n" %
105 output.write('%s: Error: Multiple %s blocks\n'
116 output.write(
126 output.write("%s: Valid %s block\n" %
/titanic_52/usr/src/lib/libm/common/m9x/
H A Dfex_log.c173 * In the following code, the use of sprintf+write rather than fprintf
204 write(fd, buf, sprintf(buf, " 0x%0" PDIG "lx ", in print_stack()
206 write(fd, name, strlen(name)); in print_stack()
207 write(fd, "\n", 1); in print_stack()
211 write(fd, buf, sprintf(buf, " 0x%0" PDIG "lx\n", in print_stack()
260 write(fd, "fex_log_entry: ", 15); in fex_log_entry()
261 write(fd, msg, strlen(msg)); in fex_log_entry()
262 write(fd, "\n", 1); in fex_log_entry()
358 write(fd, "Floating point ", 15); in __fex_mklog()
359 write(f in __fex_mklog()
[all...]
/titanic_52/usr/src/lib/libm/common/C/
H A D_SVID_error.c33 #include <unistd.h> /* write */
148 (void) write(2, "acos: DOMAIN error\n", 19); in _SVID_libm_err()
163 (void) write(2, "asin: DOMAIN error\n", 19); in _SVID_libm_err()
181 (void) write(2, "atan2: DOMAIN error\n", 20); in _SVID_libm_err()
252 (void) write(2, "y0: DOMAIN error\n", 17); in _SVID_libm_err()
270 (void) write(2, "y0: DOMAIN error\n", 17); in _SVID_libm_err()
288 (void) write(2, "y1: DOMAIN error\n", 17); in _SVID_libm_err()
306 (void) write(2, "y1: DOMAIN error\n", 17); in _SVID_libm_err()
324 (void) write(2, "yn: DOMAIN error\n", 17); in _SVID_libm_err()
342 (void) write( in _SVID_libm_err()
[all...]
/titanic_52/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( in main()
[all...]
/titanic_52/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()
229 * initialize and write schedule record if needed in tnf_trace_alloc()
239 (void) write( in tnf_trace_alloc()
[all...]
/titanic_52/usr/src/lib/libnsl/nsl/
H A Dt_error.c48 (void) write(2, s, strlen(s)); in _tx_error()
49 (void) write(2, ": ", 2); in _tx_error()
51 (void) write(2, c, strlen(c)); in _tx_error()
54 (void) write(2, ": ", 2); in _tx_error()
55 (void) write(2, c, strlen(c)); in _tx_error()
57 (void) write(2, "\n", 1); in _tx_error()
/titanic_52/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(fdou in main()
[all...]
/titanic_52/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(fdou in main()
[all...]
/titanic_52/usr/src/tools/scripts/
H A Dgit-pbchk.py13 # along with this program; if not, write to the Free Software
63 """Run a command and return a stream containing its stdout (and write its
125 sys.stderr.write("Failed finding git parent branch\n")
142 sys.stderr.write("Failed getting git comments\n")
157 sys.stderr.write("Failed building file-list from git\n")
200 output.write("Comments:\n")
222 output.write("Mapfile comments:\n")
232 output.write("Copyrights:\n")
240 output.write("Header format:\n")
248 output.write("
[all...]
/titanic_52/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()
/titanic_52/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()
/titanic_52/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()
/titanic_52/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()
/titanic_52/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c162 * Simple routine that's used to write a message to the log file. in logit()
211 write(ttyo, "\003\004", 2); in error()
354 write(ttyo, postbegin, strlen(postbegin)); in initialize()
356 write(ttyo, "\n", 1); in initialize()
362 write(ttyo, "\003\004", 2); in initialize()
367 write(ttyo, "\004", 1); in initialize()
455 write(ttyo, "\n", 1); in filter()
496 * write, while head and tail are reset here each time a new block is in readblock()
526 * printer. head is adjusted after the write, and the number of bytes in writeblock()
532 if ((count = write(tty in writeblock()
[all...]
/titanic_52/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()
/titanic_52/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()
/titanic_52/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()
468 putInt24(optOff, baos); // write option offset, if any. in externalize()
470 putInt(xid, baos); // write xid. in externalize()
472 putInt(ltagLen, baos); // write lang size. in externalize()
473 baos.write(ltagBytes, 0, ltagBytes.length); // write lan in externalize()
[all...]
H A DSDAAdvert.java205 baos.write((byte)(auth.size() & 0xFF)); // auth block count in initialize()
211 baos.write((byte)0); in initialize()
232 baos.write((byte) ((i >> 24) & 0xFF)); in putInt32()
233 baos.write((byte) ((i >> 16) & 0xFF)); in putInt32()
234 baos.write((byte) ((i >> 8) & 0xFF)); in putInt32()
235 baos.write((byte) (i & 0XFF)); in putInt32()
/titanic_52/usr/src/cmd/devinfo/
H A Ddevinfo.c240 (void) write(STDERR, myname, (uint_t)strlen(myname)); in warn()
241 (void) write(STDERR, between, (uint_t)strlen(between)); in warn()
242 (void) write(STDERR, what, (uint_t)strlen(what)); in warn()
243 (void) write(STDERR, between, (uint_t)strlen(between)); in warn()
244 (void) write(STDERR, why, (uint_t)strlen(why)); in warn()
245 (void) write(STDERR, after, (uint_t)strlen(after)); in warn()
/titanic_52/usr/src/cmd/refer/
H A Dglue5.c97 write(2, "bad fgrep call\n", 15); in fgrep()
228 {write(2, "XX\n", 3); write(2, nlp, p-nlp); write(2, "XX\n", 3); } in execute()
230 if (p > nlp) write(1, nlp, p-nlp); in execute()
232 write(1, nlp, in execute()
234 write(1, buf, p-&buf[0]); in execute()
236 if (p[-1] != '\n') write(1, "\n", 1); in execute()
338 write(2, "wordlist too large\n", 19); in overflo()
/titanic_52/usr/src/cmd/bnu/
H A Dinterface.c62 (*Write)() = write;
93 ssize_t (*IN_write)(); /* write function */
105 { "UNIX", read, write, ioctl, usetup, uteardown },
108 { "TCP", read, write, ioctl, usetup, uteardown },
112 { "Sytek", read, write, ioctl, usetup, uteardown },
116 { "801", read, write, ioctl, usetup, uteardown },
120 { "212", read, write, ioctl, usetup, uteardown },
127 { "TLIS", read, write, tioctl, tssetup, uteardown },
131 { "DK", read, write, ioctl, dksetup, dkteardown },
134 { "Unetserver", read, write, ioct
[all...]
/titanic_52/usr/src/cmd/expr/
H A Dexpr.c186 (void) write(1, "\n", 1);
260 (void) write(1, "\n", 1);
471 (void) write(1, "\n", 1); in yyerror()
473 (void) write(2, "expr: ", 6); in yyerror()
474 (void) write(2, gettext(s), (unsigned)strlen(gettext(s))); in yyerror()
475 (void) write(2, "\n", 1); in yyerror()
657 (void) write(2, "expr: ", 6); in exprmalloc()
658 (void) write(2, s, (unsigned)strlen(s)); in exprmalloc()
659 (void) write(2, "\n", 1); in exprmalloc()
679 (void) write( in main()
[all...]

12345678910>>...39