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

/external/libppp/src/
H A Dexec.c74 int fd_out; /* output descriptor */ member in struct:execdevice
90 if (dev->fd_out != -1)
91 close(dev->fd_out);
111 if (dev->fd_out >= 0) {
112 *auxfd = dev->fd_out;
127 if (dev->fd_out >= 0) {
128 if (w && FD_ISSET(dev->fd_out, w)) {
129 FD_CLR(dev->fd_out, w);
130 log_Printf(LogTIMER, "%s: fdunset(w) %d\n", p->link.name, dev->fd_out);
133 if (e && FD_ISSET(dev->fd_out,
[all...]
H A Dprompt.h42 int fd_in, fd_out; member in struct:prompt
44 FILE *Term; /* sits on top of fd_out */
H A Dprompt.c333 p->fd_out = STDOUT_FILENO;
342 p->fd_in = p->fd_out = fd;
367 if (p->fd_out != p->fd_in)
368 close(p->fd_out);
H A Dcommand.c657 fd = arg->prompt->fd_out;
/external/qemu/
H A Dqemu-char.c601 int fd_in, fd_out; member in struct:__anon11625
611 return send_all(s->fd_out, buf, len);
676 static CharDriverState *qemu_chr_open_fd(int fd_in, int fd_out) argument
684 s->fd_out = fd_out;
697 int fd_out; local
699 TFR(fd_out = qemu_open(qemu_opt_get(opts, "path"),
701 if (fd_out < 0)
703 return qemu_chr_open_fd(-1, fd_out);
708 int fd_in, fd_out; local
737 int fd_out = qemu_opt_get_number(opts, "fdout",-1); local
1830 qemu_chr_open_win_file(HANDLE fd_out) argument
1852 HANDLE fd_out; local
[all...]
/external/valgrind/unittest/
H A Dposix_tests.cc169 int fd_out = -1; member in namespace:test98
177 CHECK(size == write(fd_out, str, size));
199 fd_out = creat(out_name, O_WRONLY | S_IRWXU);
202 CHECK(fd_out >= 0);
210 close(fd_out);
/external/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;
/external/v8/tools/
H A Dtest.py535 (fd_out, outname) = tempfile.mkstemp()
541 stdout = fd_out,
544 os.close(fd_out)
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp4765 int fd_out = -1; member in namespace:test98
4772 IGNORE_RETURN_VALUE(write(fd_out, str, strlen(str) + 1));
4790 fd_out = creat(out_name, O_WRONLY | S_IRWXU);
4799 CHECK(fd_out >= 0);
4807 close(fd_out);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c3690 int, fd_out, vki_loff_t *, off_out,
3693 !ML_(fd_allowed)(ARG3, "splice(fd_out)", tid, False)) {

Completed in 1852 milliseconds