Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dserver.c2715 static int max_command_fd; variable
2946 max_command_fd = num_to_check;
5097 switch (select (max_command_fd + 1, &readfds.fds,
5108 for (i = 0; i <= max_command_fd; i++)
H A DChangeLog-93952563 (command_fds_to_drain, max_command_fd): New variables.