selret            436 nsswitch/wb_common.c 	int total_time = 0, selret;
selret            456 nsswitch/wb_common.c 		if ((selret = select(winbindd_fd + 1, &r_fds, NULL, NULL, &tv)) == -1) {
selret            461 nsswitch/wb_common.c 		if (selret == 0) {
selret           1060 source3/winbindd/winbindd.c 	int maxfd = 0, selret;
selret           1100 source3/winbindd/winbindd.c 	selret = sys_select(maxfd + 1, &r_fds, &w_fds, NULL, &timeout);
selret           1102 source3/winbindd/winbindd.c 	if (selret == 0) {
selret           1106 source3/winbindd/winbindd.c 	if (selret == -1) {
selret           1119 source3/winbindd/winbindd.c 	if (run_events(winbind_event_context(), selret, &r_fds, &w_fds)) {
selret           1142 source3/winbindd/winbindd.c 	run_events(winbind_event_context(), selret, &r_fds, &w_fds);