Home
last modified time | relevance | path

Searched refs:Write (Results 1 – 25 of 71) sorted by relevance

123

/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c206 static int Write(int, char *, int);
512 Write(ttyo, postbegin, strlen(postbegin)); in start()
517 Write(ttyo, "\003", 1); in start()
533 Write(ttyo, "\004", 1); in start()
543 Write(ttyo, "\004", 1); in start()
545 Write(ttyo, "\003", 1); in start()
760 Write(ttyo, "\004", 1); in done()
774 Write(ttyo, "\004", 1); in done()
802 Write(ttyo, "\004", 1); in done()
811 Write(ttyo, "\004", 1); in done()
[all …]
/onnv-gate/usr/src/cmd/bnu/
H A Dxio.c96 (void) (*Write)(fn, bufr, strlen(bufr) + 1);
156 ret = (*Write)(fn, bufr, len);
163 ret = (*Write)(fn, bufr, 0);
H A Ddio.c121 return((*Write)(fn, bufr, (unsigned) strlen(bufr) + 1) < 0 ? FAIL : SUCCESS);
179 ret = (*Write)(fn, bufr, (unsigned) len);
190 ret = (*Write)(fn, bufr, (unsigned) 0);
H A Deio.c169 ret = (*Write)(fn, cmsglen, sizeof(cmsglen));
180 ret = (*Write)(fn, bufr, (unsigned) len);
390 ret = (*Write)(fn, (char *)&bufr, (unsigned) len);
555 ret = (*Write)(fn, bufr, (unsigned) len);
H A Dimsg.c111 (*Write)(fn, buf, strlen(buf) + 1);
H A Dinterface.c62 (*Write)() = write; variable
149 Write = Interface[i].IN_write;
H A Dpk1.c395 if ((*Write)(pk->p_ofn, p, HDRSIZ) != HDRSIZ) {
407 if ((*Write)(pk->p_ofn, buf, pk->p_xsize + HDRSIZ) !=
H A Dconn.c814 (void) (*Write)(fn, buf, bptr - buf);
990 if ((*Write)(fn, dbuf, len) != len)
1015 if (((*Write)(fn, &par_tab[cout], 1)) != 1)
H A Dcallers.c756 ret = (*Write)(dcr, command, strlen(command));
880 nw = (*Write)(dnf, phone, lt = strlen(phone));
966 nw = (*Write)(dnf, phone, lt = strlen(phone));
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A Dmktables394 sub Table::Write
870 $Name->Write("Name.pl");
871 $Bidi->Write("Bidirectional.pl");
872 $Comb->Write("CombiningClass.pl");
873 $Deco->Write("Decomposition.pl");
874 $Number->Write("Number.pl");
875 $General->Write("Category.pl");
878 $To{$to}->Write("To/$to.pl");
914 $Lbrk->Write("Lbrk.pl");
941 $ArabLink->Write("ArabLink.pl");
[all …]
/onnv-gate/usr/src/lib/libnsl/dial/
H A Dinterface.c52 (*Write)() = write; variable
104 Write = Interface[i].IN_write; in interface()
H A Dconn.c595 (void) (*Write)(fn, EOTMSG, strlen(EOTMSG)); in sendthem()
738 if ((*Write)(fn, buf, len) != len) in wrstr()
764 if (((*Write)(fn, &cout, 1)) != 1) in wrchr()
H A Duucp.h396 static ssize_t (*Read)(), (*Write)(); variable
/onnv-gate/usr/src/common/openssl/doc/apps/
H A Drand.pod30 Write to I<file> instead of standard output.
/onnv-gate/usr/src/cmd/audio/include/
H A DAudio.h129 virtual AudioError Write(
/onnv-gate/usr/src/common/lzma/
H A DTypes.h131 size_t (*Write)(void *p, const void *buf, size_t size); member
/onnv-gate/usr/src/cmd/lp/lib/lp/
H A Dfiles.c90 return (Write(fd, buf, (int)strlen(buf))); in fdprintf()
/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A DExacct.xs522 # Write an accounting record into the system accounting file. idtype is
598 # Write an accounting record for the specified task or process. idtype is
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A Dpem.pod347 Write a certificate to a BIO:
354 Write an unencrypted private key to a FILE pointer:
361 Write a private key (using traditional format) to a BIO using
369 Write a private key (using PKCS#8 format) to a BIO using triple
/onnv-gate/usr/src/cmd/audio/utilities/
H A DAudio.cc206 Write( in Write() function in Audio
/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/
H A DFile.xs223 # Write the passed list of ::Objects to the file.
/onnv-gate/usr/src/cmd/smbsrv/dtrace/
H A Dcifs.d200 sdt:smbsrv::-smb_op-Write-start,
/onnv-gate/usr/src/grub/grub-0.97/
H A DMAINTENANCE54 3. Write good code. Be not satisfied with ad hoc workarounds or quick
/onnv-gate/usr/src/cmd/lp/include/
H A Dlp.h520 #define Write _Write macro
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperliol.h35 SSize_t(*Write) (pTHX_ PerlIO *f, const void *vbuf, Size_t count); member

123