Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dssh-keyscan.c88 fd_set *read_wait; variable
418 FD_SET(s, read_wait); in conalloc()
441 FD_CLR(s, read_wait); in confree()
593 memcpy(r, read_wait, read_wait_nfdset * sizeof(fd_mask)); in conloop()
594 memcpy(e, read_wait, read_wait_nfdset * sizeof(fd_mask)); in conloop()
783 read_wait = xcalloc(read_wait_nfdset, sizeof(fd_mask)); in main()