Home
last modified time | relevance | path

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

/hurd/
A Dhurdselect.c56 int firstfd, lastfd; in _hurd_select() local
224 firstfd = i == 0 ? lastfd : 0; in _hurd_select()
248 firstfd = lastfd = -1; in _hurd_select()
279 if (firstfd == -1) in _hurd_select()
280 firstfd = i; in _hurd_select()
305 if (firstfd == -1) in _hurd_select()
497 if (firstfd != -1) in _hurd_select()
498 for (i = firstfd; i <= lastfd; ++i) in _hurd_select()
546 if (firstfd != -1) in _hurd_select()
614 if (firstfd != -1) in _hurd_select()
[all …]

Completed in 5 milliseconds