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

/freebsd-11-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-11-stable/lib/libkiconv/
H A Dxlat16_sysctl.c54 struct iconv_add_out dout; local
65 olen = sizeof(dout);
66 if (sysctlbyname("kern.iconv.add", &dout, &olen, &din, sizeof(din)) == -1)
/freebsd-11-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-11-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-11-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-11-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-11-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-11-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.c107 u32 dout[MLX5_ST_SZ_DW(destroy_cq_out)] = {0}; local
144 mlx5_cmd_exec(dev, din, sizeof(din), dout, sizeof(dout));
/freebsd-11-stable/sys/libkern/
H A Diconv.c404 struct iconv_add_out dout; local
434 dout.ia_csid = csp->cp_id;
435 error = SYSCTL_OUT(req, &dout, sizeof(dout));
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c1685 FILE *fin, *dout; local
1752 dout = dataconn(name, st.st_size, "w");
1753 if (dout == NULL)
1756 send_data(fin, dout, st.st_blksize, st.st_size,
1760 (void) fclose(dout);
3177 FILE *dout = NULL;
3212 dout == NULL)
3220 if (dout == NULL) {
3221 dout = dataconn("file list", -1, "w");
3222 if (dout
[all...]

Completed in 157 milliseconds