Searched refs:fd_out (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dunexcw.c258 int fd_out; local
276 fd_out = open (outfile, O_RDWR | O_TRUNC | O_CREAT | O_BINARY, 0755);
277 assert (fd_out >= 0);
289 ret2 = write (fd_out, buffer, ret);
296 fixup_executable (fd_out);
299 ret = close (fd_out);
/macosx-10.10.1/system_cmds-643.1.1/atrun.tproj/
H A Datrun.c124 int fd_out, fd_in; local
260 if((fd_out=open(filename,
264 write_string(fd_out, "Subject: Output from your job ");
265 write_string(fd_out, filename);
266 write_string(fd_out, "\n\n");
267 fstat(fd_out, &buf);
293 if (dup(fd_out) != STDOUT_FILENO)
296 if (dup(fd_out) != STDERR_FILENO)
300 close(fd_out);
347 close(fd_out);
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsftp-client.c70 int fd_out; member in struct:sftp_conn
114 if (atomiciov6(writev, conn->fd_out, iov, 2,
162 debug3("Sent message fd %d T:%u I:%u", conn->fd_out, code, id);
178 debug3("Sent message fd %d T:%u I:%u", conn->fd_out, code, id);
333 do_init(int fd_in, int fd_out, u_int transfer_buflen, u_int num_requests, argument
342 ret->fd_out = fd_out;
H A Dpacket.c216 packet_set_connection(int fd_in, int fd_out) argument
225 active_state->connection_out = fd_out;
/macosx-10.10.1/vim-55/src/
H A Dfileio.c6542 int fd_out; local
6680 fd_out = mch_open((char *)to,
6682 if (fd_out == -1)
6694 close(fd_out);
6703 if (vim_write(fd_out, buffer, n) != n)
6711 if (close(fd_out) < 0)

Completed in 164 milliseconds