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

/freebsd-12-stable/contrib/bearssl/T0/
H A DSType.cs28 return dout;
46 return din >= 0 && dout < 0;
50 int din, dout; field in struct:SType
52 internal SType(int din, int dout) argument
57 if (dout < 0) {
58 dout = -1;
61 this.dout = dout;
76 return s1.din == s2.din && s1.dout == s2.dout;
[all...]
H A DT0Comp.cs474 * Stack effect is the pair 'din dout'. If din is negative,
476 * but dout is negative, then the word is reputed never to
480 int dout = cpu.Pop();
494 wordBuilder.StackEffect = new SType(din, dout);
1192 int din = 0, dout = 0;
1205 if (seenBang && dout == 1) {
1206 dout = -1;
1208 return new SType(din, dout);
1214 if (dout == 0 && t == "!") {
1217 dout
[all...]
/freebsd-12-stable/contrib/smbfs/lib/smb/
H A Dkiconv.c52 struct iconv_add_out dout; local
63 olen = sizeof(dout);
66 if (sysctlbyname("net.smb.fs.iconv.add", &dout, &olen, &din, sizeof(din)) == -1) {
72 if (sysctlbyname("kern.iconv.add", &dout, &olen, &din, sizeof(din)) == -1)
/freebsd-12-stable/lib/libkiconv/
H A Dxlat16_sysctl.c56 struct iconv_add_out dout; local
67 olen = sizeof(dout);
68 if (sysctlbyname("kern.iconv.add", &dout, &olen, &din, sizeof(din)) == -1)
/freebsd-12-stable/sys/arm/samsung/exynos/
H A Dchrome_ec.h36 int ec_command(uint8_t cmd, uint8_t *dout, uint8_t dout_len,
H A Dchrome_ec_spi.c117 ec_command(uint8_t cmd, uint8_t *dout, uint8_t dout_len, argument
145 msg_dout[i + 3] = dout[i];
H A Dchrome_ec.c156 ec_command(uint8_t cmd, uint8_t *dout, uint8_t dout_len, argument
178 msg_dout[i + 3] = dout[i];
/freebsd-12-stable/contrib/opie/
H A Dopieftpd.c663 FILE *fin, *dout; local
711 dout = dataconn(name, st.st_size, "w");
712 if (dout == NULL)
715 send_data(fin, dout, st.st_blksize);
717 send_data(fin, dout, BUFSIZ);
719 fclose(dout);
1414 FILE *dout = NULL; local
1452 if (dout != NULL) {
1453 fclose(dout);
1461 if (dout
[all...]
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c953 FILE *fin = NULL, *dout; local
1058 dout = dataconn(name, st.st_size, "w");
1059 if (dout == NULL)
1061 set_buffer_size(fileno(dout), 0);
1062 send_data(fin, dout);
1063 fclose(dout);
2186 FILE *dout; local
2187 dout = dataconn(file, -1, "w");
2188 if (dout == NULL)
2190 set_buffer_size(fileno(dout),
2214 FILE *dout = NULL; local
[all...]
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c674 FILE *fin, *dout = 0; local
803 dout = dataconn(rmode);
804 if (dout == NULL)
806 set_buffer_size (fileno (dout), 0);
814 bytes = copy_stream (fin, dout);
825 if (ferror (dout))
827 sec_putc ('\r', dout);
830 sec_putc (c, dout);
833 sec_fflush (dout);
842 if (ferror (dout)) {
[all...]
/freebsd-12-stable/contrib/tnftp/src/
H A Dftp.c665 FILE *volatile dout; local
678 dout = NULL;
771 dout = dataconn(lmode);
772 if (dout == NULL)
790 c = copy_bytes(fileno(fin), fileno(dout), buf, bufsize,
809 if (ferror(dout))
811 (void)putc('\r', dout);
814 (void)putc(c, dout);
818 (void)putc('\0', dout);
830 if (ferror(dout)) {
[all...]
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_qp.c126 u32 dout[MLX5_ST_SZ_DW(destroy_qp_out)] = {0}; local
150 mlx5_cmd_exec(dev, din, sizeof(din), dout, sizeof(dout));
356 u32 dout[MLX5_ST_SZ_DW(destroy_dct_out)] = {0}; local
389 mlx5_cmd_exec(dev, &din, sizeof(din), dout, sizeof(dout));
H A Dmlx5_cq.c130 u32 dout[MLX5_ST_SZ_DW(destroy_cq_out)] = {0}; local
159 mlx5_cmd_exec(dev, din, sizeof(din), dout, sizeof(dout));
/freebsd-12-stable/sys/libkern/
H A Diconv.c406 struct iconv_add_out dout; local
436 dout.ia_csid = csp->cp_id;
437 error = SYSCTL_OUT(req, &dout, sizeof(dout));
/freebsd-12-stable/libexec/ftpd/
H A Dftpd.c1702 FILE *fin, *dout; local
1769 dout = dataconn(name, st.st_size, "w");
1770 if (dout == NULL)
1773 send_data(fin, dout, st.st_blksize, st.st_size,
1777 (void) fclose(dout);
3194 FILE *dout = NULL;
3229 dout == NULL)
3237 if (dout == NULL) {
3238 dout = dataconn("file list", -1, "w");
3239 if (dout
[all...]
/freebsd-12-stable/sys/contrib/zstd/tests/
H A Dzstreamtest.c166 ZSTD_outBuffer dout = {uncompressed, 0, 0}; local
176 dout.pos = 0;
177 dout.size = sizeof(uncompressed);
178 dret = ZSTD_decompressStream(dctx, &dout, &din);
181 XXH64_update(xxh, dout.dst, dout.pos);

Completed in 287 milliseconds