Searched refs:dout (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencengine.c96 STRLEN dlen, STRLEN * dout, int approx, const U8 *term, STRLEN tlen)
156 *dout = d - dst;
95 do_encode(encpage_t * enc, const U8 * src, STRLEN * slen, U8 * dst, STRLEN dlen, STRLEN * dout, int approx, const U8 *term, STRLEN tlen) argument
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Encode/
H A Dencode.h79 U8 *dst, STRLEN dlen, STRLEN *dout, int approx,
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Denc_des.c116 krb5_enc_data dout; local
121 dout.ciphertext.length = DES_BLOCKSIZE;
122 dout.ciphertext.data = (char *)out;
124 dout.enctype = ENCTYPE_UNKNOWN;
127 &din, &dout);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c742 FILE *fin, *dout = 0; local
874 dout = dataconn(dmode);
875 if (dout == NULL)
886 if ((d = WRITE(fileno(dout), buf, c)) < 0)
907 d = secure_flush(fileno(dout));
924 if (ferror(dout) || PUTC('\r', dout) < 0)
929 if (PUTC(c, dout) < 0)
935 (void) PUTC('\0', dout);
949 d = ferror(dout)
[all...]
/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.c137 topo_debug_set(topo_hdl_t *thp, const char *dbmode, const char *dout) argument
155 if (dout == NULL) {
162 if (strcmp(dout, dbp->tdm_name) == 0)
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dextensions.c157 FILE *dout; variable
193 fprintf(dout, "%s %" L_FORMAT " %" T_FORMAT " %s\n",
199 fprintf(dout, "%s\n", path);
1027 dout = dataconn("file list", (off_t) - 1, "w");
1029 if (dout != NULL) {
1045 if (ferror(dout) != 0)
1051 (void) fclose(dout);
H A Dftpd.c4028 FILE *fin = NULL, *dout; local
4281 dout = dataconn(name, st.st_size, "w");
4282 if (dout == NULL)
4299 TransferComplete = send_data(name, fin, dout, buffersize);
4301 TransferComplete = send_data(fin, dout, buffersize);
4306 (void) fclose(dout);
6722 static FILE *dout; local
6758 dout = NULL;
6810 if (dout != NULL)
6811 (void) fclose(dout);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/dc/
H A Ddc.c1498 int dig, dout, ct; local
1539 dout = ((dig / 10) + dig) / logo;
1570 } while (++ct < dout);
/opensolaris-onvv-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c2863 uint32_t dout; local
2931 dout = ddi_get32(io_handle,
2934 if (dout & DATA_OUT)

Completed in 411 milliseconds