/illumos-gate/usr/src/tools/onbld/Checks/ |
H A D | Comments.py | 171 output.write("WARNING: Blank line(s) in comments\n") 176 output.write("These IDs appear more than once in your " 179 output.write(" %s\n" % err) 183 output.write("These bugs are missing a single space following " 186 output.write(" %s\n" % com) 190 output.write("NOTE: Change-Id present in comment\n") 194 output.write("These comments are not valid bugs:\n") 196 output.write(" %s\n" % com) 200 output.write("These bugs were not found in the databases:\n") 202 output.write(" %s\n" % id) [all …]
|
H A D | CmtBlk.py | 92 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" %
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | fex_log.c | 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(fd, exception[e], strlen(exception[e])); in __fex_mklog() 360 write(fd, buf, sprintf(buf, " at 0x%0" PDIG "lx", (long)addr)); in __fex_mklog() [all …]
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | _SVID_error.c | 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(2, "yn: DOMAIN error\n", 17); in _SVID_libm_err() 374 (void) write(2, "lgamma: SING error\n", 19); in _SVID_libm_err() [all …]
|
/illumos-gate/usr/src/cmd/regcmp/ |
H A D | regcmp.c | 73 write(2, message, strlen(message)); in main() 74 write(2, *argv, size(*argv)); in main() 75 write(2, "\n", 1); in main() 98 write(2, message, strlen(message)); in main() 122 write(2, message, strlen(message)); in main() 126 write(2, message, strlen(message)); in main() 127 write(2, a2, size(a2)); in main() 130 write(2, message, strlen(message)); in main() 171 write(2, message, strlen(message)); in main() 183 write(2, message, strlen(message)); in main() [all …]
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | git-pbchk.py | 130 sys.stderr.write("Failed finding git parent branch\n") 159 sys.stderr.write("No outgoing changesets found - missing -p option?\n"); 175 sys.stderr.write("Failed building file-list from git\n") 270 output.write("Comments:\n") 287 output.write('\n%s\n' % commit[0]) 288 output.write(s.getvalue()) 298 output.write("Copyrights:\n") 308 output.write("C style:\n") 320 output.write("Header format:\n") 332 output.write("Java style:\n") [all …]
|
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | t_error.c | 48 (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()
|
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | makedev.c | 183 write(fdout, &dev, sizeof(struct dev)); in main() 184 write(fdout, size, (dev.nsizes+1) * sizeof(size[0])); /* we need a 0 on the end */ in main() 185 write(fdout, chtab, dev.nchtab * sizeof(chtab[0])); in main() 186 write(fdout, chname, dev.lchname); in main() 190 write(fdout, &font, sizeof(struct Font)); in main() 191 write(fdout, width, font.nwfont & BYTEMASK); in main() 192 write(fdout, kern, font.nwfont & BYTEMASK); in main() 193 write(fdout, code, font.nwfont & BYTEMASK); in main() 194 write(fdout, fitab, dev.nchtab+128-32); in main() 202 write(fdout, &dev, sizeof(struct dev)); in main() [all …]
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/ |
H A D | makedev.c | 192 write(fdout, &dev, sizeof(struct dev)); in main() 193 write(fdout, size, (dev.nsizes+1) * sizeof(size[0])); /* we need a 0 on the end */ in main() 194 write(fdout, chtab, dev.nchtab * sizeof(chtab[0])); in main() 195 write(fdout, chname, dev.lchname); in main() 199 write(fdout, &font, sizeof(struct Font)); in main() 200 write(fdout, width, font.nwfont & BYTEMASK); in main() 201 write(fdout, kern, font.nwfont & BYTEMASK); in main() 202 write(fdout, code, font.nwfont & BYTEMASK); in main() 203 write(fdout, fitab, dev.nchtab+128-32); in main() 211 write(fdout, &dev, sizeof(struct dev)); in main() [all …]
|
/illumos-gate/usr/src/cmd/smbsrv/testoplock/ |
H A D | case06.txt | 9 # write 1 should leave 1:R 2:none 10 brk-write 1 19 # write 2 should leave 1:none 2:R 20 brk-write 2 22 # write 1 should leave 1:none 2:none 23 brk-write 1
|
H A D | case06.ref | 15 brk-write 1 18 brk-write 1 ret status=0x0 (SUCCESS) 40 brk-write 2 43 brk-write 2 ret status=0x0 (SUCCESS) 50 brk-write 1 53 brk-write 1 ret status=0x0 (SUCCESS)
|
/illumos-gate/usr/src/cmd/tip/aculib/ |
H A D | ventel.c | 59 (void) write(FD, cp, 1); in ven_dialer() 68 (void) write(FD, cp, 1); in ven_dialer() 99 (void) write(FD, "\03", 1); in ven_abort() 117 (void) write(FD, &c, 1); in echo() 121 (void) write(FD, &c, 1); in echo() 192 (void) write(fd, "\r", 1); in vensync() 203 (void) write(fd, "\r", 1); in vensync()
|
H A D | hayes.c | 64 (void) write(FD, "AT", 2); in hayes_dialer() 66 (void) write(FD, "ATDT", 4); /* use tone dialing */ in hayes_dialer() 67 (void) write(FD, num, strlen(num)); in hayes_dialer() 68 (void) write(FD, "\r", 1); in hayes_dialer() 134 (void) write(fd, "ATV0Q0E0S0=1S2=255S12=255\r", 26); in hayes_sync() 139 (void) write(fd, "AT\r", 3); in hayes_sync()
|
H A D | biz31.c | 101 (void) write(FD, DISCONNECT_CMD, 4); in biz31_disconnect() 110 (void) write(FD, "\33", 1); in biz31_abort() 127 (void) write(FD, &c, 1); in echo() 131 (void) write(FD, &c, 1); in echo() 211 (void) write(fd, "\rp>\r", 4); in bizsync() 218 (void) write(fd, DISCONNECT_CMD, 4); in bizsync()
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/ |
H A D | postcomm.c | 207 write(ttyo, "\003\004", 2); in error() 347 write(ttyo, postbegin, strlen(postbegin)); in initialize() 349 write(ttyo, "\n", 1); in initialize() 355 write(ttyo, "\003\004", 2); in initialize() 360 write(ttyo, "\004", 1); in initialize() 447 write(ttyo, "\n", 1); in filter() 522 if ((count = write(ttyo, &block[head], tail - head)) == -1) in writeblock() 579 if ( write(ttyo, "\024", 1) != 1 ) in getstatus() 614 write(ttyo, "\004", 1); in reset()
|
/illumos-gate/usr/src/ucblib/libucb/port/gen/ |
H A D | _psignal.c | 63 (void) write(2, s, n); in _psignal() 64 (void) write(2, ": ", (size_t)2); in _psignal() 66 (void) write(2, c, strlen(c)); in _psignal() 67 (void) write(2, "\n", (size_t)1); in _psignal()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | perror.c | 59 (void) write(2, s, strlen(s)); in perror() 60 (void) write(2, ": ", 2); in perror() 62 (void) write(2, c, strlen(c)); in perror() 63 (void) write(2, "\n", 1); in perror()
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | pci_cfgacc_x86.c | 117 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() 229 if (!req->write) in pci_cfgacc_acc()
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SLPHeaderV2.java | 389 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 …]
|
H A D | SDAAdvert.java | 205 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()
|
/illumos-gate/usr/src/cmd/expr/ |
H A D | expr.c | 181 (void) write(1, "\n", 1); in rel() 255 (void) write(1, "\n", 1); in arith() 465 (void) write(1, "\n", 1); in yyerror() 467 (void) write(2, "expr: ", 6); in yyerror() 468 (void) write(2, gettext(s), (unsigned)strlen(gettext(s))); in yyerror() 469 (void) write(2, "\n", 1); in yyerror() 651 (void) write(2, "expr: ", 6); in exprmalloc() 652 (void) write(2, s, (unsigned)strlen(s)); in exprmalloc() 653 (void) write(2, "\n", 1); in exprmalloc() 673 (void) write(1, "\n", 1); in main() [all …]
|
/illumos-gate/usr/src/lib/libsocket/inet/ |
H A D | rexec.c | 122 (void) write(s, "", 1); in rexec_af() 148 (void) write(s, aport, strlen(aport)+1); in rexec_af() 161 (void) write(s, name, strlen(name) + 1); in rexec_af() 163 (void) write(s, pass, strlen(pass) + 1); in rexec_af() 164 (void) write(s, cmd, strlen(cmd) + 1); in rexec_af() 171 (void) write(2, &c, 1); in rexec_af()
|
/illumos-gate/usr/src/cmd/refer/ |
H A D | glue5.c | 94 write(2, "bad fgrep call\n", 15); in fgrep() 225 {write(2, "XX\n", 3); write(2, nlp, p-nlp); write(2, "XX\n", 3); } in execute() 227 if (p > nlp) write(1, nlp, p-nlp); in execute() 229 write(1, nlp, in execute() 231 write(1, buf, p-&buf[0]); in execute() 233 if (p[-1] != '\n') write(1, "\n", 1); in execute() 335 write(2, "wordlist too large\n", 19); in overflo()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | interface.c | 62 (*Write)() = write; 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, ioctl, usetup, uteardown },
|
/illumos-gate/usr/src/cmd/devinfo/ |
H A D | devinfo.c | 240 (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()
|