ev                123 maint/gnulib/lib/poll.c   WSANETWORKEVENTS ev;
ev                130 maint/gnulib/lib/poll.c   ev.lNetworkEvents = 0xDEADBEEF;
ev                131 maint/gnulib/lib/poll.c   WSAEnumNetworkEvents ((SOCKET) h, NULL, &ev);
ev                132 maint/gnulib/lib/poll.c   return ev.lNetworkEvents != 0xDEADBEEF;
ev                466 maint/gnulib/lib/poll.c   WSANETWORKEVENTS ev;
ev                597 maint/gnulib/lib/poll.c           WSAEnumNetworkEvents ((SOCKET) h, NULL, &ev);
ev                603 maint/gnulib/lib/poll.c               && !(ev.lNetworkEvents & (FD_READ | FD_ACCEPT)))
ev                604 maint/gnulib/lib/poll.c             ev.lNetworkEvents |= FD_READ | FD_ACCEPT;
ev                606 maint/gnulib/lib/poll.c             ev.lNetworkEvents |= FD_WRITE | FD_CONNECT;
ev                608 maint/gnulib/lib/poll.c             ev.lNetworkEvents |= FD_OOB;
ev                611 maint/gnulib/lib/poll.c                                                      ev.lNetworkEvents);
ev                 31 maint/gnulib/lib/putenv.c # define __set_errno(ev) ((errno) = (ev))
ev                117 maint/gnulib/lib/select.c   WSANETWORKEVENTS ev;
ev                124 maint/gnulib/lib/select.c   ev.lNetworkEvents = 0xDEADBEEF;
ev                125 maint/gnulib/lib/select.c   WSAEnumNetworkEvents ((SOCKET) h, NULL, &ev);
ev                126 maint/gnulib/lib/select.c   return ev.lNetworkEvents != 0xDEADBEEF;
ev                 33 maint/gnulib/lib/setenv.c # define __set_errno(ev) ((errno) = (ev))
ev                 50 maint/gnulib/lib/sockets.c   WSANETWORKEVENTS ev;
ev                 54 maint/gnulib/lib/sockets.c   ev.lNetworkEvents = 0xDEADBEEF;
ev                 55 maint/gnulib/lib/sockets.c   WSAEnumNetworkEvents (sock, NULL, &ev);
ev                 56 maint/gnulib/lib/sockets.c   if (ev.lNetworkEvents != 0xDEADBEEF)
ev                 87 maint/gnulib/lib/sockets.c   WSANETWORKEVENTS ev;
ev                 91 maint/gnulib/lib/sockets.c   ev.lNetworkEvents = 0xDEADBEEF;
ev                 92 maint/gnulib/lib/sockets.c   WSAEnumNetworkEvents (sock, NULL, &ev);
ev                 93 maint/gnulib/lib/sockets.c   if (ev.lNetworkEvents != 0xDEADBEEF)
ev                 28 maint/gnulib/lib/unsetenv.c # define __set_errno(ev) ((errno) = (ev))
ev                158 maint/gnulib/tests/test-poll.c poll1 (int fd, int ev, int time)
ev                164 maint/gnulib/tests/test-poll.c   pfd.events = ev;
ev                170 maint/gnulib/tests/test-poll.c   if (pfd.revents & ~(POLLHUP | POLLERR | POLLNVAL | ev))
ev                177 maint/gnulib/tests/test-poll.c poll1_nowait (int fd, int ev)
ev                179 maint/gnulib/tests/test-poll.c   return poll1 (fd, ev, 0);
ev                183 maint/gnulib/tests/test-poll.c poll1_wait (int fd, int ev)
ev                185 maint/gnulib/tests/test-poll.c   return poll1 (fd, ev, -1);
ev                157 maint/gnulib/tests/test-select.h do_select (int fd, int ev, struct timeval *timeout, select_fn my_select)
ev                165 maint/gnulib/tests/test-select.h   if (ev & SEL_IN)
ev                167 maint/gnulib/tests/test-select.h   if (ev & SEL_OUT)
ev                169 maint/gnulib/tests/test-select.h   if (ev & SEL_EXC)
ev                184 maint/gnulib/tests/test-select.h   if (rev & ~ev)
ev                191 maint/gnulib/tests/test-select.h do_select_nowait (int fd, int ev, select_fn my_select)
ev                196 maint/gnulib/tests/test-select.h   return do_select (fd, ev, &tv0, my_select);
ev                200 maint/gnulib/tests/test-select.h do_select_wait (int fd, int ev, select_fn my_select)
ev                202 maint/gnulib/tests/test-select.h   return do_select (fd, ev, NULL, my_select);
ev                255 maint/gnulib/tests/test-select.h do_select_bad_fd (int fd, int ev, struct timeval *timeout, select_fn my_select)
ev                262 maint/gnulib/tests/test-select.h   if (ev & SEL_IN)
ev                264 maint/gnulib/tests/test-select.h   if (ev & SEL_OUT)
ev                266 maint/gnulib/tests/test-select.h   if (ev & SEL_EXC)
ev                276 maint/gnulib/tests/test-select.h do_select_bad_fd_nowait (int fd, int ev, select_fn my_select)
ev                281 maint/gnulib/tests/test-select.h   return do_select_bad_fd (fd, ev, &tv0, my_select);