HomeSort by: relevance | last modified time | path
    Searched defs:num_fds (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/nc/
netcat.c 1069 int n, num_fds; local in function:readwrite
1118 num_fds = poll(pfd, 4, timeout);
1121 if (num_fds == -1) {
1127 if (num_fds == 0)
netcat.c 1069 int n, num_fds; local in function:readwrite
1118 num_fds = poll(pfd, 4, timeout);
1121 if (num_fds == -1) {
1127 if (num_fds == 0)
netcat.c 1069 int n, num_fds; local in function:readwrite
1118 num_fds = poll(pfd, 4, timeout);
1121 if (num_fds == -1) {
1127 if (num_fds == 0)

Completed in 202 milliseconds