Home
last modified time | relevance | path

Searched refs:writefds (Results 1 – 2 of 2) sorted by relevance

/hurd/
A Dhurdselect.c48 fd_set *readfds, fd_set *writefds, fd_set *exceptfds, in _hurd_select() argument
235 if (writefds == NULL) in _hurd_select()
238 wfds = *writefds; in _hurd_select()
254 if (writefds != NULL && FD_ISSET (i, &wfds)) in _hurd_select()
630 if (writefds != NULL && FD_ISSET (i, writefds)) in _hurd_select()
642 else if (writefds) in _hurd_select()
643 FD_CLR (i, writefds); in _hurd_select()
/hurd/hurd/
A Dfd.h281 fd_set *readfds, fd_set *writefds, fd_set *exceptfds,

Completed in 7 milliseconds