Searched refs:fd_max (Results 1 – 1 of 1) sorted by relevance
338 int fds[2], fd_max, ret; in test_pipe() local349 fd_max = fds[0]; in test_pipe()354 if (fds[1] > fd_max) in test_pipe()355 fd_max = fds[1]; in test_pipe()357 ret = chk_error(select(fd_max + 1, &rfds, &wfds, NULL, NULL)); in test_pipe()