Searched refs:uv__tty_is_slave (Results 1 – 2 of 2) sorted by relevance
82 static int uv__tty_is_slave(const int fd) { in uv__tty_is_slave() function182 if (uv__tty_is_slave(fd) && ttyname_r(fd, path, sizeof(path)) == 0) in uv_tty_init()
3071 * netbsd: implement uv__tty_is_slave() (Kamil Rytarowski)
Completed in 18 milliseconds