Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTTCP.c59 #ifdef Rselect
60 #undef Rselect
62 #define Rselect BSDselect macro
881 selret = Rselect(pfd[0] + 1, &readfds, NULL, NULL, &one_second); in setup_nsl_fork()
1996 ret = Rselect(*s + 1, NULL, in HTDoConnect()
2265 ret = Rselect(fildes + 1, in HTDoRead()
2348 #ifdef Rselect
2349 #undef Rselect
2367 rval = Rselect(nfds, readfds, writefds, exceptfds, select_timeout); in BSDselect()
DHTUtils.h701 #undef Rselect
710 #define Rselect select macro
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYUtils.c151 #ifdef Rselect
152 #undef Rselect
154 #define Rselect BSDselect macro
1829 ret = Rselect(1, &readfds, NULL, NULL, &socket_timeout); in HTCheckForInterrupt()
/mirbsd/src/gnu/usr.bin/lynx/
Daclocal.m45092 AC_DEFINE(select,Rselect,[Define to override function name if using socks library])
5131 AC_DEFINE(select,Rselect)