| /openbsd/src/gnu/usr.bin/perl/dist/IO/ |
| D | poll.c | 76 FD_SET(fd, &rfd); in poll() 79 FD_SET(fd, &wfd); in poll() 82 FD_SET(fd, &efd); in poll() 99 FD_SET(fds[i].fd, &ifd); in poll()
|
| /openbsd/src/gnu/lib/libreadline/ |
| D | input.c | 183 FD_SET (tty, &readfds); in rl_gather_tyi() 184 FD_SET (tty, &exceptfds); in rl_gather_tyi() 280 FD_SET (tty, &readfds); in _rl_input_available() 281 FD_SET (tty, &exceptfds); in _rl_input_available()
|
| D | parens.c | 37 #if defined (FD_SET) && !defined (HAVE_SELECT) 128 FD_SET (fileno (rl_instream), &readfds);
|
| /openbsd/src/regress/lib/libpthread/cancel2/ |
| D | cancel2.c | 26 FD_SET(read_fd, &read_fds); in select_thread() 41 FD_SET(read_fd, &read_fds); in pselect_thread()
|
| /openbsd/src/gnu/llvm/lldb/source/Utility/ |
| D | SelectHelper.cpp | 182 FD_SET(fd, read_fdset_ptr); in Select() 185 FD_SET(fd, write_fdset_ptr); in Select() 188 FD_SET(fd, error_fdset_ptr); in Select()
|
| /openbsd/src/lib/libcurses/tty/ |
| D | lib_twait.c | 358 FD_SET(sp->_ifd, &set); in _nc_timed_wait() 364 FD_SET(fd, &set); in _nc_timed_wait() 374 FD_SET(ev->data.fev.fd, &set); in _nc_timed_wait() 388 FD_SET(sp->_ifd, &set); in _nc_timed_wait()
|
| /openbsd/src/usr.sbin/amd/amd/ |
| D | nfs_start.c | 165 FD_SET(fwd_sock, fdsp); in rpc_pending_now() 220 FD_SET(fwd_sock, fdsp); in run_rpc() 227 FD_SET(fwd_sock, fdsp); in run_rpc()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | inflow.c | 49 #if defined (SIGIO) && defined (FASYNC) && defined (FD_SET) && defined (F_SETOWN) 633 #if defined (SIGIO) && defined (FASYNC) && defined (FD_SET) && defined (F_SETOWN) 645 FD_SET (target_activity_fd, &readfds); in handle_sigio()
|
| /openbsd/src/regress/sys/kern/pipe/ |
| D | test-select.c | 44 FD_SET(pip[1], &writefds); in test_select_hup()
|
| /openbsd/src/gnu/usr.bin/perl/win32/include/sys/ |
| D | socket.h | 158 #undef FD_SET 163 #define FD_SET(n,p) PERL_FD_SET(n,p) macro
|
| /openbsd/src/sbin/isakmpd/ |
| D | isakmpd.c | 484 FD_SET(ui_socket, rfds); in main() 494 FD_SET(app_socket, rfds); in main()
|
| /openbsd/src/sbin/unwind/libunbound/util/ |
| D | mini_event.c | 301 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->reads); in event_add() 304 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->writes); in event_add() 306 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->content); in event_add()
|
| /openbsd/src/usr.sbin/nsd/ |
| D | mini_event.c | 354 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->reads); in event_add() 357 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->writes); in event_add() 359 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->content); in event_add()
|
| D | nsd-control.c | 334 FD_SET(fd, &rset); in contact_server() 336 FD_SET(fd, &wset); in contact_server() 338 FD_SET(fd, &eset); in contact_server()
|
| /openbsd/src/usr.sbin/unbound/util/ |
| D | mini_event.c | 301 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->reads); in event_add() 304 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->writes); in event_add() 306 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->content); in event_add()
|
| /openbsd/src/gnu/usr.bin/perl/win32/ |
| D | win32sck.c | 449 FD_SET nrd, nwr, nex; in win32_select() 458 FD_SET((unsigned)fd, &nrd); in win32_select() 463 FD_SET((unsigned)fd, &nwr); in win32_select() 468 FD_SET((unsigned)fd, &nex); in win32_select()
|
| /openbsd/src/games/hunt/hunt/ |
| D | playit.c | 189 FD_SET(Socket, &s_readfds); in getchr() 190 FD_SET(STDIN_FILENO, &s_readfds); in getchr()
|
| D | list.c | 61 FD_SET(fd, &r); in next_driver_fd() 65 FD_SET(probe_sock[i], &r); in next_driver_fd()
|
| /openbsd/src/regress/sys/kern/fork-exit/ |
| D | fork-exit.c | 341 FD_SET(rfds[i], fdset); in main() 363 FD_SET(rfds[i], fdset); in main()
|
| /openbsd/src/usr.sbin/unbound/testcode/ |
| D | delayer.c | 474 FD_SET(FD_SET_T p->s, rorig); in find_create_proxy() 604 FD_SET(FD_SET_T p->client_s, rorig); 605 FD_SET(FD_SET_T p->server_s, rorig); 762 FD_SET(FD_SET_T p->server_s, worig); 777 FD_SET(FD_SET_T p->client_s, worig); 910 FD_SET(FD_SET_T udp_s, &rorig); 911 FD_SET(FD_SET_T listen_s, &rorig);
|
| /openbsd/src/games/boggle/boggle/ |
| D | timer.c | 97 FD_SET(STDIN_FILENO, &fdbits); in waitch()
|
| /openbsd/src/gnu/lib/libreadline/examples/ |
| D | excallback.c | 122 FD_SET(fileno(stdin), &fds); in main()
|
| /openbsd/src/regress/lib/libpthread/select/ |
| D | select.c | 101 FD_SET(fd, &r); in fg_routine()
|
| /openbsd/src/usr.sbin/mopd/otherOS/ |
| D | loop-linux2.c | 124 FD_SET(ii->fd, &fds); in Loop()
|
| /openbsd/src/regress/sys/kern/kqueue/ |
| D | kqueue-regress.c | 268 FD_SET(kq, &fdset); in do_regress5() 290 FD_SET(kq, &fdset); in do_regress5()
|