/external/libppp/src/ |
exec.c | 74 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, e)) [all...] |
prompt.h | 42 int fd_in, fd_out; member in struct:prompt 44 FILE *Term; /* sits on top of fd_out */
|
/external/valgrind/unittest/ |
posix_tests.cc | 169 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/ |
sftp-client.c | 70 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, 342 ret->fd_out = fd_out; [all...] |
/external/qemu/ |
qemu-char.c | 601 int fd_in, fd_out; member in struct:__anon25504 611 return send_all(s->fd_out, buf, len); 676 static CharDriverState *qemu_chr_open_fd(int fd_in, int fd_out) 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 1852 HANDLE fd_out; local [all...] |
/external/valgrind/main/drd/tests/ |
tsan_unittest.cpp | 4765 int fd_out = -1; member in namespace:test98 [all...] |