sys_select        111 examples/libsmbclient/smbwrapper/select.c 		ret = sys_select(maxfd, readfds2, writefds2, errorfds2, ptval);
sys_select         92 source3/client/dnsbrowse.c 		ret = sys_select(mdnsfd + 1, fdset, NULL, NULL, &tv);
sys_select        192 source3/client/dnsbrowse.c 		ret = sys_select(mdnsfd + 1, fdset, NULL, NULL, &tv);
sys_select        700 source3/include/proto.h int sys_select(int maxfd, fd_set *readfds, fd_set *writefds, fd_set *errorfds, struct timeval *tval);
sys_select        176 source3/lib/events.c 	ret = sys_select(maxfd+1, &r_fds, &w_fds, NULL, &to);
sys_select        112 source3/lib/packet.c 	res = sys_select(ctx->fd+1, &r_fds, NULL, NULL, NULL);
sys_select        146 source3/libads/cldap.c 	ret = sys_select(sock+1, &r_fds, NULL, NULL, &timeout);
sys_select       1797 source3/nmbd/nmbd_packets.c 	selrtn = sys_select(maxfd+1,&r_fds,&w_fds,NULL,&timeout);
sys_select        813 source3/smbd/process.c 		selrtn = sys_select(maxfd+1,&r_fds,&w_fds,NULL,&to);
sys_select       1100 source3/winbindd/winbindd.c 	selret = sys_select(maxfd + 1, &r_fds, &w_fds, NULL, &timeout);
sys_select       1417 source3/winbindd/winbindd_dual.c 		ret = sys_select(maxfd + 1, &r_fds, &w_fds, NULL, tp);