/external/libppp/src/ |
prompt.c | 143 if (p->fd_in >= 0) { 145 FD_SET(p->fd_in, r); 146 log_Printf(LogTIMER, "prompt %s: fdset(r) %d\n", p->src.from, p->fd_in); 150 FD_SET(p->fd_in, e); 151 log_Printf(LogTIMER, "prompt %s: fdset(e) %d\n", p->src.from, p->fd_in); 154 if (sets && *n < p->fd_in + 1) 155 *n = p->fd_in + 1; 167 return p->fd_in >= 0 && FD_ISSET(p->fd_in, fdset); 193 n = read(p->fd_in, linebuff, sizeof linebuff - 1) [all...] |
prompt.h | 42 int fd_in, fd_out; member in struct:prompt 51 unsigned readtilde : 1; /* We've read a ``~'' from fd_in */
|
/external/qemu/ |
qemu-char.c | 601 int fd_in, fd_out; member in struct:__anon12577 635 size = read(s->fd_in, buf, len); 638 qemu_set_fd_handler2(s->fd_in, NULL, NULL, NULL, NULL); 651 if (s->fd_in >= 0) { 652 if (display_type == DT_NOGRAPHIC && s->fd_in == 0) { 654 qemu_set_fd_handler2(s->fd_in, fd_chr_read_poll, 664 if (s->fd_in >= 0) { 665 if (display_type == DT_NOGRAPHIC && s->fd_in == 0) { 667 qemu_set_fd_handler2(s->fd_in, NULL, NULL, NULL, NULL); 676 static CharDriverState *qemu_chr_open_fd(int fd_in, int fd_out 708 int fd_in, fd_out; local 736 int fd_in = qemu_opt_get_number(opts, "fdin",-1); local [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
firewallsocketserver.h | 42 enum FirewallDirection { FD_IN, FD_OUT, FD_ANY };
|
firewallsocketserver.cc | 146 if (d == FD_IN) {
|
/external/valgrind/unittest/ |
posix_tests.cc | 170 int fd_in = -1; member in namespace:test98 182 while (read(fd_in, buff, 100) == 0) 201 fd_in = open(in_name, 0, O_RDONLY); 203 CHECK(fd_in >= 0); 209 close(fd_in);
|
/external/openssh/ |
sftp-client.c | 69 int fd_in; member in struct:sftp_conn 128 if (atomicio6(read, conn->fd_in, buffer_ptr(m), 4, 141 if (atomicio6(read, conn->fd_in, buffer_ptr(m), msg_len, 333 do_init(int fd_in, int fd_out, u_int transfer_buflen, u_int num_requests, 341 ret->fd_in = fd_in; [all...] |
packet.c | 216 packet_set_connection(int fd_in, int fd_out) 224 active_state->connection_in = fd_in; [all...] |
/external/valgrind/main/drd/tests/ |
tsan_unittest.cpp | 4766 int fd_in = -1; member in namespace:test98 [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-linux.c | [all...] |