Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dssh-keyscan.c82 fd_set *read_wait; variable
396 FD_SET(s, read_wait); in conalloc()
419 FD_CLR(s, read_wait); in confree()
579 memcpy(r, read_wait, read_wait_nfdset * sizeof(fd_mask)); in conloop()
580 memcpy(e, read_wait, read_wait_nfdset * sizeof(fd_mask)); in conloop()
764 read_wait = xcalloc(read_wait_nfdset, sizeof(fd_mask)); in main()