HomeSort by relevance Sort by last modified time
    Searched full:fdset (Results 26 - 29 of 29) sorted by null

12

  /external/libppp/src/
radius.c 686 const fd_set *fdset __unused)
723 log_Printf(LogTIMER, "Radius: fdset(r) %d\n", rad->cx.fd);
734 radius_IsSet(struct fdescriptor *d, const fd_set *fdset)
738 return r && r->cx.fd != -1 && FD_ISSET(r->cx.fd, fdset);
746 const fd_set *fdset __unused)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events.c 918 fd_set fdset; local
921 FD_ZERO(&fdset);
922 FD_SET(x11_fd, &fdset);
923 if ( select(x11_fd+1, &fdset, NULL, NULL, &zero_time) == 1 ) {
    [all...]
  /external/mksh/src/
funcs.c 1913 fd_set fdset; local
    [all...]
  /external/qemu/
Changelog 548 - fdset endian fix (Ulrich Weigand)

Completed in 90 milliseconds

12