Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dmisc.h29 void unset_nonblock(int);
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1257 unset_nonblock(fileno(stdin)); in client_loop()
1259 unset_nonblock(fileno(stdout)); in client_loop()
1261 unset_nonblock(fileno(stderr)); in client_loop()
H A Dsshconnect.c251 unset_nonblock(sockfd); in timeout_connect()
292 unset_nonblock(sockfd); in timeout_connect()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dmisc.c75 unset_nonblock(int fd) in unset_nonblock() function