Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dtty.c141 int saved_flags; in uv_tty_init() local
159 saved_flags = fcntl(fd, F_GETFL); in uv_tty_init()
160 while (saved_flags == -1 && errno == EINTR); in uv_tty_init()
162 if (saved_flags == -1) in uv_tty_init()
164 mode = saved_flags & O_ACCMODE; in uv_tty_init()
227 r = fcntl(fd, F_SETFL, saved_flags); in uv_tty_init()

Completed in 5 milliseconds